From c052fc4c0b8743ac60ae30619d6dae1da4a91ef9 Mon Sep 17 00:00:00 2001 From: Igor Laborie Date: Fri, 28 Dec 2018 13:32:48 +0100 Subject: [PATCH] wip --- .gitignore | 4 +- .gitmodules | 6 + package.json | 16 + test-hugo/config.toml | 7 +- test-hugo/data/parteners.yml | 130 - test-hugo/data/partners.yml | 126 + test-hugo/data/sessions.yml | 1116 ++++++ test-hugo/data/speakers.yml | 1039 +++++ test-hugo/data/team.yml | 289 +- test-hugo/data/tickets.yml | 40 +- test-hugo/themes/ga-hugo-theme | 1 + .../layouts/_default/baseof.html | 2 +- .../layouts/_default/list.html | 12 + .../layouts/_default/single.html | 12 + .../layouts/partials/head.html | 4 +- tools/extract-data.js | 38 + yarn.lock | 3564 +++++++++++++++++ 17 files changed, 6102 insertions(+), 304 deletions(-) create mode 100644 .gitmodules create mode 100644 package.json delete mode 100644 test-hugo/data/parteners.yml create mode 100644 test-hugo/data/partners.yml create mode 100644 test-hugo/data/sessions.yml create mode 100644 test-hugo/data/speakers.yml create mode 160000 test-hugo/themes/ga-hugo-theme create mode 100644 tools/extract-data.js create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index 4938fb7..2a29273 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _gen/ test-hugo/themes/ananke/ -test-hugo/public/ \ No newline at end of file +test-hugo/public/ +node_modules/ + diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..33abea2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/ga-hugo-theme"] + path = themes/ga-hugo-theme + url = https://github.com/giraffeacademy/ga-hugo-theme +[submodule "test-hugo/themes/ga-hugo-theme"] + path = test-hugo/themes/ga-hugo-theme + url = https://github.com/giraffeacademy/ga-hugo-theme diff --git a/package.json b/package.json new file mode 100644 index 0000000..dff96a7 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "proto-site-2019", + "version": "1.0.0", + "main": "index.js", + "author": "Igor Laborie ", + "license": "MIT", + "scripts": { + "extract-data": "node tools/extract-data.js", + "publish": "echo 'TODO: firebase deploy'", + "publish:prod": "echo 'TODO: firebase deploy -P devfest-prod'" + }, + "devDependencies": { + "firebase-tools": "^6.2.2", + "js-yaml": "^3.12.0" + } +} diff --git a/test-hugo/config.toml b/test-hugo/config.toml index d1c3e76..bf1944f 100644 --- a/test-hugo/config.toml +++ b/test-hugo/config.toml @@ -3,9 +3,8 @@ languageCode = "fr-FR" title = "Devfest Toulouse 2019" # Theme -theme = "test-theme-hugo" -# theme = "ananke" - +#theme = "test-theme-hugo" +theme = "ga-hugo-theme" # Params @@ -38,4 +37,4 @@ verbose = true simple = false [privacy.youtube] disable = false - privacyEnhanced = false \ No newline at end of file + privacyEnhanced = false diff --git a/test-hugo/data/parteners.yml b/test-hugo/data/parteners.yml deleted file mode 100644 index dd2334d..0000000 --- a/test-hugo/data/parteners.yml +++ /dev/null @@ -1,130 +0,0 @@ -- title: "Platinium" - style: "partner-pt" - logos: - - name: "Delair" - url: "https://delair.aero/" - logoUrl: "/images/partners/Delair.png" - - name: "Continental" - url: "https://www.continental-corporation.com/fr-fr/" - logoUrl: "/images/partners/logo-continental.png" - - name: "Airbus" - url: "https://www.airbus.com/" - logoUrl: "/images/partners/logo-airbus.png" - - name: "Toulouse Métropole" - url: "https://www.toulouse-metropole.fr/" - logoUrl: "/images/partners/tls-metropole.png" - -- title: "Gold" - style: "partner-au" - logos: - - name: "Stack Labs" - url: "https://www.stack-labs.com/" - logoUrl: "/images/partners/logo-stacklab.png" - - name: "Monkey Patch" - url: "http://www.monkeypatch.io/" - logoUrl: "/images/partners/Logo_MonkeyPatch_Bleu.png" - - name: "CS Systèmes d'information" - url: "https://www.c-s.fr/" - logoUrl: "/images/partners/logo-cs.png" - - name: "Informatique Banque Populaire" - url: "https://informatique.banquepopulaire.fr/" - logoUrl: "/images/partners/logo_i-BP2.png" - - name: "Sigfox" - url: "https://www.sigfox.com/en" - logoUrl: "/images/partners/logo-sigfox.svg" - - name: "Cirruseo" - url: "https://www.cirruseo.com/" - logoUrl: "/images/partners/logo-cirruseo.png" - - name: "OnePoint" - url: "https://www.groupeonepoint.com/" - logoUrl: "/images/partners/logo-onepoint.png" - - name: "FullSave" - url: "https://www.fullsave.com/" - logoUrl: "/images/partners/logo-fullsave.png" - - name: "JFrog" - url: "https://jfrog.com/" - logoUrl: "/images/partners/logo-jfrog.svg" - - name: "Palo IT" - url: "http://fr.palo-it.com/" - logoUrl: "/images/partners/logo-paloit.png" - - name: "Lyra Network" - url: "https://www.lyra-network.com/" - logoUrl: "/images/partners/logo-lyra.png" - - name: "PROJIXI" - url: "http://www.projixi-europe.com/" - logoUrl: "/images/partners/logo-projixi.png" - - name: "FittingBox" - url: "https://www.fittingbox.com/" - logoUrl: "/images/partners/logo-fittingbox.png" - - name: "Ippon" - url: "https://fr.ippon.tech/" - logoUrl: "/images/partners/logo-ippon.svg" - - name: "Capgemini" - url: "https://www.capgemini.com/fr-fr/" - logoUrl: "/images/partners/logo-capgemini.svg" - - name: "Sogeti" - url: "https://www.fr.sogeti.com/" - logoUrl: "/images/partners/logo-sogeti.jpg" - -- title: "Soutien" - style: "partner" - logos: - - name: "Commit42" - url: "https://www.commit42.fr/" - logoUrl: "/images/partners/commit42.png" - - name: "SQLI" - url: "http://www.sqli.com/" - logoUrl: "/images/partners/logo-sqli.png" - - name: "Gisaia" - url: "http://gisaia.fr/" - logoUrl: "/images/partners/logo-gisaia.png" - - name: "DocDoku" - url: "https://www.docdoku.com/" - logoUrl: "/images/partners/docdoku_inverse_web.png" - - name: "CNES" - url: "https://cnes.fr/" - logoUrl: "/images/partners/logo-cnes.jpg" - - name: "VISEO" - url: "http://www.viseo.com/fr" - logoUrl: "/images/partners/logo-viseo.png" - - name: "Pierre Fabre" - url: "https://www.pierre-fabre.com/fr" - logoUrl: "/images/partners/logo-pierrefabre.png" - - name: "Étincelle Coworking" - url: "http://www.coworking-toulouse.com/" - logoUrl: "/images/partners/logo-etincelle.gif" - - name: "SII" - url: "http://www.groupe-sii.com/fr" - logoUrl: "/images/partners/logo-sii.png" - - name: "Morning" - url: "https://morning.com/fr/" - logoUrl: "/images/partners/logo-morning.svg" - -- title: "Média" - style: "partner" - logos: - - name: "Programmez" - url: "https://www.programmez.com/" - logoUrl: "/images/partners/media/logo_programmez.svg" - -- title: "Communautés" - style: "partner" - logos: - - name: "Toulouse Data Science" - url: "http://www.tlse-data-science.fr/" - logoUrl: "/images/partners/community/tds.png" - - name: "Toulouse JUG" - url: "https://www.toulousejug.org/" - logoUrl: "/images/partners/community/toulouse_jug.png" - - name: "Duchess FR" - url: "https://www.duchess-france.org/" - logoUrl: "/images/partners/community/duchess_fr.svg" - - name: "ToulouseJS" - url: "https://twitter.com/ToulouseJS" - logoUrl: "/images/partners/community/toulousejs.png" - - name: "Toulouse Devops" - url: "http://toulousedevops.org/" - logoUrl: "/images/partners/community/toulousedevops.jpg" - - name: "GDG Toulouse" - url: "https://www.gdgtoulouse.fr/" - logoUrl: "/images/partners/community/gdgtoulouse.jpeg" diff --git a/test-hugo/data/partners.yml b/test-hugo/data/partners.yml new file mode 100644 index 0000000..e429eef --- /dev/null +++ b/test-hugo/data/partners.yml @@ -0,0 +1,126 @@ +- title: Platinium + style: partner-pt + logos: + - name: Delair + url: 'https://delair.aero/' + logoUrl: /images/partners/Delair.png + - name: Continental + url: 'https://www.continental-corporation.com/fr-fr/' + logoUrl: /images/partners/logo-continental.png + - name: Airbus + url: 'https://www.airbus.com/' + logoUrl: /images/partners/logo-airbus.png + - name: Toulouse Métropole + url: 'https://www.toulouse-metropole.fr/' + logoUrl: /images/partners/tls-metropole.png +- title: Gold + style: partner-au + logos: + - name: Stack Labs + url: 'https://www.stack-labs.com/' + logoUrl: /images/partners/logo-stacklab.png + - name: Monkey Patch + url: 'http://www.monkeypatch.io/' + logoUrl: /images/partners/Logo_MonkeyPatch_Bleu.png + - name: CS Systèmes d'information + url: 'https://www.c-s.fr/' + logoUrl: /images/partners/logo-cs.png + - name: Informatique Banque Populaire + url: 'https://informatique.banquepopulaire.fr/' + logoUrl: /images/partners/logo_i-BP2.png + - name: Sigfox + url: 'https://www.sigfox.com/en' + logoUrl: /images/partners/logo-sigfox.svg + - name: Cirruseo + url: 'https://www.cirruseo.com/' + logoUrl: /images/partners/logo-cirruseo.png + - name: OnePoint + url: 'https://www.groupeonepoint.com/' + logoUrl: /images/partners/logo-onepoint.png + - name: FullSave + url: 'https://www.fullsave.com/' + logoUrl: /images/partners/logo-fullsave.png + - name: JFrog + url: 'https://jfrog.com/' + logoUrl: /images/partners/logo-jfrog.svg + - name: Palo IT + url: 'http://fr.palo-it.com/' + logoUrl: /images/partners/logo-paloit.png + - name: Lyra Network + url: 'https://www.lyra-network.com/' + logoUrl: /images/partners/logo-lyra.png + - name: PROJIXI + url: 'http://www.projixi-europe.com/' + logoUrl: /images/partners/logo-projixi.png + - name: FittingBox + url: 'https://www.fittingbox.com/' + logoUrl: /images/partners/logo-fittingbox.png + - name: Ippon + url: 'https://fr.ippon.tech/' + logoUrl: /images/partners/logo-ippon.svg + - name: Capgemini + url: 'https://www.capgemini.com/fr-fr/' + logoUrl: /images/partners/logo-capgemini.svg + - name: Sogeti + url: 'https://www.fr.sogeti.com/' + logoUrl: /images/partners/logo-sogeti.jpg +- title: Soutien + style: partner + logos: + - name: Commit42 + url: 'https://www.commit42.fr/' + logoUrl: /images/partners/commit42.png + - name: SQLI + url: 'http://www.sqli.com/' + logoUrl: /images/partners/logo-sqli.png + - name: Gisaia + url: 'http://gisaia.fr/' + logoUrl: /images/partners/logo-gisaia.png + - name: DocDoku + url: 'https://www.docdoku.com/' + logoUrl: /images/partners/docdoku_inverse_web.png + - name: CNES + url: 'https://cnes.fr/' + logoUrl: /images/partners/logo-cnes.jpg + - name: VISEO + url: 'http://www.viseo.com/fr' + logoUrl: /images/partners/logo-viseo.png + - name: Pierre Fabre + url: 'https://www.pierre-fabre.com/fr' + logoUrl: /images/partners/logo-pierrefabre.png + - name: Étincelle Coworking + url: 'http://www.coworking-toulouse.com/' + logoUrl: /images/partners/logo-etincelle.gif + - name: SII + url: 'http://www.groupe-sii.com/fr' + logoUrl: /images/partners/logo-sii.png + - name: Morning + url: 'https://morning.com/fr/' + logoUrl: /images/partners/logo-morning.svg +- title: Média + style: partner + logos: + - name: Programmez + url: 'https://www.programmez.com/' + logoUrl: /images/partners/media/logo_programmez.svg +- title: Communautés + style: partner + logos: + - name: Toulouse Data Science + url: 'http://www.tlse-data-science.fr/' + logoUrl: /images/partners/community/tds.png + - name: Toulouse JUG + url: 'https://www.toulousejug.org/' + logoUrl: /images/partners/community/toulouse_jug.png + - name: Duchess FR + url: 'https://www.duchess-france.org/' + logoUrl: /images/partners/community/duchess_fr.svg + - name: ToulouseJS + url: 'https://twitter.com/ToulouseJS' + logoUrl: /images/partners/community/toulousejs.png + - name: Toulouse Devops + url: 'http://toulousedevops.org/' + logoUrl: /images/partners/community/toulousedevops.jpg + - name: GDG Toulouse + url: 'https://www.gdgtoulouse.fr/' + logoUrl: /images/partners/community/gdgtoulouse.jpeg diff --git a/test-hugo/data/sessions.yml b/test-hugo/data/sessions.yml new file mode 100644 index 0000000..2cff36c --- /dev/null +++ b/test-hugo/data/sessions.yml @@ -0,0 +1,1116 @@ +- isBreak: true + title: Accueil et petit-déjeuner + description: Accueil et petit-déjeuner avec chocolatines + image: /images/backgrounds/chocos.png + id: '100' + tags: [] +- title: Keynote d'ouverture + description: 'Développeurs de jeux vidéo : rois de la combine ?' + image: /images/backgrounds/game.png + class: intro + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F101-gamedev-mischief-LaurentVictorino.pdf?alt=media&token=8c65f60b-731f-4223-bd02-3e2cdd15f064 + id: '101' + videoId: jwaJ7U9SSDM + type: Keynote + tags: + - General + speakers: + - laurent_victorino +- title: Keynote de fermeture + description: Hype Driven Development + image: /images/backgrounds/sky.png + class: end + id: '102' + videoId: nfd3wh-GOQI + type: Keynote + tags: + - General + speakers: + - quentin_adam +- isBreak: true + title: Déjeuner + description: Déjeuner + image: /images/backgrounds/lunch.png + id: '103' + tags: [] +- isBreak: true + title: Pause + description: Pause + image: /images/backgrounds/coffee.png + id: '104' + tags: [] +- title: Office Hours + description: Venez poser vos questions aux speakers de manière plus calme et détendu + type: Office Hours + tags: [] + id: '201' + speakers: + - miro_miro_cupak + - fabien_tregan + - horacio_gonzalez + - celine_louvet +- title: Office Hours + description: Venez poser vos questions aux speakers de manière plus calme et détendu + type: Office Hours + tags: [] + id: '202' + speakers: + - david_gageot + - guillaume_membre + - olivier_leplus + - piotr_przybyl +- title: Office Hours + description: Venez poser vos questions aux speakers de manière plus calme et détendu + type: Office Hours + tags: [] + id: '203' + speakers: + - robert_firek + - sylvain_wallez + - hubert_sablonniere + - sebastien_guilloux +- title: Office Hours + description: Venez poser vos questions aux speakers de manière plus calme et détendu + type: Office Hours + tags: [] + id: '204' + speakers: + - olivier_flebus + - david_pilato + - mathieu_passenaud + - benoit_el_amrani +- title: Office Hours + description: Venez poser vos questions aux speakers de manière plus calme et détendu + type: Office Hours + tags: [] + id: '205' + speakers: + - ane_diaz_de_tuesta + - arnaud_bos + - julien_topcu + - giulia_bianchi +- title: Office Hours + description: Venez poser vos questions aux speakers de manière plus calme et détendu + type: Office Hours + tags: [] + id: '206' + speakers: + - jimenez_raul + - alessio_coltellacci + - guillaume_laforge + - francois_teychene +- title: Office Hours + description: Venez poser vos questions aux speakers de manière plus calme et détendu + type: Office Hours + tags: [] + id: '207' + speakers: + - tugdual_grall + - nicolas_decoster + - juliane_blier + - victor_kropp + - estelle_landry +- title: Office Hours + description: Venez poser vos questions aux speakers de manière plus calme et détendu + type: Office Hours + tags: [] + id: '208' + speakers: + - frederic_cabestre + - comet_nicolas + - benoit_prioux + - anastasia_lieva + - emmanuel_demey + - jean-francois_garreau +- title: 'Let’s Sketchnote : prise de notes visuelle' + language: Français + complexity: Débutant + description: >- + La communication fait aujourd’hui partie intégrante de notre travail; il + nous arrive régulièrement de vouloir diffuser une information importante, + réaliser une présentation, un compte rendu de réunion… Mais comment être + sûrs que le message que l’on souhaite faire passer a bien été compris et + retenu par les interlocuteurs ? Le sketchnoting apporte une solution + ludique, créative et agréable autant à créer qu’à lire. Venez découvrir + comment mettre en valeur votre communication à l’aide de procédés très + visuels, simples et accessibles à tous. + type: Quickie + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4125-LetsSketchnote-AneDiazDeTuesta.pdf?alt=media&token=a57cb98d-3b45-46d5-8752-b18a8dd745ff + tags: + - Method & Tools + id: '4125' + videoId: NInM_wndk2U + speakers: + - ane_diaz_de_tuesta +- title: Ceinture noire Karate en tests d’API REST + language: Français + complexity: Débutant + description: >- + Vous aviez toujours rêvé d'une syntaxe facile pour tester vos APIs REST ? + + + `Karate` est fait pour vous ! + + Son format DSL plain text inspiré de la syntaxe Cucumber (ie. Gherkin) + permet même aux personnes aux notions basiques en développement de venir + couvrir vos APIs ou Web services (micros, nanos ou pas!) + + + Il n'y a plus ~~Karate~~ qu'à réussir ses tests d'intégration ! + + + Venez apprendre comment avec `Java` et `maven` comme simples prérequis + d'infrastructure, vous pouvez mettre en place et industrialiser ces tests. + On l'utilise chez nous, et on ne s'en passe plus. + type: Conférence + tags: + - Method & Tools + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4128-karate-NicolasComet.pdf?alt=media&token=d1b81627-6683-4134-bc71-e604ac0b1c55 + id: '4128' + videoId: ZNrCw5T-wls + speakers: + - comet_nicolas + - benoit_prioux +- title: Premiers pas avec Capacitor... dans le monde réel + type: Conférence + tags: + - Native mobile apps + language: Français + complexity: Débutant + videoId: a4zCakyQN-o + description: >- + Ah, Capacitor, quelle belle idée, une alternative à Cordova plus facile à + utiliser, utilisable dans n'importe quel framework, complètement intégré à + la prochaine version d'Ionic... Ben non, au moins au début, l'idée de + Capacitor me laissait sceptique. J'ai passé les deux dernières années a + développer des PWA, alors la pensée de devoir revenir à faire des + applications hybrides ou native me paressait simplement obsolète. Dans ma + tête j'avais mis Capacitor dans la case techno cool qui ne m'intéresse pas + dans la vraie vie. Mais à ce moment j'ai relu avec attention leur site et + j'ai vu une ligne qui m'a séduit: Build web apps that run equally well on + iOS, Android, Electron, and as Progressive Web Apps. Hmmm, si je pouvais + prendre une PWA et générer à partir d'elle une appli native Android, une + autre iOS et une implémentation Electron en bonus, ça pourrait être + carrément cool ! J'ai donc décidé de teste Capacitor sur certaines de mes + PWA pour voir si je pouvais les transformer en applications natives. Et ce + talk est le retour d'expérience de ce processus, mes premiers pas avec + Capacitor, ce qui a marché et ce qui n'a pas marché, et surtout ce que j'ai + appris dans le processus. + speakers: + - horacio_gonzalez + id: '4132' +- title: Votre mission ? Découvrir Haskell et le mettre en prod + language: Français + complexity: Débutant + description: >- + On entend parler de Haskell de plus en plus, mais il parait souvent bien + compliqué de se lancer. Haskell fait peur, avec ses Monades, Monoïdes et + autres gros mots. + + + On verra ensemble que vous n'avez absolument pas besoin de savoir ce que ces + termes signifient pour vous lancer. Je vous propose de regarder ce dont vous + aurez besoin pour créer une petite API, avec de la sécurité et de la gestion + de données, soit de quoi mettre une petite application en prod. + type: Conférence + tags: + - Languages + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4142-Haskellenprod-CelineLouvet.pdf?alt=media&token=96f84ad6-2bfd-4016-a94c-f51fb58b32de + id: '4142' + videoId: 5VCIaYvWecM + speakers: + - celine_louvet +- title: Développer une application web avec Rust + type: Conférence + tags: + - Languages + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4195-WebappswithRust-SylvainWallez.pdf?alt=media&token=b79694bf-a25e-41aa-bc7b-64506797e29a + language: Français + complexity: Débutant + videoId: rhAqG4gh400 + description: >- + Développé par la fondation Mozilla, Rust est un langage fortement typé, sûr, + très performant et très économe en ressources (oui oui, tout ça à la fois). + Initialement orienté système et bas niveau, l'écosystème Rust s'agrandit + rapidement et propose maintenant toutes les librairies nécessaires au + développement d'applications web. Pour découvrir le développement web avec + Rust, nous parcourerons l'architecture et le code d'un serveur de + commentaires open source à la Disqus, développé par le speaker pour les + sites statiques faits par exemple avec Jekyll ou Hugo. Nous découvrirons + routage http avec extraction typée de paramètres, réponses asynchrones, + appel de services tiers, accès aux bases de données, cache, templating HTML, + envoi d'emails, logs, métriques, etc. Et nous verrons qu'une application + Rust c'est tout petit et très rapide, permettant d'héberger le serveur sur + des configurations très modestes. + speakers: + - sylvain_wallez + id: '4195' +- title: La programmation fonctionnelle sans céder à la mode + language: Français + complexity: Intermédiaire + description: >- + Aujourd'hui, pour être à la mode, il faut parler de programmation + fonctionnelle. Et de suite on convoque les mots en vogue: « *Immutabilité* + », « *Monade* » ou « *Catamorphisme* ». Au mieux le message est brouillé, + mal reçu. Au pire la salle se vide ! + + + Ce que je vous propose c'est de repartir des principes de base, avec des + idées bien arrêtées et peut-être parfois provocatrices. Comprendre, comme le + disait **John Hugues**, « *Why functionnal programming matters* ». Cerner + les quelques idées directrices de la programmation fonctionnelle et ce + qu'elles apportent concrètement au quotidien. Voir comment et pourquoi + d'autres concepts en découlent nécessairement... + + + Il sera peut-être finalement question de « *Théorie des catégories* » ! Mais + il sera surtout question, en vrac, d'histoire et de mise en œuvre des + langages, de typage, de performance, d'artisanat du logiciel, de « *Design + patterns* », d'abstraction et, soyons fou, de *réification*. + + + En somme, je vais vous parler de programmation fonctionnelle en essayant de + ne pas être à la mode ! + type: Conférence + tags: + - Languages + id: '4207' + videoId: AQ_q-hdtNS4 + speakers: + - frederic_cabestre +- title: 'Architecture Decision Records: Réconciliez vous avec votre documentation' + language: Français + complexity: Débutant + description: >- + Les développeurs aiment écrire de la documentation... ou pas ! + + Pourtant même les plus réfractaires doivent l'admettre, garder une trace des + décisions techniques prises au cours d'un projet peut s'avérer indispensable + pour la pérennité et maintenabilité de celui-ci. + + + Alors comment éviter l'obsolescence programmée de la documentation, tout en + réduisant la pénibilité de la rédaction ? + + + Depuis près d'un an, dans "mon" équipe, nous utilisons un format simple, les + Architecture Decision Records (ADRs), pour écrire des documents + d'architecture sous la forme d'un journal immuable. + + Cette technique simple gagne en popularité et a donné de bons résultats sur + notre projet. + + + Durant cette présentation vous construirez en direct un ADR. + + En partant d'un problème constaté sur un projet, vous élaborerez une réponse + technique qui servira de base à une implémentation ultérieure. + + Vous décrirez les raisons qui vous poussent à faire des compromis, tout en + capturant le contexte dans lequel cette décision a été prise pour référence + future. + + + Réconciliez vous avec votre documentation ! + type: Quickie + tags: + - Method & Tools + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4211-ArchitectureDecisionRecords-ArnaudBos.pdf?alt=media&token=20dac175-6460-4bd3-a490-544ceae883bb + id: '4211' + videoId: EDYplU1PB5s + speakers: + - arnaud_bos +- title: Détectez et trackez les Zergs qui se cachent dans vos dépendances ! + language: Français + complexity: Débutant + description: >- + [44% des applications contiennent des vulnérabilités critiques dans les + librairies open-source qu'elles + utilisent](https://www.veracode.com/products/software-composition-analysis) + et cela bien que des bonnes pratiques comme OWASP Top 10 se soient + généralisées. + + + Ne laissez plus ces aliens incuber bien au chaud dans le ventre de votre + appli! + + Grâce à ce talk, vous apprendrez comment sont répertoriées ces vilaines + bestioles (NVD, CVE) et comment est évaluée leur dangerosité (CVSS). + + + Puis vous verrez comment créer votre première pipeline de Continuous + Security dans Jenkins au moyen de [OWASP + DependencyCheck](https://www.owasp.org/index.php/OWASP_Dependency_Check) + qui détecte les vulnérabilités et trackez les grâce à [OWASP + DependencyTrack](https://www.owasp.org/index.php/OWASP_Dependency_Track_Project) + (logiciels open-source) + + Faites le premier pas vers le DevSecOps !!! + type: Quickie + tags: + - Method & Tools + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4225-detectez-et-traquez-les-zergs-qui-se-cachent-dans-vos-dpendances.pdf?alt=media&token=b96358e5-0b6f-444c-9b0e-cbcf628700b4 + id: '4225' + videoId: aZeR6PypJ8k + speakers: + - julien_topcu +- title: La tête dans les nuages avec un Raspberry Pi + language: Français + complexity: Débutant + description: >- + En hackant une clé USB de réception TNT, La Radio Logicielle (ou SDR) est à + la portée de tous. Il est alors possible d'écouter les balises de + positionnement des avions de lignes sur un rayon de plusieurs dizaines de km + avec une simple antenne. Voulez vous connaitre le fonctionnement du projet + comme [flightradar24](https://www.flightradar24.com) ? Nous verrons comment + mettre en oeuvre un tel projet avec du matériel grand public et accessible + comme un Raspberry Pi. + type: Conférence + tags: + - IOT + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4231-20181108-DevfestToulouse-Raspberry-Avions.pdf?alt=media&token=d675b039-61c1-4366-9532-b2c137b317eb + id: '4231' + videoId: UcADSVfOg3k + speakers: + - guillaume_membre +- title: 'Agile, Craftsmanship, DevOps and other monsters - how to fight with them.' + language: English + complexity: Débutant + description: >- + Our industry has an amazing ability to build extremely good theoretical + models, methodologies and approaches that actually drive us crazy. + Theoretically, we can show how easy it is to introduce Waterfall, XP, Agile + or DevOps (delete as appropriate) but the reality is more complicated. + Sometimes, something does not work in our unique context and we end with so + well known sentence "It doesn't work for us". + + + Many hours of discussions with colleagues about the state of our industry + indicate that we have to come up with something new and glowing. Something + that allowed us to avoid the mistakes we made so far. + + + In this presentation, we will look at all errors we made in the past and we + will take a closer look at elements which could have been done better and + which ideas can change to better our industry. By retrospecting our + achievements, we will try to define what awaits us and why this time we will + succeed;) + type: Conférence + tags: + - Method & Tools + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4282-monsters-RobertFirek.pdf?alt=media&token=1b5d4644-4636-4187-b919-76c0cb9b6f68 + id: '4282' + videoId: tWPlvgtJgF4 + speakers: + - robert_firek +- title: 'Google Container Tools : développer efficacement dans un monde de conteneurs' + type: Conférence + tags: + - Cloud + language: Français + complexity: Intermédiaire + videoId: '-t1cTnhoGTg' + description: >- + Kubernetes est devenu l'orchestrateur de choix pour déployer des + applications. Mais qu'en est-il du quotidien des développeurs qui créent ces + applications ? Plus on s'appuie sur la plateforme, plus il est compliqué de + développer en dehors de la plateforme. Et développer à l'intérieur de + conteneurs n'est pas réputé facile ni agréable. Google est à l'origine de + plusieurs projets Open-Source qui se focalisent sur l'expérience des + développeurs dans un monde de conteneurs. Kaniko permet de construire une + image Docker à partir d'un Dockerfile, dans un cluster Kubernetes, de + manière sécurisée. Skaffold facilite le déploiement continu d'applications + pour Kubernetes. Les images Distroless offrent des images de base légères, + sécurisées et de qualité. Bazel permet meme de construire des images Docker + sans Docker. Venez découvrir comment ces outils se combinent pour offrir un + environment de développement agréable et performant dans le monde des + conteneurs. + speakers: + - david_gageot + id: '4305' +- title: S'aider du Data-Oriented Design pour écrire des applications performantes + language: Français + complexity: Débutant + description: >- + La performance est redevenue un sujet critique aujourd’hui avec le Cloud et + les traitements de la données avec le Big data. + + + Au delà des choix d'algorithmes et de structures de données, un moyen + d'écrire du code performant, c'est de s'assurer que le processeur soit + utilisé le plus efficacement possible et d'éviter qu’il perde du temps à + charger/déplacer des données en mémoire. + + + Le Data Oriented Design se place justement dans cette optique et fournit des + méthodes pour écrire du code performant en prenant en compte les limitations + du hardware. + + + Contenu de la présentation: + + * Explication du concept du Dod. + + * Comment fonctionnent les processeurs et montrer les grosses différences d’ordres de grandeurs des accès à la mémoire. + + * Comment le DoD permet de régler ces problèmes, avec des exemples de + structures de données adaptées. + + + * Comment le Dod a été mis en place sur le reverse proxy http de Clever + Cloud: Sozu. + + + * Comment mettre en place une approche DoD sur un cas concret par la + création d’un entity manager qu'on trouve dans un moteur de jeu. + + + * Réduire le temps d'exécution d'un programme JavaScript par 6 en s'aidant + du Data-Oriented Design. + type: Conférence + videoId: 3lzpK45cyBo + tags: + - Method & Tools + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4306-introductionaudataorienteddesign-AlessioColtellacci.pptx?alt=media&token=e80249cd-d945-4e23-8b29-2e4e58e8739e + id: '4306' + speakers: + - alessio_coltellacci +- title: "#RetourAuxSources : \U0001F36A Les cookies HTTP" + type: Conférence + tags: + - Web + language: Français + complexity: Débutant + videoId: CcTbecZ67_o + description: >- + Les cookies HTTP sont partout ! Pas une journée sans qu’un site nous demande + “d’accepter les cookies”. Rares sont les projets Web qui ne les utilisent + pas et pourtant leur fonctionnement nous échappe trop souvent. On confond + les règles auxquelles ils sont soumis au sein des navigateurs. On fait des + amalgames avec les sessions côté serveur. Ces petits trous dans le + gigantesque éventail de connaissances du développeur moderne ont parfois des + impacts non négligeables sur la sécurité de nos applications et sur la + préservation de notre vie privée en tant qu’utilisateur du Web. Au menu de + cette session, je vous propose de (re)découvrir les cookies HTTP par + l’exemple et la pratique. Nous reviendrons sur leurs origines et nous + verrons en détails leur fonctionnement. Enfin, nous aborderons les aspects + les plus récents dans le domaine (SameSite, cookie prefix...). Ce talk sera + plus généralement l’occasion de parler de sécurité, de tracking et de vie + privée. + speakers: + - hubert_sablonniere + id: '4307' +- title: >- + Des APIs de Machine Learning sur étagère, à l'entrainement distribué dans le + cloud + language: Français + complexity: Débutant + description: >- + Vous pouvez booster vos applications grâce aux APIs de Machine Learning, + afin d'analyser ce que contiennent les images uploadées par vos + utilisateurs, de comprendre la structure du texte, ou de reconnaître la + voix. Pour le développeur, un simple appel REST suffit, pour interroger les + APIs Google Cloud Vision, Speech, Translate ou Natural Language. + + + A l'opposé, le framework open source Tensorflow permets au data scientist de + créer ses propres modèles de Machine Learning, de les entrainer localement + ou dans le Cloud, et de lancer ses prédictions en ligne ou même embarquées + dans des applis mobiles. + + + Entre les deux, il est aussi possible de personnaliser les modèles sur + étagère, pour reconnaître vos propres images, classifier vos textes, grâce à + Google Cloud AutoML. + type: Conférence + tags: + - Big Data / ML / AI + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4312-MachineLearningAPIsv3-GuillaumeLaforge.pdf?alt=media&token=62acf4e0-378a-4577-ac3c-42dc8691bf80 + id: '4312' + videoId: gSewdZrom10 + speakers: + - guillaume_laforge +- title: 'Tests BDD: faites rédiger vos tests End-to-End par les fonctionnels' + type: Conférence + tags: + - Web + language: Français + complexity: Intermédiaire + videoId: 7u3luu6BmDg + description: >- + Tout le monde (dans un monde idéal) fait des tests unitaires. Rares par + contre sont ceux qui s'aventurent à mettre en place des tests end-to-end. + Longs à développer, laborieux à maintenir, ils sont souvent les premiers à + passer à la trappe. Et si ces tests devenaient faciles à développer et à + lancer? Mieux encore, si ce n'était plus aux développeurs (déjà chargés + comme des mules, c'est bien connu) de les rédiger, mais aux fonctionnels? + Des tests à base de phrases compréhensibles par tous, faciles à lancer et à + maintenir? Ce sera le but de ce talk: à partir d'une application web + Angular, nous verrons comment configurer et lancer vos tests BDD avec + TestCafe, Serenity et Cucumber. + speakers: + - laurent_wroblewski + id: '4313' +- title: 'Lighthouse : mesurer et améliorer votre performance web' + language: Français + complexity: Intermédiaire + description: >- + L'idée de ce talk est de présenter une série de bonnes pratiques / tips and + tricks pour améliorer la performance d'un site web grâce à l'outil open + source lighthouse sur plusieurs niveaux: + + - performance + + - progressive web app + - accessibilité + - autres bonnes pratiques. + + + La présentation démarre par la génération d'un blog statique , le lancement + d'un audit et un score de performance médiocre. Puis une série + d'améliorations en live coding. Le talk se termine par un résumé des + techniques utilisées et bien sûr un excellent score dans lighthouse. + type: Conférence + tags: + - Web + id: '4322' + speakers: + - sara_harkousse +- title: Et si on parlait accessibilité du web ? + language: Français + complexity: Débutant + description: >- + **Aria**, **a11Y**, que veulent dire ces termes exotiques ? Nous verrons à + travers des exemples les bonnes pratiques pour que votre site soit + accessible. Puis, nous passerons en revue les sites internet des géants du + web afin de voir si ce sont de bons élèves... ou pas. + type: Conférence + tags: + - Web + id: '4331' + videoId: 1oKEcDdYANY + speakers: + - olivier_leplus +- title: 'Tensorflow, is there really no spoon ?' + language: English + complexity: Intermédiaire + description: >- + With the advance of Deep learning, Image recognition is everywhere! But like + all technologies, it has its flaws. It is indeed possible to fool neural + network models used for critical applications such as self-driving cars, + drones, security cameras... Together, we will see how to generate + adversarial images and fool a neural network into seeing something in an + image that is not there. + + + No Tensorflow, there is no spoon! + type: Conférence + tags: + - Big Data / ML / AI + id: '4334' + videoId: 4QIjIoHP0x4 + speakers: + - tiffany_souterre +- title: Comment perdre sa surchage featurale ? + type: Conférence + tags: + - Method & Tools + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4338-Commentperdresasurchargefeaturale-EstelleLandry.pdf?alt=media&token=ca4f3bdf-95da-4e22-81e5-abc17178b390 + language: Français + complexity: Débutant + videoId: YM3pnJDhATE + description: >- + Le cycle de vie d'une application est un chemin nébuleux et plein de + dangers. La complexité ne fait que croitre durant les mois et les années + d'utilisation. L'un des plus gros challenges d'un développeur est de pouvoir + la contrôler tout en ajoutant de nouvelles fonctionnalités (features). Des + solutions existent : le ré-écriture de code ou encore la maitrise de la + dette technique. En effet, ces deux actions permettent de lever "la + complexité accidentelle". Mais que faisons nous de la "complexité + essentielle" ? La complexité qui n'est pas liée au code. La seule solution : + Supprimer des fonctionnalités ! Ce talk vous expliquera comment perdre la + surcharge featurale de vos applications en comprenant la différence entre la + complexité essentielle et la complexité accidentelle, mais aussi en vous + donnant des clés pour mener à bien ce changement de vie dans vos équipes + projet. + speakers: + - estelle_landry + id: '4338' +- title: Angular Elements + type: Conférence + tags: + - Web + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4340-angular-elements-v7-RaulJimenez.zip?alt=media&token=be14bae6-4ed2-471e-bb99-e5767ee1b02c + language: English + complexity: Débutant + videoId: ozVffQPTQXk + description: >- + In this session we will see how to create our first Web Component with + Angular Elements and use it in a plain JS app. + speakers: + - jimenez_raul + id: '4340' +- title: >- + Comment t'organiser quand tu es b****lique de naissance (et depuis des + décennies), que tu as plusieurs jobs (ou projets), sans exploser en vol ... + Et bosser à plusieurs ... Et y arriver + language: Français + complexity: Débutant + description: "À (presque) 50 ans, je crois que j'y arrive enfin. ... à m'organiser.\nJ'ai fait pas mal de choses (le plus souvent en SSII ... *lire ESN*) et notamment chef de projet, directeur de projets, responsable de centre de services, ... Le tout accompagné:\n- d'oublis (oh p... \U0001F640 j'ai oublié de répondre au client, c'était urgent ... il y a une semaine), \n- d'angoisses (et crises d'angoisse) (rahhhh \U0001F625 je vais jamais arriver à tout faire), \n- d'anéantissements (vous me faites tous ... J'arrête, bande de gros c...)\n- de (grands) moments de solitude (ah? On t'a pas dit, la réunion est en \U0001F1EC\U0001F1E7, c'est toi qui mène ... \U0001F621 euh, mais l'\U0001F1EC\U0001F1E7 je l'écris ... et encore ...)\n- etc ...\n\nAujourd'hui, j'ai 2 métiers (un commercial et un technique), dont un à 95% en \U0001F1EC\U0001F1E7, et j'arrive à faire les 2 (et plutôt correctement il me semble), sans crise d'angoisse, en ayant encore du temps pour mes sides projects, dormir, m'occuper de ma famille (pas assez, mes geekeries peuvent prendre le dessus), aller à la pêche, regarder des séries, ...\n\nJ'ai donc tenté de me trouver des \"méthodes\" de travail à la fois pour mes tâches en solo mais aussi pour les moments où je travaille en équipe, pour cela j'ai utilisé les outils que j'avais sous la main (mais d'une certaine manière), dans mon cas: VSCode, DropBox, le markdown (asciidoc c'est bien aussi), Slack, GitLab (avec GitBucket, GitHub ou BitBucket ça fonctionne aussi), une façon limitée et particulière d'utiliser GMail, 1 écran externe, ...\nRien de magique, mais ça fonctionne pour moi" + type: Conférence + tags: + - Method & Tools + id: '4349' + videoId: 2_hdqZ3TuQo + speakers: + - philippe_charriere +- title: >- + Découvrir par l’exemple: Microservices et Event Sourcing avec Kafka et + Kubernetes + language: Français + complexity: Débutant + description: >- + Lorsque vous développez des applications vous avez besoin de vous adapter + rapidements aux changements (métiers, comme technologiques). Pour cela les + développeurs et les “ops” doivent travailler de concert, pour déployer + toujours plus rapidement de nouveaux services tout en garantissant la haute + disponibilité et la montée en charge des applications. + + + Les microservices et l’event-sourcing offrent une grande flexibilité aux + développeurs; et la containerization par la biais de Kubernetes permet de + déployer ces services en toute tranquillité. + + + Cette présentation, en s’appuyant sur des cas d’usage et des démonstration, + vous permettra de découvrir: + + + * Les micro-services l'’event sourcing avec Apache Kafka + + * Les containers avec Docker + + * Le déploiement et management des services avec Kubernetes + + + Si vous n’utilisez pas encore ces technologies, cette présentation vous + donnera une bonne idées des avantages qu’elles apportent aux développeurs, + administrateurs systèmes, et donc aux utilisateurs; et je suis certain que + vous les adopterez rapidement pour vos prochains développements! + type: Conférence + tags: + - Big Data / ML / AI + id: '4420' + videoId: RXaGjS5C-lE + speakers: + - tugdual_grall +- title: Testcontainers pour de vrais tests d'intégration d'Elasticsearch + language: Français + complexity: Intermédiaire + description: >- + Les tests d'intégration peuvent devenir un cauchemar lorsqu'ils sont lancés + depuis la même JVM que votre code: + + + * Conflit de JARs (JAR Hell) + + * Security Manager + + * Effets de bord + + + De plus, tester avec un produit qui est lancé de façon différente de la + façon dont il est lancé en production, ne garantira jamais que les tests + d'intégration sont sincères. + + + Aussi, après avoir découvert le projet + [TestContainers](https://www.testcontainers.org/) qui lance des conteneurs + Docker depuis, j'ai décidé d'écrire une implémentation pour Elasticsearch: + [testcontainers-java-module-elasticsearch](https://github.com/dadoonet/testcontainers-java-module-elasticsearch). + + Je vous propose de découvrir tout cela pendant ce quickie. + type: Quickie + tags: + - Method & Tools + presentation: 'https://github.com/dadoonet/elasticsearch-integration-tests' + id: '4432' + videoId: KgcV15lCDk4 + speakers: + - david_pilato +- title: 'Systemd, de /dev/null à root' + language: Français + complexity: Débutant + description: >- + La démocratisation de la culture Devops et du cloud public amènent de plus + en plus les dévelopeurs à travailler sur la mise en production de leurs + applications. + + Si vous n'êtes pas équipé d'un orchestrateur de conteneurs, il y a fort à + parier que vous soyez amené à intéragir avec systemd voir d'écrire des + services pour vos applications. N'ayez pas peur ! non seulement c'est + accessible mais cela vous offre de nombreuses possibilités . + + + Découvrons ensemble systemd et sa galaxie, ce qu'il peut vous apporter pour + l'installation et le run de vos application mais également comment il peut + vous aider tout les jours dans votre vie de développeur. + type: Conférence + tags: + - Cloud + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4447-systemd.pdf?alt=media&token=7744eee3-d691-4120-a71a-14a28839cff7 + id: '4447' + videoId: 4AqbpZrBaOE + speakers: + - francois_teychene +- title: Template de déploiements Kubernetes avec Kontemplate + language: Français + complexity: Intermédiaire + description: >- + Kontemplate est un projet qui vise à faire des templates de déploiement pour + Kubernetes. Petit retour d'expérience de l'utilisation de kontemplate dans + le cadre de la vie d'une plateforme depuis l'environnement de développement + jusqu'à la production. + type: Quickie + tags: + - Cloud + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4457-Templatedede%CC%81ploiementsKubernetesaveckontemplate-MathieuPassenaud.pptx?alt=media&token=7262e90f-74d9-4618-b63c-ef8c3a574985 + id: '4457' + videoId: KF3gvGnpjIg + speakers: + - mathieu_passenaud +- title: >- + Burger Quiz s'invite au DevFest avec un Sel ou Poivre "Code, Data ou les + deux" + language: Français + complexity: Débutant + description: >- + Etes-vous incollable plutôt sur le "Code" (Software Engineer) ou sur la + "Data" (Data Engineer, Data Scientist) ? + + + Retrouvons-nous pour un moment fun autour de questions et situations de + notre quotidien pour lesquelles il faudra choisir "Code, Data ou les deux". + Avec des images, du rythme, un soupçon d'injustice, des surprises et une + Jeep Renegade à la fin. + + + La salle est également ouverte aux personnes sérieuses qui y trouveront + j'espère une stimulation pour réfléchir sur le sujet de fond d'évolution du + métier de développeur avec la montée des approches centrées sur les données. + type: Quickie + tags: + - WTF + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4473-CodeDataoules2-OlivierFlebus.pdf?alt=media&token=7a222481-e789-4f8b-aee0-4e01e0cbaabb + id: '4473' + videoId: 9kUmvV947X8 + speakers: + - olivier_flebus +- title: Introduction à Arrow - Typeclass is the new interface + language: Français + complexity: Intermédiaire + description: "Introduction à Arrow - `Typeclass` is the new `interface`\n===\n\nLa programmation fonctionnelle, c'est à la mode ! Et pour de bonnes raisons: l'industrie impose des architectures de plus en plus distribuées. Code facilement composable, immutabilité, contrôle des effets de bord: l'application de ces concepts rend le code plus sûr et efficace.\n\n*\"Mais qu'est-ce que ça m'apporte vraiment ?\"*, demande le programmeur pragmatique. En plus d'offrir des structures de données et opérateurs vraiment utiles, la notion de `typeclass` nous permet de rajouter des comportements/interfaces sur n'importe quel type de données.\n\nPour illustrer cette notion, nous nous appuierons sur la librairie `Arrow` en `Kotlin`. `Kotlin` est un langage de plus en plus populaire qui mixe plusieurs paradigmes. À défaut d'être un langage fonctionnel \"pur\", il dispose de nombreuses caractéristiques \"fonctionnelles\", et permet d'émuler des `typeclasses`.\n\nCette présentation, accessible sans connaissance de programmation fonctionnelle, permettra de se familiariser avec `Arrow` et les `typeclasses`.\n\n*(\U0001F638 Aucune monade ne sera maltraitée durant ce talk. \U0001F638)*" + type: Conférence + tags: + - Languages + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4507-TalkTypeclasses-AlexandreDelattre.pdf?alt=media&token=d773b637-537b-4e08-9cf1-c1a1441a6a33 + id: '4507' + videoId: uiLimq64zJI + speakers: + - alexandre_delattre + - guillaume_andrieu +- title: Comprendre le théorème de CAP avec Apache Kafka + language: Français + complexity: Intermédiaire + description: >- + Durant cette présentation, nous nous pencherons sur le théorème de CAP + (choix entre consistence, disponibilité et partition pour tout système + distribué). Quand s'applique-t'il? Quels sont les choix qu'il propose? + + + Nous prendrons pour exemple Apache Kafka, afin de comprendre comment ce + théorème s'applique en pratique. Nous étudierons les scénarios catastrophe + potentiels en cas de crash d'un ou plusieurs noeuds. Quel est le niveau de + garantie de délivrance d'un message? Que se passe-t'il quand le leader du + cluster tombe? Comment est assurée la réplication des données? Quand et + comment est-il possible d'ajuster le curseur entre consistence et + disponibilité? + + + Il n'est pas nécessaire de connaitre Kafka pour pouvoir suivre cette + présentation. + type: Conférence + tags: + - Cloud + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4509-UnderstandingtheCAPtheoremwithApacheKafka-Se%CC%81bastienGuilloux.pdf?alt=media&token=e26a3b33-ec28-409e-9b5f-e02df89c484b + id: '4509' + videoId: yLp0crdThzQ + speakers: + - sebastien_guilloux +- title: Remake de jeux rétro avec Vue.js + language: Français + complexity: Débutant + description: >- + Quoi de mieux que de recoder son jeu préféré pour apprendre une nouvelle + techno ? Nous allons nous replonger dans notre enfance pour découvrir les + concepts de Vue.js appliqués à Pong, Pac-Man, Tetris ou autre Pokemon. + + + Un jeu n’est rien d’autre qu’un joueur interagissant avec un univers + représenté à l’écran. Et Vue est un framework pensé pour isoler + interactions, informations (qui décrivent l’univers du jeu) et la + représentation visuelle basée sur ces informations. + + + Nous verrons ensemble pourquoi Vue est un outil adapté au développement de + jeu et qu’inversement, le développement d’un jeu offre un bon angle pour + découvrir les concepts clés de Vue. + type: Conférence + tags: + - Web + id: '4515' + videoId: TDgln192b-Y + speakers: + - nicolas_decoster + - juliane_blier +- title: Exploring reactive programming in Java + language: English + complexity: Confirmé + description: >- + When Java 8 was first introduced, it revolutionized the way Java + applications were written by providing the core constructs for asynchronous + programming and handling data streams. With Java 9, 10, and 11, these + capabilities were extended to the level that allows us to write truly + modern, reactive applications with the JDK. + + + In this live-coding session, we explore JDK 9-11 features enabling all the + aspects of reactive programming - updates to the Stream and + CompletableFuture APIs, Reactive Streams publish-subscribe framework, HTTP/2 + client, and more. + type: Conférence + tags: + - Languages + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4528-reactivejava-MiroCupak.zip?alt=media&token=09822fe0-47e7-401c-b5a9-165778bf0dc9 + id: '4528' + videoId: LxBn42ROcwg + speakers: + - miro_miro_cupak +- title: The Big Web Quizz + language: Français + complexity: Débutant + description: >- + Nous aimons tous le web. Nous avons tous notre framework de prédilection + avec lequel nous concevons des applications qui vont révolutionner le monde. + Mais connaissons nous les bases du Web ? Connaissons nous toutes les + subtilités de la specification des modules ? Maitrisons nous à la perfection + les différents mécanismes de cache de vos navigateurs ? + + + Nous n'en sommes pas sûrs. C’est pour cela qu’aujourd’hui nous vous + proposons de participer au plus grand quizz du monde. Présenté par nos + experts Jean-François et Emmanuel, venez tous tester vos compétences de la + plateforme Web. + + + Les questions ne seront pas si simples, vous allez apprendre énormément de + choses… et en plus ce sera drôle. + type: Conférence + tags: + - Web + id: '4574' + videoId: PL9aQDMgv4w + speakers: + - emmanuel_demey + - jean-francois_garreau +- title: Pourquoi et comment crafter la Data-Science sur mesure. + language: Français + complexity: Débutant + description: >- + Il n'est pas évident d'intégrer de la Data Science dans les sociétés qui + développent un business qui de base ne prévoyait pas de l’intelligence + artificielle (IA), et pour lequel l’IA n'est pas au cœur du métier. Malgré + la motivation d'utiliser l’IA, de nombreux projets Data Science dans ces + sociétés échouent. + + + C'est autant frustrant pour les responsables d'entreprises que démotivant + pour les data-scientists, dont les projets finissent au placard. + + On va analyser ensemble cette situation, pour déterminer les raisons de ces + échecs. On va également étudier comment éviter les erreurs les plus + courantes, et comment mener ce changement sans encombre afin d'enrichir vos + produits avec l’IA. + + + L’objectif du talk est que peu importe le profil que vous avez - dev front, + dev back, data-scientist, CTO, CEO, Product Manager - vous retournerez lundi + dans votre société en sachant à la fois identifier et mener à bien les + opportunités de Data Science. + type: Conférence + tags: + - Big Data / ML / AI + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4584-CommentEtPourquoiCrafterLaDataScienceSurMesure-AnastasiaLieva.pdf?alt=media&token=e2b95735-9f32-4f4e-9431-383748c79cdd + id: '4584' + videoId: '' + speakers: + - anastasia_lieva +- title: Multiplatfom projects with Kotlin + language: English + complexity: Intermédiaire + description: >- + Kotlin is an alternative programming language for JVM. But it is not limited + to a single platform. Instead, the team is working hard to bring it + everywhere. It is already possible to run Kotlin on Android and compile it + to JavaScript to write homogeneous web applications. And there is + Kotlin/Native project actively in development, which will bring Kotlin to + desktop and iOS. + + + In this session, we'll see how Kotlin can help us share code between + platforms and what are the best practices in doing this. + type: Conférence + tags: + - Languages + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4588-MultiplatformprojectswithKotlin-VictorKropp.pdf?alt=media&token=48d6e567-72ca-4fec-8628-0ad1e52f8671 + id: '4588' + videoId: 9ukHegwJivg + speakers: + - victor_kropp +- title: Angular Schematics pour une meilleure productivité et plus de partage + language: Français + complexity: Confirmé + description: >- + La CLI d'Angular, célèbre framework web de Google, est basée sur les + Schematics. Cette technologie permet de définir des transformations de code + au sein de vos applications Angular comme la création de nouveaux + composants, directives, providers... et plus récemment la configuration ou + mise à jour de vos librairies automatiquement. Grâce à la nouvelle librairie + @angular-devkit/schematics proposée par la team Angular, vous n’êtes + désormais plus obligé d’attendre une évolution de la part de l’équipe + Angular pour créer une nouvelle commande répondant à vos besoins. Ainsi il + est plus facile de partager entre développeurs du tooling ou alors de la + génération de code automatique pour gagner en productivité. + + Nous verrons donc pendant ces 15 minutes comment créer des schematics et ce + qu'apporte cette technologie avec différents cas concrets qui je l'espère + vous donnerons envie de créer plein de schematics <3 . + type: Quickie + tags: + - Web + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4593-AngularSchematics-benoitElAmrani.pptx?alt=media&token=7985983c-441a-47bb-a5b1-70224b074810 + id: '4593' + videoId: VLQYPA5gZEA + speakers: + - benoit_el_amrani +- title: GCP pour les Data Scientists + language: Français + complexity: Débutant + description: >- + Depuis son arrivée, GCP a démocratisé la conception et la mise en place de + services basés sur l'IA sans avoir besoin en pré-requis de connaissances + spécifiques en IA. Typiquement avec Dialogflow pour la création d'un chatbot + personnalisé ce qui compte est le savoir-faire du développeur qui va mettre + en place et intégrer le pipeline complet pour l'exposition du service. + Comment un Data Scientist peut-il s'orienter dans ce monde qui n'est pas le + sien pour apporter de la valeur aux projets utilisant tout le potentiel de + GCP ? + type: Quickie + tags: + - Cloud + id: '4613' + videoId: yjOkeruVBIE + speakers: + - giulia_bianchi +- title: 'CONTEXTVS, STVLTE! (Context, stupid!)' + language: English + complexity: Débutant + description: >- + "The best sorting algorithm is quick sort." + + "Indexes make DB faster." + + "Data should be sorted using ORDER BY." + + "Composition - good; inheritance - not good." + + "Windows is an operating system." + + "You must have transactions in your DB." + + "Java is slow." + + "Don't eat yellow snow." + + "You shall not self-sign your certificates." + + "Interrupt in Java is broken." + + + The IT world is full of mantras/revealed truth, passed (often in oral + tradition) among developer tribes. Mindlessly repeated from generation to + generation, they cause a reckless usage. At best this results in more harm + than good, in the worst case: a total disaster worth whole train of money. + + The context is indispensable part of each mantra. Right context can help to + distinguish proper usage from incoming disaster. + + + Do you believe in a mantra by any chance? + + How to find out the context? + + Can one eat yellow snow? + + Come and see. + type: Conférence + tags: + - Method & Tools + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F4617-context-PiotrPrzybyl.zip?alt=media&token=979ce39c-2ee9-4e84-b8f6-9b9e706f31f1 + id: '4617' + videoId: '' + speakers: + - piotr_przybyl +- title: >- + The Old Man Glitch - Escalade de bug sur la première génération de Pokemon + sur Gameboy + language: Français + complexity: Beginner + description: >- + Je vous propose de prendre avec vous le temps de regarder un bug dans du + code 8-bit de 1996 et de parler de techniques obsolètes d'escalade de + failles. Juste pour le plaisir. Off-by-one error, underflow, buffer + overflow, injection de code... avec des Pokemon alors même les adultes vont + comprendre. + type: Conférence + tags: + - WTF + presentation: >- + https://firebasestorage.googleapis.com/v0/b/devfesttoulouse-2018.appspot.com/o/presentation%2F5000-TheOldManGlitch-fabientregan.zip?alt=media&token=623dfb0e-6e6f-4de5-b142-34ccfa666af8 + id: '5000' + videoId: hBo28RVftNc + speakers: + - fabien_tregan diff --git a/test-hugo/data/speakers.yml b/test-hugo/data/speakers.yml new file mode 100644 index 0000000..198d58a --- /dev/null +++ b/test-hugo/data/speakers.yml @@ -0,0 +1,1039 @@ +- name: Laurent Victorino + bio: >- + Pas très bon en jeux vidéo Laurent préfère les créer pour se donner une + bonne raison de ne pas y jouer. Programmeur moyen mais sympa, Laurent est à + la tête de Monkey Moon, un studio de jeux vidéo basé à Lyon qui développe + actuellement Night Call, un jeu qui se passe à Paris, parce que Laurent aime + les paradoxes. Speaker internationalement reconnu pour sa keynote « 400 + vannes sur le Java en moins de 20 minutes », Laurent aime les conférences IT + et Web pour les rencontres, les échanges, et la nourriture gratuite. Laurent + a vraiment du mal à parler de lui à la troisième personne. + shortBio: Curious Video Game Developer + company: Monkey Moon + companyLogo: /images/speakers/company/monkey_moon.png + companyLogoUrl: /images/speakers/company/monkey_moon.png + country: 'Lyon, France' + featured: true + photo: /images/speakers/laurent_victorino.jpg + photoUrl: /images/speakers/laurent_victorino.jpg + socials: + - icon: twitter + link: 'https://twitter.com/on_code' + name: '@on_code' + - icon: github + link: 'https://github.com/lvictorino' + name: lvictorino + title: Video Game Developer + id: laurent_victorino +- name: Quentin Adam + bio: >- + Quentin is the CEO of Clever Cloud : a Platform as a Service company + allowing you to run java, scala, ruby, node.js, php, python or go + applications, with auto scaling and auto healing features. This position + allow him to study lots of applications, code, practice, and extract some + talks and advises. Regular speaker at various tech conference, he’s focused + to help developers to deliver quickly and happily good applications. + shortBio: CEO @ Clever Cloud + company: Clever Cloud + companyLogo: /images/speakers/company/clever_cloud.png + companyLogoUrl: /images/speakers/company/clever_cloud.png + country: 'Nantes, France' + featured: true + photo: /images/speakers/quentin_adam.jpg + photoUrl: /images/speakers/quentin_adam.jpg + socials: + - icon: twitter + link: 'https://twitter.com/waxzce' + name: '@waxzce' + - icon: github + link: 'https://github.com/waxzce' + name: waxzce + title: CEO + id: quentin_adam +- name: Raúl Jiménez + bio: >- + Raul is a software engineer passionate about JS frameworks, web technologies + and cross-platform development. Since 2012 he's focused in Angular, HTML5 + video and his open source project Videogular. Raul works as CEO of Byte + Default, an Angular consultancy company for companies around the world + helping them to build high-performance web apps. In his spare time he's + usually involved in local meetups, writing blog posts, speaking at + conferences and contributing to open source projects. He lives in Barcelona + and is happy by default :) + shortBio: >- + Software Engineer @toptalllc / #Angular @Google Developer Expert / Creator + of Videogular + company: Google Developer Expert + companyLogo: /images/speakers/company/gde.jpg + companyLogoUrl: /images/speakers/company/gde.jpg + country: 'Barcelona, Spain' + featured: true + photo: /images/speakers/raul_jimenez.png + photoUrl: /images/speakers/raul_jimenez.png + socials: + - icon: twitter + link: 'https://twitter.com/elecash' + name: '@elecash' + - icon: github + link: 'https://github.com/elecash' + name: elecash + title: GDE + id: jimenez_raul +- name: Estelle Landry + bio: >- + Product Owner and UX Designer apprentice at @elium_tech , Former Project + Manager , Proud to be member of @DuchessFR, @Flupa and @sunnytech_mtp + shortBio: Passionnée d'UX Product Owner chez Elium + company: Elium + companyLogo: /images/speakers/company/elium.jpg + companyLogoUrl: /images/speakers/company/elium.jpg + country: 'Montpellier, France' + featured: true + photo: /images/speakers/estelle_landry.jpg + photoUrl: /images/speakers/estelle_landry.jpg + socials: + - icon: twitter + link: 'https://twitter.com/estelandry' + name: '@estelandry' + title: Product Owner + id: estelle_landry +- name: Laurent Wroblewski + bio: >- + Laurent Wroblewski, ingénieur développement full stack depuis maintenant + près de 9 ans, passionné par les technologies web/mobile. Récent expatrié + lillois, qui revient à domicile à la recherche de bières convenables et de + bon échanges techniques (l'un n'excluant pas l'autre ;)). J'aime partager + autour du JS et de ses principales stars du moment, comme Angular et React, + et du riche écosystème qui gravite autour. Mais le mobile n'est pas en reste + non plus, que ce soient le natif (Kotlin4ever), les solutions hybrides ou + les PWAs. + shortBio: Ingénieur développement full stack depuis maintenant près de 9 ans + company: Davidson Consulting + companyLogo: /images/speakers/company/davidson_consulting.jpg + companyLogoUrl: /images/speakers/company/davidson_consulting.jpg + country: 'Toulouse, France' + featured: true + photo: /images/speakers/laurent_wroblewski.jpg + photoUrl: /images/speakers/laurent_wroblewski.jpg + socials: + - icon: twitter + link: 'https://twitter.com/@LaurentWrob' + name: '@LaurentWrob' + - icon: github + link: 'https://github.com/LWroblewski' + name: LWroblewski + title: Ingénieur développement full stack + id: laurent_wroblewski +- name: Hubert Sablonnière + bio: >- + Hubert est passionné par le Web. Il est toujours à la recherche de nouvelles + idées et autres bidouilles pour améliorer l'expérience des utilisateurs et + des développeurs. + shortBio: "\U0001F61C Curious and passionate Web developer working for @clever_cloud" + company: Clever Cloud + companyLogo: /images/speakers/company/clever_cloud.png + companyLogoUrl: /images/speakers/company/clever_cloud.png + country: 'Lille, France' + featured: true + photo: /images/speakers/hubert_sablonniere.jpg + photoUrl: /images/speakers/hubert_sablonniere.jpg + socials: + - icon: twitter + link: 'https://twitter.com/hsablonniere' + name: '@hsablonniere' + - icon: github + link: 'https://github.com/hsablonniere' + name: hsablonniere + title: Web developer + id: hubert_sablonniere +- name: David Gageot + bio: >- + David est Developer Advocate chez Google Cloud. Il travaille sur les + Containers Tools. Auparavant, il a participé à l'ouverture du bureau de R&D + de Docker, à Paris. + shortBio: >- + Developer Advocate @Google Cloud. I run Docker in Docker in Docker... + recursively + company: Google + companyLogo: /images/speakers/company/google.svg + companyLogoUrl: /images/speakers/company/google.svg + country: 'Paris, France' + featured: true + photo: /images/speakers/david_gageot.jpg + photoUrl: /images/speakers/david_gageot.jpg + socials: + - icon: twitter + link: 'https://twitter.com/dgageot' + name: '@dgageot' + - icon: github + link: 'https://github.com/dgageot' + name: dgageot + title: Developer Advocate @ Google + id: david_gageot +- name: Sylvain Wallez + bio: >- + Architecte et développeur passionné, tech lead dans l'équipe Cloud chez + Elastic. A travaillé comme architecte, CTO et leader technique dans + plusieurs startups. Expert technique multi-compétences : systèmes scalables, + NoSQL, moteurs de recherche, mais aussi front-end, devops et Iot. Bref, + full-stack. Membre de la fondation Apache. + shortBio: >- + Passionate software architect & developer. Member of @theASF, tech lead in + the Cloud team at @elastic + company: Elastic + companyLogo: /images/speakers/company/elastic.png + companyLogoUrl: /images/speakers/company/elastic.png + country: 'Toulouse, France' + featured: true + photo: /images/speakers/sylvain_wallez.png + photoUrl: /images/speakers/sylvain_wallez.png + socials: + - icon: twitter + link: 'https://twitter.com/bluxte' + name: '@bluxte' + - icon: github + link: 'https://github.com/swallez' + name: swallez + title: Tech lead in Elastic Cloud team + id: sylvain_wallez +- id: philippe_charriere + name: Philippe Charrière + bio: "currently: \U0001F1EA\U0001F1FA TAM @GitLab \U0001F98A + deploying apps as CSO @clever_cloud \U0001F4A1☁️ + core committer @golo_lang + raising \U0001F916 @BotsGarden, previously: SE @github" + company: CleverCloud + featured: true + photo: /images/speakers/philippe_charriere.jpg + photoUrl: /images/speakers/philippe_charriere.jpg + socials: + - icon: twitter + link: 'https://twitter.com/k33g_org' + name: '@k33g_org' + - icon: github + link: 'https://github.com/k33g' + name: k33g + shortBio: "currently: \U0001F1EA\U0001F1FA TAM @GitLab \U0001F98A + deploying apps as CSO @clever_cloud \U0001F4A1☁️ + core committer @golo_lang + raising \U0001F916 @BotsGarden, previously: SE @github" + companyLogo: /images/speakers/company/clevercloud.jpg + companyLogoUrl: /images/speakers/company/clevercloud.jpg + country: 'Lyon, France' + title: "\U0001F1EA\U0001F1FA TAM @GitLab \U0001F98A & CSO @clever_cloud \U0001F4A1☁️" +- name: Horacio Gonzalez + bio: >- + Malgré ce que son accent espagnol bien prononcé peut suggérer, Horacio est + arrivé en France il y a une quinzaine d'années déjà. Passionné + d'informatique, dans laquelle il est tombé depuis tout petit, il a découvert + Java en 1997 et depuis il n'a pas arrêté de bosser autour. Après quelques + années comme tech leader de la partie frontend de @warp10io chez Cityzen + Data, Horacio a rejoint OVH en janvier 2018 en tant que Developer Advocate. + Il est aussi leader et cofondateur du FinistDevs et du GDG Finistère, le GDG + francophone le plus proche de la Silicon Valley. Passionné par le + développement web et tout ce qui gravite autour des composants web, Horacio + est Google Developer Expert (GDE) en Web Technologies et Polymer. + shortBio: >- + Spaniard lost in Brittany, coder, dreamer and all-around geek - #DevRel @ovh + -@Warp10io contributor - #Polymer & #Flutter @GoogleDevExpert - @FinistDevs + company: OVH + companyLogo: /images/speakers/company/ovh.jpg + companyLogoUrl: /images/speakers/company/ovh.jpg + country: 'Brittany, France' + featured: true + photo: /images/speakers/horacio_gonzalez.jpg + photoUrl: /images/speakers/horacio_gonzalez.jpg + socials: + - icon: twitter + link: 'https://twitter.com/LostInBrittany' + name: '@LostInBrittany' + - icon: github + link: 'https://github.com/LostInBrittany' + name: LostInBrittany + title: DevRel @ovh + id: horacio_gonzalez +- id: ane_diaz_de_tuesta + name: Ane DIAZ DE TUESTA + bio: >- + Je suis une personne dynamique, curieuse et sociable. Je travaille en tant + que développeuse depuis 2012, après avoir obtenu mon diplôme d’ingénieur + espagnol et ensuite le français. + + Actuellement je travaille chez Lectra comme développeuse FrontEnd et je suis + Scrum Master. Je suis passionnée par mon travail qui me rend heureuse. + company: Lectra + featured: false + photo: /images/speakers/ane_diaz_de_tuesta.jpg + photoUrl: /images/speakers/ane_diaz_de_tuesta.jpg + socials: + - icon: twitter + link: 'https://twitter.com/ane_naiz' + name: '@ane_naiz' + - icon: github + link: 'https://github.com/anediaz' + name: anediaz + - icon: linkedin + link: >- + https://www.linkedin.com/in/ane-diaz-de-tuesta-37785252, + http://anediaz.com/ + name: LinkedIn + shortBio: >- + #OpenMinded #travelling #Agile #Sport . @LectraFashion Web Developer + http://www.anediaz.com + companyLogo: /images/speakers/company/lectra.jpg + companyLogoUrl: /images/speakers/company/lectra.jpg + country: 'Bordeaux, France' +- id: comet_nicolas + name: Nicolas Comet + bio: >- + ​ + + Développeur passionné, Speaker, grand curieux, j'aime apprendre en + permanence. Je ne m'attache pas à une technologie en particulier, même si je + gravite plus souvent du côté Java / JavaEE. J'aime les principes fondateurs + du TDD. Je porte également un grand intérêt pour la synergie entre DDD et + documentation vivante ou "Living Documentation". + + + Je suis actuellement ingénieur d'études R&D chez Lectra, numéro un mondial + des solutions dédiées à l'industrie textile (logiciels & machines). + company: Lectra + featured: false + photo: /images/speakers/comet_nicolas.jpg + photoUrl: /images/speakers/comet_nicolas.jpg + socials: + - icon: twitter + link: 'https://twitter.com/NicolasComet' + name: '@NicolasComet' + - icon: github + link: 'https://github.com/ncomet' + name: ncomet + - icon: linkedin + link: 'https://www.linkedin.com/in/nicolascomet/' + name: LinkedIn + shortBio: >- + Software #developer @LectraOfficial Conference #speaker, All opinions are + eventually someone’s + companyLogo: /images/speakers/company/lectra.jpg + companyLogoUrl: /images/speakers/company/lectra.jpg + country: 'Bordeaux, France' +- id: benoit_prioux + name: Benoit PRIOUX + bio: >- + Je suis Technical Leader au centre R&D de Lectra, éditeur de logiciel dans + le monde de la mode, à Bordeaux. Je suis un développeur Java depuis 2005, et + membre du bureau du Bordeaux JUG. Impliqué dans le projet open-source + Asciidoctor, je suis aussi passionné par tout ce qui finit en DD : TDD, BDD, + DDD, ... + company: Lectra + featured: false + photo: /images/speakers/benoit_prioux.png + photoUrl: /images/speakers/benoit_prioux.png + socials: + - icon: twitter + link: 'https://twitter.com/binout' + name: '@binout' + - icon: github + link: 'https://github.com/binout' + name: binout + shortBio: 'Enthusiast Software Developer #java #kotlin #tdd #ddd #lectra' + companyLogo: /images/speakers/company/lectra.jpg + companyLogoUrl: /images/speakers/company/lectra.jpg + country: 'Bordeaux, France' + title: '' +- id: celine_louvet + name: Céline LOUVET + bio: CTO & cofondatrice de Fairvioo et développeuse au quotidien + company: Fairvioo + featured: false + photo: /images/speakers/celine_louvet.jpg + photoUrl: /images/speakers/celine_louvet.jpg + socials: + - icon: twitter + link: 'https://twitter.com/celine_louvet' + name: '@celine_louvet' + - icon: github + link: 'https://github.com/celinelouvet' + name: celinelouvet + - icon: linkedin + link: 'https://www.linkedin.com/in/celinelouvet/' + name: LinkedIn + shortBio: CTO @Fairvioo. Ex-CTO @CaptainContrat & Ex-@Sfeir + companyLogo: /images/speakers/company/fairvioo.jpg + companyLogoUrl: /images/speakers/company/fairvioo.jpg + country: Île-de-France +- id: frederic_cabestre + name: Frédéric Cabestre + bio: >- + Développeur, tendance «software craftman». Depuis longtemps attiré par les + langages et leur mise en œuvre. Grand amateur de programmation + fonctionnelle, même quand ce n'était pas encore cool. Curieux des systèmes, + surtout s'ils sont distribués. + company: Easy Mile + featured: false + photo: /images/speakers/frederic_cabestre.png + photoUrl: /images/speakers/frederic_cabestre.png + socials: + - icon: twitter + link: 'https://twitter.com/fcabestre' + name: '@fcabestre' + - icon: github + link: 'https://github.com/fcabestre' + name: fcabestre + shortBio: >- + NaN, craftsman of code, nomad of knowledge and λ juggler. I work at + @Easy_Mile. + companyLogo: /images/speakers/company/easy_mile.jpg + companyLogoUrl: /images/speakers/company/easy_mile.jpg + country: 'Toulouse, France' +- id: arnaud_bos + name: Arnaud BOS + bio: >- + Amateur de hamacs et de '(parenthèses). Du développement mobile au back-end, + je suis revenu à mes premiers amours, les systèmes distribués, au fil des + projets. Avec ma casquette de data engineer sur la tête, je me concentre sur + le développement de (micro?)services et me passionne pour langages de + programmation et les architectures distribuées. + company: MonkeyPatch + featured: false + photo: /images/speakers/arnaud_bos.jpg + photoUrl: /images/speakers/arnaud_bos.jpg + socials: + - icon: twitter + link: 'https://twitter.com/arnaud_bos' + name: '@arnaud_bos' + - icon: github + link: 'https://github.com/arnaudbos' + name: arnaudbos + shortBio: "Clojure as heck. Distributed systems. Podcasts. Can write backwards \U0001F643" + companyLogo: /images/speakers/company/monkeypatch.jpg + companyLogoUrl: /images/speakers/company/monkeypatch.jpg + country: 'Toulouse, France' +- id: julien_topcu + name: Julien Topçu + bio: >- + Senior Lead Developer à la Société Générale, je suis un fervent défenseur du + Software Craftsmanship. + + + J'évangélise activement autour de DDD/Hexagonal Architecture, l'XP et le + Kanban #NoEstimates au sein de cours et de + [meetups](https://www.youtube.com/watch?v=P0_M00X4Xlw/) ainsi qu'à travers + d'articles de [blog](https://beyondxscratch.wordpress.com/). + + + Membre de la fondation OWASP, je m'efforce de transmettre à la communauté + une philosophie DevSecOps que je pense être l'avenir du métier de + développeur. J'ai participé à la mise en place de pipeline de Continuous + Security à l'échelles d'entreprises. + company: Société Générale & OWASP fundation + featured: false + photo: /images/speakers/julien_topcu.jpeg + photoUrl: /images/speakers/julien_topcu.jpeg + socials: + - icon: twitter + link: 'https://twitter.com/JulienTopcu' + name: '@JulienTopcu' + - icon: linkedin + link: >- + https://www.linkedin.com/in/julien-top%C3%A7u/, + https://beyondxscratch.wordpress.com/ + name: LinkedIn + shortBio: Catalyst @SociétéGénérale OWASP Fundation member + companyLogo: /images/speakers/company/societe_generale.png + companyLogoUrl: /images/speakers/company/societe_generale.png + country: 'Île-de-France, France' +- id: guillaume_membre + name: Guillaume Membré + bio: >- + Geek à toute heure, je travaille principalement autour des technologies + Java/JavaEE mais aussi sur des problématiques de déploiement continu, de + qualimétrie. Désormais, je partage son expérience pour faciliter la mise en + place de démarche devops chez différents acteurs. J'adore bidouiller des + RaspberryPi ou Arduino pour créer des choses inutiles donc indispensables. + + Lorsque le temps le permet, je décris mes aventures sur mon [site + web](https://www.geekeries.fun). + company: Zenika + featured: false + photo: /images/speakers/guillaume_membre.jpg + photoUrl: /images/speakers/guillaume_membre.jpg + socials: + - icon: twitter + link: 'https://twitter.com/GuillaumeMembre' + name: '@GuillaumeMembre' + - icon: github + link: 'https://github.com/gmembre-zenika' + name: gmembre-zenika + shortBio: Codeur à ses heures perdues + companyLogo: /images/speakers/company/zenika.jpg + companyLogoUrl: /images/speakers/company/zenika.jpg + country: 'Nantes, France' +- id: robert_firek + name: Robert Firek + bio: >- + Robert Firek is a software craftsman who has tasted many different flavours + of programming. His broad range of experiences has helped to deliver quality + software in many companies and organisations. He strives to create software + according to the rule "Simplicity is the final achievement". He is trying to + unite worlds of the software development and the infrastructure delivery by + promoting the DevOps culture. + company: Codurance + featured: false + photo: /images/speakers/robert_firek.jpg + photoUrl: /images/speakers/robert_firek.jpg + socials: + - icon: twitter + link: 'https://twitter.com/RobertFirek' + name: '@RobertFirek' + - icon: github + link: 'https://github.com/robertfirek' + name: robertfirek + shortBio: Member of the London Java Community and Wrocław Java User Group. + companyLogo: /images/speakers/company/codurance.jpg + companyLogoUrl: /images/speakers/company/codurance.jpg + country: 'London, Royaume-Uni' +- id: guillaume_laforge + name: Guillaume Laforge + bio: >- + Le jour, Guillaume Laforge est Developer Advocate chez Google, sur les + solutions cloud, et de nuit, il reprends sa casquette de contributeur au + projet Apache Groovy. Guillaume est également un des membres du podcast Les + Cast Codeurs + company: Google + featured: false + photo: /images/speakers/guillaume_laforge.jpeg + photoUrl: /images/speakers/guillaume_laforge.jpeg + socials: + - icon: twitter + link: 'https://twitter.com/glaforge' + name: '@glaforge' + - icon: github + link: 'https://github.com/glaforge' + name: glaforge + shortBio: >- + Developer Advocate at @Google for @GoogleCloud during the day, and + @ApacheGroovy programming language project PMC Chair & @java_champions at + night + companyLogo: /images/speakers/company/google.jpg + companyLogoUrl: /images/speakers/company/google.jpg + country: 'Paris, France' +- id: olivier_leplus + name: Olivier Leplus + bio: >- + My day to day my mission is to help developers create successful and quality + apps. + + As a passionate web developer, I am always discovering and playing with new + web technologies ! + company: Botfuel + featured: false + photo: /images/speakers/olivier_leplus.jpg + photoUrl: /images/speakers/olivier_leplus.jpg + socials: + - icon: twitter + link: 'https://twitter.com/olivierleplus' + name: '@olivierleplus' + - icon: github + link: 'https://github.com/tagazok' + name: tagazok + - icon: linkedin + link: 'https://www.linkedin.com/in/olivierleplus/, https://tagazok.github.io/' + name: LinkedIn + shortBio: >- + Speaker, Conference organiser, Community obsessed developer, Traveler - + Developer Advocate @botfuel - Google Developer Expert in web tech + companyLogo: /images/speakers/company/botfuel.jpg + companyLogoUrl: /images/speakers/company/botfuel.jpg + country: 'Paris, France' +- id: tiffany_souterre + name: Tiffany Souterre + bio: >- + I love science and I love data! After finishing a Ph.D. in genetic + engineering, I continued my quest for discovering new patterns through data + science and machine learning. I currently work as a Big Data engineer and I + play with machine learning algorithms on my free time. Someday, I wish to + leverage data exploration to improve people's life. + company: JEMS Datafactory + featured: false + photo: /images/speakers/tiffany_souterre.jpg + photoUrl: /images/speakers/tiffany_souterre.jpg + socials: + - icon: twitter + link: 'https://twitter.com/tiffanysouterre' + name: '@tiffanysouterre' + - icon: github + link: 'https://github.com/Amagash' + name: Amagash + shortBio: "Data geek \U0001F4CA/ Google Developer Group Lead \U0001F4BB @GDGParis / Python Dev \U0001F40D / Ph.D. in Biotechnologies \U0001F393/ iGEM alumni ☣️" + companyLogo: /images/speakers/company/jems_datafactory.jpg + companyLogoUrl: /images/speakers/company/jems_datafactory.jpg + country: 'Paris, France' +- id: benoit_el_amrani + name: Benoit El Amrani + bio: >- + Passionné par le monde du web, je suis en veille constante pour trouver des + nouvelles idées permettant d'améliorer à la fois le quotidien des + développeurs et les applications sur lesquelles je travaille. + company: Informatique Banque Populaire + featured: false + photo: /images/speakers/benoit_el_amrani.jpg + photoUrl: /images/speakers/benoit_el_amrani.jpg + socials: + - icon: twitter + link: 'https://twitter.com/bentah31' + name: '@bentah31' + - icon: github + link: 'https://github.com/belamrani' + name: belamrani + shortBio: Mobile & Web Developer + companyLogo: /images/speakers/company/i-bp.png + companyLogoUrl: /images/speakers/company/i-bp.png + country: 'Toulouse, France' +- id: tugdual_grall + name: Tugdual Grall + bio: "Tugdual Grall\tBio: Tugdual Grall, est Chief Technical Evangelist EMEA chez MapR. Il travaille avec les clients et les communautés de développeurs européennes, pour faciliter l’adoption de MapR, Hadoop et NoSQL. \n\nAvant de travailler chez MapR, “Tug”, était Technical Evangelist chez MongoDB et Couchbase. Tug a travaillé comme CTO chez eXo Platform, et comme Product Manager et Développeur sur la platform Java/JavaEE d’Oracle.\n\nTugdual est également co-fondateur du Nantes JUG (Java Users Group) qui réunit tous les mois depuis 2008 les développeurs et architectes de la région nantaise." + company: MapR + featured: false + photo: /images/speakers/tugdual_grall.jpg + photoUrl: /images/speakers/tugdual_grall.jpg + socials: + - icon: twitter + link: 'https://twitter.com/tgrall' + name: '@tgrall' + - icon: github + link: 'https://github.com/tgrall' + name: tgrall + shortBio: >- + Technical Evangelist @MapR Big Data / NoSQL / Streaming | @nantesjug leader + | Slow Triathlete @resultri | Windsurfer + companyLogo: /images/speakers/company/mapr.MapR + companyLogoUrl: /images/speakers/company/mapr.MapR + country: It depends! +- id: david_pilato + name: David Pilato + bio: >- + Depuis 2013, David Pilato est développeur et évangéliste chez elastic.co, + après avoir passé les deux années précédentes à promouvoir le projet + open-source Elasticsearch. Il en anime la communauté française. + company: elastic + featured: false + photo: /images/speakers/david_pilato.jpg + photoUrl: /images/speakers/david_pilato.jpg + socials: + - icon: twitter + link: 'https://twitter.com/dadoonet' + name: '@dadoonet' + - icon: github + link: 'https://github.com/dadoonet' + name: dadoonet + shortBio: >- + developer | evangelist @ elastic Enjoying NoSQL world, DeeJay 4 times a + year, just for fun ! http://bit.ly/IixwIh + companyLogo: /images/speakers/company/elastic.jpg + companyLogoUrl: /images/speakers/company/elastic.jpg + country: France +- id: francois_teychene + name: Francois Teychene + bio: >- + Cloud Developper @ Saagie , meetup addict & organiser @ Montpellier et + Organisateur SunnyTech. + + Développeur couteau suisse pouvant intervenir du Javascript à la table de + routage. Mes passions actuelles sont le Rust, le DevOps et le Scala en plus + de vouloir mettre des conteneurs partout. + company: Saagie + featured: false + photo: /images/speakers/francois_teychene.jpg + photoUrl: /images/speakers/francois_teychene.jpg + socials: + - icon: twitter + link: 'https://twitter.com/fteychene' + name: '@fteychene' + - icon: github + link: 'https://github.com/fteychene' + name: fteychene + shortBio: >- + Cloud dev @saagie_io, @MtpTechHub President, @SunnyTech_MTP organiser, + Speaker, Teacher... #Devops #Rust #Scala enthusiast. Opinions are mine not + of my employer + companyLogo: /images/speakers/company/saagie.jpg + companyLogoUrl: /images/speakers/company/saagie.jpg + country: 'Montpellier, France' +- id: olivier_flebus + name: Olivier Flebus + bio: >- + Enterprise Architect, #Agile enthusiast. Leading #BigData @Continental + Digital Services France. Building a #Cloud platform for #ConnectedCars. + company: Continental Digital Services France + featured: false + photo: /images/speakers/olivier_flebus.jpg + photoUrl: /images/speakers/olivier_flebus.jpg + socials: + - icon: twitter + link: 'https://twitter.com/olivierflebus' + name: '@olivierflebus' + - icon: linkedin + link: 'https://www.linkedin.com/in/olivierflebus' + name: LinkedIn + shortBio: >- + Enterprise Architect, #Agile enthusiast. Leading #BigData @Continental + Digital Services France. Building a #Cloud platform for #ConnectedCars. + Views are my own. + companyLogo: /images/speakers/company/continental_digital_services_france.jpg + companyLogoUrl: /images/speakers/company/continental_digital_services_france.jpg + country: 'Toulouse, France' +- id: alexandre_delattre + name: Alexandre Delattre + bio: >- + Ingénieur logiciel Fullstack à MonkeyPatch + + + 32 ans et fort de 7 ans d'expérience dans le développement logiciel, mon + parcours, auprès de startups et de grands groupes m'a permis de m'approprier + une large gamme de technos fullstack: + + + - Mobile : Android (Kotlin), iOS (Swift), Ionic + + - Backend : Java, Scala, NodeJS + + - Web : Typescript / Angular 1 & 2 + + + Je suis passioné par la mobilité, la qualité et l'innovation logicielle, + l'UX et l'entrepreunariat digital. + company: MonkeyPatch + featured: false + photo: /images/speakers/alexandre_delattre.jpg + photoUrl: /images/speakers/alexandre_delattre.jpg + socials: + - icon: twitter + link: 'https://twitter.com/alexandre_del31' + name: '@alexandre_del31' + shortBio: Software engineer at @MonkeyPatch. Functional programming enthusiast + companyLogo: /images/speakers/company/monkeypatch.jpg + companyLogoUrl: /images/speakers/company/monkeypatch.jpg + country: 'Toulouse, France' +- id: guillaume_andrieu + name: Guillaume ANDRIEU + bio: FP enthusiast + company: MonkeyPatch + featured: false + photo: /images/speakers/guillaume_andrieu.jpg + photoUrl: /images/speakers/guillaume_andrieu.jpg + socials: + - icon: twitter + link: 'https://twitter.com/glmxndr' + name: '@glmxndr' + shortBio: FP enthusiast + companyLogo: /images/speakers/company/monkeypatch.jpg + companyLogoUrl: /images/speakers/company/monkeypatch.jpg + country: 'Toulouse, France' + title: '' +- id: sebastien_guilloux + name: Sébastien Guilloux + bio: >- + Cloud Engineer chez Elastic. J'ai un petit faible pour les systèmes + distribués, pour le fun et les challenges qu'ils nous apportent ! Auparavant + j'ai travaillé chez OVH, en tant que développeur sur plusieurs services + (Kafka, Kubernetes, Serverless Functions). + + Ah, j'ai une légère tendance à faire des jeux de mots, aussi :) + company: Elastic + featured: false + photo: /images/speakers/sebastien_guilloux.jpg + photoUrl: /images/speakers/sebastien_guilloux.jpg + socials: + - icon: twitter + link: 'https://twitter.com/_sebgl' + name: '@_sebgl' + - icon: github + link: 'https://github.com/sebgl' + name: sebgl + shortBio: Software developer. Music lover. I do french puns + companyLogo: /images/speakers/company/elastic.jpg + companyLogoUrl: /images/speakers/company/elastic.jpg + country: 'Toulouse, France' +- id: nicolas_decoster + name: Nicolas Decoster + bio: >- + Informaticien curieux depuis 35 ans, de métier depuis 20 ans (principalement + dans le spatial). Non spécialiste touche à tout : du développement logiciel + à l'étude scientifique, du développement d'algorithmes de traitement à la + mise en œuvre de systèmes, de la programmation en C++ ou Python à + l'utilisation des technos Web, de la petite appli en ligne de commande aux + IHM ou aux systèmes distribués. Ingénieur chez Magellium et co-fondateur et + animateur à la Compagnie du Code. + company: Magellium + featured: false + photo: /images/speakers/nicolas_decoster.jpg + photoUrl: /images/speakers/nicolas_decoster.jpg + socials: + - icon: twitter + link: 'https://twitter.com/nnodot' + name: '@nnodot' + shortBio: >- + Developer for science and other stuff, work for Magellium, co-founder of + @CompagnieDuCode + companyLogo: /images/speakers/company/magellium.jpg + companyLogoUrl: /images/speakers/company/magellium.jpg + country: 'Toulouse, France' +- id: juliane_blier + name: Juliane Blier + bio: >- + Développeuse Web, Amoureuse de Vuejs, Node et PHP, Curieuse de nouvelles + découvertes + company: SchoolMouv + featured: false + photo: /images/speakers/juliane_blier.jpg + photoUrl: /images/speakers/juliane_blier.jpg + socials: + - icon: twitter + link: 'https://twitter.com/tactless7' + name: '@tactless7' + - icon: github + link: 'https://github.com/Tactless7' + name: Tactless7 + shortBio: >- + Développeuse Web, Amoureuse de Vuejs, Node et PHP, Curieuse de nouvelles + découvertes + companyLogo: /images/speakers/company/schoolmouv.jpg + companyLogoUrl: /images/speakers/company/schoolmouv.jpg + country: 'Toulouse, France' + title: '' +- id: miro_miro_cupak + name: Miro Cupak + bio: >- + Miro is a VP of Engineering at DNAstack, where he builds a leading genomics + cloud platform. He is a Java enthusiast with expertise in distributed + systems and middleware, passionate about genetics and making meaningful + software. Miro is the creator of the largest search and discovery engine of + human genetic data, and the author of a book on parallelization of genomic + queries. In his spare time, he blogs and contributes to several open-source + projects. + company: DNAstack + featured: false + photo: /images/speakers/miro_miro_cupak.jpg + photoUrl: /images/speakers/miro_miro_cupak.jpg + socials: + - icon: twitter + link: 'https://twitter.com/mirocupak' + name: '@mirocupak' + - icon: github + link: 'https://github.com/mcupak' + name: mcupak + - icon: linkedin + link: 'https://mirocupak.com, https://www.linkedin.com/in/mirocupak' + name: LinkedIn + shortBio: >- + Software developer with passion for genetics and building meaningful things. + Java, open source, and distributed systems enthusiast. + companyLogo: /images/speakers/company/dnastack.jpg + companyLogoUrl: /images/speakers/company/dnastack.jpg + country: 'Toronto, Ontario' +- id: emmanuel_demey + name: Emmanuel DEMEY + bio: >- + Directeur technique chez Zenika Lille et Google Developer Expert, je suis + spécialisé dans AngularJS / Angular / TypeScript et l'Accessibilité Web. + Speaker à ses heures perdues. Aime également les bières (et oui quand on + vient de Lille c'est normal...), le Jazz et la Domotique. Plusieurs + expériences en tant que conférencier, notamment depuis septembre 2015 autour + du sujet Angular2. - ESLint au Jug Summer Camp et ChtiJS - Angular 2 : + ChtiJUG, LyonJS, GDG Paris, GDG Nantes, Meetup AngularJS Grenoble, Devoxx, + RivieraDev, Bdx.io, DevFest Nantes, Codeurs en Seine + company: Zenika + featured: false + photo: /images/speakers/emmanuel_demey.jpg + photoUrl: /images/speakers/emmanuel_demey.jpg + socials: + - icon: twitter + link: 'https://twitter.com/EmmanuelDemey' + name: '@EmmanuelDemey' + - icon: github + link: 'https://github.com/Gillespie59' + name: Gillespie59 + shortBio: >- + CTO at @ZenikaLille - Google Developer Expert @GoogleDevExpert - Web + Specialist - Speaker and Trainer, Organizer of #DevFestLille - @GDGLille - + Lille + companyLogo: /images/speakers/company/zenika.jpg + companyLogoUrl: /images/speakers/company/zenika.jpg + country: 'Lille, France' +- id: jean-francois_garreau + name: Jean-francois Garreau + bio: >- + En dehors du travail, je suis co-fondateur du GDG Nantes, organisateur du + DevFest Nantes, co-créateur des Nantes Wit et organisateur de Devoxx4Kids + company: Sfeir + featured: false + photo: /images/speakers/jean-francois_garreau.jpg + photoUrl: /images/speakers/jean-francois_garreau.jpg + socials: + - icon: twitter + link: 'https://twitter.com/jefBinomed' + name: '@jefBinomed' + - icon: github + link: 'https://github.com/jefBinomed' + name: jefBinomed + shortBio: "GDG Nantes Leader @gdgnantes \U0001F418 / @nanteswit \U0001F469‍\U0001F4BB / #devoxx4Kids / #GDE Web / developer and proud to be a dev @sfeir \U0001F468‍\U0001F4BB / curious geek" + companyLogo: /images/speakers/company/sfeir.jpg + companyLogoUrl: /images/speakers/company/sfeir.jpg + country: 'Nantes, France' + title: '' +- id: anastasia_lieva + name: Anastasia Lieva + bio: 'Fuzzy Humanist, Data Science Witch, The Lambda Wisperer' + company: Comwatt + featured: false + photo: /images/speakers/anastasia_lieva.jpg + photoUrl: /images/speakers/anastasia_lieva.jpg + socials: + - icon: twitter + link: 'https://twitter.com/lievAnastazia' + name: '@lievAnastazia' + shortBio: >- + #FuZzy humanist, Data Science Witch, Lambda Whisperer | Learning (machine, + human or whatever) | former couturier | permaculture newbie | for a better + world + companyLogo: /images/speakers/company/comwatt.jpg + companyLogoUrl: /images/speakers/company/comwatt.jpg + country: Solar System +- id: victor_kropp + name: Victor Kropp + bio: >- + Victor Kropp is a Software Engineer at JetBrains, where he has contributed + to many projects including ReSharper, dotCover, Hub and Toolbox App. His + interests include modern programming languages, practices and tools, and + cross-platform development. In his free time, he runs marathons and long + distance triathlons or travels with his family. + company: JetBrains + featured: false + photo: /images/speakers/victor_kropp.jpg + photoUrl: /images/speakers/victor_kropp.jpg + socials: + - icon: twitter + link: 'https://twitter.com/kropp' + name: '@kropp' + - icon: github + link: 'https://github.com/kropp' + name: kropp + shortBio: Software Engineer at @JetBrains. Father. 2×IRONMAN. English/Русский/Deutsch + companyLogo: /images/speakers/company/jetbrains.jpg + companyLogoUrl: /images/speakers/company/jetbrains.jpg + country: 'München, Deutschland' +- id: giulia_bianchi + name: Giulia Bianchi + bio: >- + Giulia est Data Scientist de plus de 4 ans d’expérience, elle est + consultante à Xebia depuis deux ans et demi. + + Elle travaille actuellement sur des volumes de données importants en mettant + en place des algorithmes de Machine Learning, avec un objectif concret + d’industrialisation. + + En 2018 elle a organisé la première édition du + [DataXDay](https://dataxday.fr/). + + Elle suit les nouvelles tendances du monde de la Data en participant aux + différents Meetups et en suivant des blogs. Elle contribue activement à cet + écosystème en donnant des + [talks](https://www.youtube.com/watch?v=N-LXrheCIKM) et en écrivant sur le + [blog Xebia](https://blog.xebia.fr/author/gbianchi/). + company: Xebia + featured: false + photo: /images/speakers/giulia_bianchi.jpg + photoUrl: /images/speakers/giulia_bianchi.jpg + socials: + - icon: twitter + link: 'https://twitter.com/Giuliabianchl' + name: '@Giuliabianchl' + - icon: github + link: 'https://github.com/giulbia' + name: giulbia + shortBio: >- + Data scientist @XebiaFr, organising http://dataxday.fr/ , writing + https://blog.xebia.fr , coding https://github.com/giulbia . Doing a lot of + other stuff + companyLogo: /images/speakers/company/xebia.jpg + companyLogoUrl: /images/speakers/company/xebia.jpg + country: 'Paris, France' +- id: piotr_przybyl + name: Piotr Przybyl + bio: >- + Notorious engineer at work and after hours, tracing meanders of the art of + software engineering. Software Gardener, mostly working in web-oriented Java + gardens. Fan of agility, seen mostly as choosing the right tools and + approaches. Lead developer, trainer and conference speaker. + company: Remote Freelance Software Gardener + featured: false + photo: /images/speakers/piotr_przybyl.jpg + photoUrl: /images/speakers/piotr_przybyl.jpg + socials: + - icon: twitter + link: 'https://twitter.com/piotrprz' + name: '@piotrprz' + shortBio: Remote Freelance Software Gardener + companyLogo: '' + companyLogoUrl: '' + country: 'Wroclaw, Poland' +- id: alessio_coltellacci + name: Alessio Coltellacci + bio: >- + Développeur système chez Clever Cloud, je développe des applications low + level en Rust, C, C++. Le reste du temps je m'amuse avec les features low + level du kernel: ebpf, XDP socket, Intel SGX ... et Infographiste 3d sur mon + free time depuis +7ans. + company: Clever Cloud + featured: false + photo: /images/speakers/alessio_coltellacci.jpg + photoUrl: /images/speakers/alessio_coltellacci.jpg + socials: + - icon: twitter + link: 'https://twitter.com/lightplay8' + name: '@lightplay8' + - icon: github + link: 'https://github.com/NotBad4U' + name: NotBad4U + shortBio: "Someone who thinks that #rust will rule the world. System developer at @clever_cloud \U0001F525\U0001F389" + companyLogo: /images/speakers/company/clever_cloud.jpg + companyLogoUrl: /images/speakers/company/clever_cloud.jpg + country: 'Toulouse, France' +- name: Mathieu Passenaud + bio: >- + DevOps (Teevity, Berger Levrault, OVH, Connit, Ubleam) depuis 8 ans + maintenant sur Toulouse. Issu du milieu de l'embarqué (calculateurs + ferroviaires/militaires), je me suis retrouvé parachuté dans l'univers du + cloud pendant quelques années jusqu'à revenir au croisement de ces deux + mondes : l'IOT. Touche à tout, j'aime beaucoup prototyper et répondre à la + question 'est-ce que c'est possible ?' + shortBio: Fondateur please-open.it + company: please-open.it + companyLogo: /images/speakers/company/please-open.png + companyLogoUrl: /images/speakers/company/please-open.png + country: 'Toulouse, France' + featured: true + photo: /images/speakers/mathieu_passenaud.png + photoUrl: /images/speakers/mathieu_passenaud.png + socials: + - icon: twitter + link: 'https://twitter.com/mathieupassenau' + name: '@mathieupassenau' + - icon: github + link: 'https://github.com/mathieupassenaud' + name: mathieupassenaud + title: Fondateur + id: mathieu_passenaud +- name: Fabien Tregan + bio: >- + Essaie de faire des logiciels depuis vingt ou trente ans. Au début en se + concentrant surtout sur le code, aujourd'hui en essayant de débusquer les + problèmes là où ils se trouvent. Heureusement, des fois c'est dans le code. + shortBio: >- + Not trying to reach perfection. Just more or less walking toward it, trying + to enjoy the landscape meanwhile. + company: Freelance + country: 'Toulouse, France' + featured: false + photo: /images/speakers/fabien_tregan.jpg + photoUrl: /images/speakers/fabien_tregan.jpg + socials: + - icon: twitter + link: 'https://twitter.com/ftregan' + name: '@ftregan' + id: fabien_tregan diff --git a/test-hugo/data/team.yml b/test-hugo/data/team.yml index 0c13ee0..121c8cd 100644 --- a/test-hugo/data/team.yml +++ b/test-hugo/data/team.yml @@ -1,145 +1,144 @@ -- name: "Julien Del Rio" - title: "GDG Toulouse" - photoUrl: "/images/people/julien_delrio.jpg" - socials: - - icon: "twitter" - name: "Twitter" - link: "https://twitter.com/JulienDelRio" - -- name: "Julien Renaux" - title: "GDG Toulouse" - photoUrl: "/images/people/julien_renaux.jpg" - socials: - - icon: twitter - name: Twitter - link: "https://twitter.com/julienrenaux" - - icon: "github" - name: "Github" - link: "https://github.com/shprink" - - icon: "linkedin" - name: "LinkedIn" - link: "https://www.linkedin.com/in/julienrenaux/" - -- name: "Alexia Audevart" - title: "Toulouse Data Science" - photoUrl: "https://www.ekito.fr/img/team/aaudevart.jpg" - socials: - - name: Twitter - icon: twitter - link: "https://www.twitter.com/aaudevart" - - name: "Github" - icon: "github" - link: "https://github.com/aaudevart" - - name: "Linkedin" - icon: "linkedin" - link: "https://www.linkedin.com/in/alexia-audevart-450b8a1/" - -- name: "Kevin Davin" - title: "GDG Toulouse & Toulouse JUG" - photoUrl: "/images/people/kevin_davin.png" - socials: - - name: "Google+" - icon: "gplus" - link: "https://plus.google.com/+KevinDavin" - - name: Twitter - icon: twitter - link: "https://twitter.com/davinkevin" - - name: "Github" - icon: "github" - link: "https://github.com/davinkevin/" - - name: "LinkedIn" - icon: "linkedin" - link: "www.linkedin.com/in/davinkevin" - -- name: "Aurélie Vache" - title: "Duchess France / Toulouse Data Science" - photoUrl: "/images/people/aurelie_vache.png" - socials: - - name: Twitter - icon: twitter - link: "https://www.twitter.com/aurelievache" - - name: "Site" - icon: "website" - link: "http://scraly.com/" - - name: "LinkedIn" - icon: "linkedin" - link: "https://www.linkedin.com/in/aurelievache" - - name: "Github" - icon: "github" - link: "https://github.com/scraly" - -- name: "Maxime Pawlak" - title: "GDG Toulouse" - photoUrl: "/images/people/maxime_pawlak.jpg" - socials: - - name: Twitter - icon: twitter - link: "https://twitter.com/Maxime_Pawlak" - -- name: "Didier Plaindoux" - title: "Toulouse JUG" - photoUrl: "/images/people/didier_plaindoux.jpeg" - socials: - - name: Twitter - icon: twitter - link: "https://twitter.com/dplaindoux" - -- name: "Vincent Ferries" - title: "Toulouse JUG" - photoUrl: "https://pbs.twimg.com/profile_images/697834407407849472/bzv1VZJm_400x400.jpg" - socials: - - name: Twitter - icon: twitter - link: "https://twitter.com/VincentFERRIES" - -- name: "Igor Laborie" - title: "Folivoraphile" - photoUrl: "https://pbs.twimg.com/profile_images/3404066863/94e02f3bca9b038c4546f4e42ed05bc6.jpeg" - socials: - - name: Twitter - icon: twitter - link: "https://twitter.com/ilaborie" - - name: "Github" - icon: "github" - link: "https://github.com/ilaborie" - -- name: "Emmanuel Vinas" - title: "GDG Toulouse" - photoUrl: "/images/people/emmanuel_vinas.jpeg" - socials: - - name: Twitter - icon: twitter - link: "https://twitter.com/EmmanuelVinas" - -- name: "Lionel Porcheron" - title: "Toulouse DevOps" - photoUrl: "/images/people/lionel_porcheron.jpg" - socials: - - name: Twitter - icon: twitter - link : "https://twitter.com/lporcheron" - -- name: "Michaël Pailloncy" - title: "Toulouse JAM / JUG" - photoUrl: "https://s.gravatar.com/avatar/1b42d100589ea585ce9a1f359b8d4496?s=160" - socials: - - name: Twitter - icon: twitter - link: "https://twitter.com/mpailloncy" - - name: "Github" - icon: "github" - link: "https://github.com/mpailloncy" - - name: "LinkedIn" - icon: "linkedin" - link: "https://www.linkedin.com/in/michael-pailloncy-21119827/" - -- name: "Elodie Lerare" - title: "" - photoUrl: "images/people/elodie_lerare.jpg" - socials: - - name: Twitter - icon: twitter - link: "https://twitter.com/EloBlou" - - name: "LinkedIn" - icon: "linkedin" - link: "https://www.linkedin.com/in/elodie-lerare-223a6b41/" \ No newline at end of file +- members: + - name: Julien Del Rio + photoUrl: /images/people/julien_delrio.jpg + socials: + - icon: twitter + link: 'https://twitter.com/JulienDelRio' + name: Twitter + title: GDG Toulouse + - name: Julien Renaux + photoUrl: /images/people/julien_renaux.jpg + socials: + - icon: twitter + link: 'https://twitter.com/julienrenaux' + name: Twitter + - icon: github + link: 'https://github.com/shprink' + name: Github + - icon: linkedin + link: 'https://www.linkedin.com/in/julienrenaux/' + name: LinkedIn + title: GDG Toulouse + - name: Alexia Audevart + photoUrl: 'https://www.ekito.fr/img/team/aaudevart.jpg' + socials: + - icon: twitter + link: 'https://www.twitter.com/aaudevart' + name: Twitter + - icon: github + link: 'https://github.com/aaudevart' + name: Github + - icon: linkedin + link: 'https://www.linkedin.com/in/alexia-audevart-450b8a1/' + name: Linkedin + title: Toulouse Data Science + - name: Kevin Davin + photoUrl: /images/people/kevin_davin.png + socials: + - icon: gplus + link: 'https://plus.google.com/+KevinDavin' + name: Google+ + - icon: twitter + link: 'https://twitter.com/davinkevin' + name: Twitter + - icon: github + link: 'https://github.com/davinkevin/' + name: Github + - icon: linkedin + link: www.linkedin.com/in/davinkevin + name: LinkedIn + title: GDG Toulouse & Toulouse JUG + - name: Aurélie Vache + photoUrl: /images/people/aurelie_vache.png + socials: + - icon: twitter + link: 'https://www.twitter.com/aurelievache' + name: Twitter + - icon: website + link: 'http://scraly.com/' + name: Site + - icon: linkedin + link: 'https://www.linkedin.com/in/aurelievache' + name: LinkedIn + - icon: github + link: 'https://github.com/scraly' + name: Github + title: Duchess France / Toulouse Data Science + - name: Maxime Pawlak + photoUrl: /images/people/maxime_pawlak.jpg + socials: + - icon: twitter + link: 'https://twitter.com/Maxime_Pawlak' + name: Twitter + title: GDG Toulouse + - name: Michaël Bitard + photoUrl: /images/people/michael_bitard.jpg + socials: + - icon: twitter + link: 'https://twitter.com/bitardmichael' + name: Twitter + title: Electron liiiibre + - name: Didier Plaindoux + photoUrl: /images/people/didier_plaindoux.jpeg + socials: + - icon: twitter + link: 'https://twitter.com/dplaindoux' + name: Twitter + title: Toulouse JUG + - name: Vincent Ferries + photoUrl: >- + https://pbs.twimg.com/profile_images/697834407407849472/bzv1VZJm_400x400.jpg + socials: + - icon: twitter + link: 'https://twitter.com/VincentFERRIES' + name: Twitter + title: Toulouse JUG + - name: Igor Laborie + photoUrl: >- + https://pbs.twimg.com/profile_images/3404066863/94e02f3bca9b038c4546f4e42ed05bc6.jpeg + socials: + - icon: twitter + link: 'https://twitter.com/ilaborie' + name: Twitter + - icon: github + link: 'https://github.com/ilaborie' + name: Github + title: Folivoraphile + - name: Emmanuel Vinas + photoUrl: /images/people/emmanuel_vinas.jpeg + socials: + - icon: twitter + link: 'https://twitter.com/EmmanuelVinas' + name: Twitter + title: GDG Toulouse + - name: Lionel Porcheron + photoUrl: /images/people/lionel_porcheron.jpg + socials: + - icon: twitter + link: 'https://twitter.com/lporcheron' + name: Twitter + title: Toulouse DevOps + - name: Michaël Pailloncy + photoUrl: 'https://s.gravatar.com/avatar/1b42d100589ea585ce9a1f359b8d4496?s=160' + socials: + - icon: twitter + link: 'https://twitter.com/mpailloncy' + name: Twitter + - icon: github + link: 'https://github.com/mpailloncy' + name: Github + - icon: linkedin + link: 'https://www.linkedin.com/in/michael-pailloncy-21119827/' + name: LinkedIn + title: Toulouse JAM / JUG + - name: Elodie Lerare + photoUrl: images/people/elodie_lerare.jpg + socials: + - icon: twitter + link: 'https://twitter.com/EloBlou' + name: Twitter + - icon: linkedin + link: 'https://www.linkedin.com/in/elodie-lerare-223a6b41/' + name: LinkedIn + title: '' + title: Core Team diff --git a/test-hugo/data/tickets.yml b/test-hugo/data/tickets.yml index 8586c3b..ef8243d 100644 --- a/test-hugo/data/tickets.yml +++ b/test-hugo/data/tickets.yml @@ -1,36 +1,34 @@ -- currency: "€" - starts: "04 Avril" - ends: "08 Novembre" - info: "50 premières places" - name: "BlindBirds" +- currency: € + starts: 04 Avril + ends: 08 Novembre + info: 50 premières places + name: BlindBirds price: 40 available: true inDemand: false regular: true soldOut: true - url: "https://www.billetweb.fr/devfest-toulouse-2019" - -- currency: "€" - starts: "06 Juin" - ends: "08 Novembre" - info: "70 premières places" - name: "EarlyBirds" + url: 'https://www.billetweb.fr/devfest-toulouse-2018' +- currency: € + starts: 06 Juin + ends: 08 Novembre + info: 70 premières places + name: EarlyBirds price: 60 available: true inDemand: false regular: true soldOut: true - url: "https://www.billetweb.fr/devfest-toulouse-2019" - -- currency: "€" - starts: "01 Août" - ends: "08 Novembre" - info: "250 premières places" - name: "Normal" + url: 'https://www.billetweb.fr/devfest-toulouse-2018' +- currency: € + starts: 01 Août + ends: 08 Novembre + info: 250 premières places + name: Normal price: 80 available: true inDemand: false regular: true soldOut: true - url: "https://www.billetweb.fr/devfest-toulouse-2019" - primary: true \ No newline at end of file + url: 'https://www.billetweb.fr/devfest-toulouse-2018' + primary: true diff --git a/test-hugo/themes/ga-hugo-theme b/test-hugo/themes/ga-hugo-theme new file mode 160000 index 0000000..4db1a72 --- /dev/null +++ b/test-hugo/themes/ga-hugo-theme @@ -0,0 +1 @@ +Subproject commit 4db1a72e8ce53e35d4a5bf91dd833c76c9776ff3 diff --git a/test-hugo/themes/test-theme-hugo/layouts/_default/baseof.html b/test-hugo/themes/test-theme-hugo/layouts/_default/baseof.html index ff3daea..35a361f 100644 --- a/test-hugo/themes/test-theme-hugo/layouts/_default/baseof.html +++ b/test-hugo/themes/test-theme-hugo/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}} {{- partial "header.html" . -}} diff --git a/test-hugo/themes/test-theme-hugo/layouts/_default/list.html b/test-hugo/themes/test-theme-hugo/layouts/_default/list.html index e69de29..64d6845 100644 --- a/test-hugo/themes/test-theme-hugo/layouts/_default/list.html +++ b/test-hugo/themes/test-theme-hugo/layouts/_default/list.html @@ -0,0 +1,12 @@ + + +{{ partial "head.html" . }} + +{{ partial "header.html" . }} +
+ + {{.Content}} +
+{{ partial "footer.html" . }} + + diff --git a/test-hugo/themes/test-theme-hugo/layouts/_default/single.html b/test-hugo/themes/test-theme-hugo/layouts/_default/single.html index e69de29..64d6845 100644 --- a/test-hugo/themes/test-theme-hugo/layouts/_default/single.html +++ b/test-hugo/themes/test-theme-hugo/layouts/_default/single.html @@ -0,0 +1,12 @@ + + +{{ partial "head.html" . }} + +{{ partial "header.html" . }} +
+ + {{.Content}} +
+{{ partial "footer.html" . }} + + diff --git a/test-hugo/themes/test-theme-hugo/layouts/partials/head.html b/test-hugo/themes/test-theme-hugo/layouts/partials/head.html index fc273bc..72a1dab 100644 --- a/test-hugo/themes/test-theme-hugo/layouts/partials/head.html +++ b/test-hugo/themes/test-theme-hugo/layouts/partials/head.html @@ -15,8 +15,8 @@ {{ end }} - {{ block "favicon" . }} - {{ partial "site-favicon.html" . }} + {{ if .Site.Params.favicon }} + {{ end }} {{ if .RSSLink }} diff --git a/tools/extract-data.js b/tools/extract-data.js new file mode 100644 index 0000000..d5fb366 --- /dev/null +++ b/tools/extract-data.js @@ -0,0 +1,38 @@ +const yaml = require('js-yaml'); +const fs = require('fs'); +const path = require('path'); + +const wtf = () => { + throw Error('WTF!') +}; + +const writeTo = (list, dest) => { + const dump = yaml.safeDump(list); + console.log('Write to', dest); + fs.writeFileSync(dest, dump, { + flag: 'w' + }); +}; + +const firebaseData = require('../test-hugo/data/firebase-data.json'); +const identity= obj => obj; +const idValue = obj => + Object.entries(obj) + .map(([key, elt]) => ({ ...elt, + id: key + })); + +const dataExtractor = { + sessions: idValue, + speakers: idValue, + partners: identity, + team: identity, + tickets: identity, +} + +Object.entries(dataExtractor) + .forEach(([key, value]) => { + const dest = path.join(__dirname, `../test-hugo/data/${key}.yml`); + const data = value(firebaseData[key]); + writeTo(data, dest); +}); \ No newline at end of file diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..2aa4439 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,3564 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@google-cloud/common@^0.17.0": + version "0.17.0" + resolved "https://registry.yarnpkg.com/@google-cloud/common/-/common-0.17.0.tgz#8ef558750db481fc10a13757a49479ab9a1c8c07" + integrity sha512-HRZLSU762E6HaKoGfJGa8W95yRjb9rY7LePhjaHK9ILAnFacMuUGVamDbTHu1csZomm1g3tZTtXfX/aAhtie/Q== + dependencies: + array-uniq "^1.0.3" + arrify "^1.0.1" + concat-stream "^1.6.0" + create-error-class "^3.0.2" + duplexify "^3.5.0" + ent "^2.2.0" + extend "^3.0.1" + google-auto-auth "^0.10.0" + is "^3.2.0" + log-driver "1.2.7" + methmeth "^1.1.0" + modelo "^4.2.0" + request "^2.79.0" + retry-request "^3.0.0" + split-array-stream "^1.0.0" + stream-events "^1.0.1" + string-format-obj "^1.1.0" + through2 "^2.0.3" + +"@google-cloud/functions-emulator@^1.0.0-beta.5": + version "1.0.0-beta.5" + resolved "https://registry.yarnpkg.com/@google-cloud/functions-emulator/-/functions-emulator-1.0.0-beta.5.tgz#08aa14a007b739aadcf7296e0b4354cd8a8d81df" + integrity sha512-65qxXqyyD5SnKBlv76YNZDKRxP2o8sh2B5bSkiV4VHNmoaRiB/SYjc2GQuKqrxwJ6MbI4mhTLgvNTy6BSP2QSQ== + dependencies: + "@google-cloud/storage" "^1.7.0" + adm-zip "^0.4.11" + ajv "^6.5.2" + body-parser "^1.18.3" + cli-table2 "0.2.0" + colors "1.1.2" + configstore "^3.1.2" + express "^4.16.3" + googleapis "^23.0.2" + got "^8.3.2" + http-proxy "1.16.2" + lodash "4.17.5" + prompt "1.0.0" + rimraf "2.6.2" + semver "5.5.0" + serializerr "1.0.3" + tmp "0.0.33" + uuid "3.2.1" + winston "2.4.0" + yargs "11.0.0" + +"@google-cloud/storage@^1.7.0": + version "1.7.0" + resolved "https://registry.yarnpkg.com/@google-cloud/storage/-/storage-1.7.0.tgz#07bff573d92d5c294db6a04af246688875a8f74b" + integrity sha512-QaAxzCkbhspwajoaEnT0GcnQcpjPRcBrHYuQsXtD05BtOJgVnHCLXSsfUiRdU0nVpK+Thp7+sTkQ0fvk5PanKg== + dependencies: + "@google-cloud/common" "^0.17.0" + arrify "^1.0.0" + async "^2.0.1" + compressible "^2.0.12" + concat-stream "^1.5.0" + create-error-class "^3.0.2" + duplexify "^3.5.0" + extend "^3.0.0" + gcs-resumable-upload "^0.10.2" + hash-stream-validation "^0.2.1" + is "^3.0.1" + mime "^2.2.0" + mime-types "^2.0.8" + once "^1.3.1" + pumpify "^1.5.1" + request "^2.85.0" + safe-buffer "^5.1.1" + snakeize "^0.1.0" + stream-events "^1.0.1" + through2 "^2.0.0" + xdg-basedir "^3.0.0" + +"@sindresorhus/is@^0.7.0": + version "0.7.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" + integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== + +JSONStream@^1.2.1: + version "1.3.5" + resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" + integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ== + dependencies: + jsonparse "^1.2.0" + through ">=2.2.7 <3" + +accepts@~1.3.5: + version "1.3.5" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2" + integrity sha1-63d99gEXI6OxTopywIBcjoZ0a9I= + dependencies: + mime-types "~2.1.18" + negotiator "0.6.1" + +adm-zip@^0.4.11: + version "0.4.13" + resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.13.tgz#597e2f8cc3672151e1307d3e95cddbc75672314a" + integrity sha512-fERNJX8sOXfel6qCBCMPvZLzENBEhZTzKqg6vrOW5pvoEaQuJhRU4ndTAh6lHOxn1I6jnz2NHra56ZODM751uw== + +ajv@^6.5.2, ajv@^6.5.5: + version "6.6.2" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.6.2.tgz#caceccf474bf3fc3ce3b147443711a24063cc30d" + integrity sha512-FBHEW6Jf5TB9MGBgUUA9XHkTbjXYfAUjY43ACMfmdMRHniyoMHjHjzD50OK8LGDWQwp4rWEsIq5kEqq7rvIM1g== + dependencies: + fast-deep-equal "^2.0.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +ansi-align@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" + integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= + dependencies: + string-width "^2.0.0" + +ansi-escapes@^1.1.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" + integrity sha1-06ioOzGapneTZisT52HHkRQiMG4= + +ansi-regex@^2.0.0, ansi-regex@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + +ansi-styles@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" + integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +archiver-utils@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-1.3.0.tgz#e50b4c09c70bf3d680e32ff1b7994e9f9d895174" + integrity sha1-5QtMCccL89aA4y/xt5lOn52JUXQ= + dependencies: + glob "^7.0.0" + graceful-fs "^4.1.0" + lazystream "^1.0.0" + lodash "^4.8.0" + normalize-path "^2.0.0" + readable-stream "^2.0.0" + +archiver@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/archiver/-/archiver-2.1.1.tgz#ff662b4a78201494a3ee544d3a33fe7496509ebc" + integrity sha1-/2YrSnggFJSj7lRNOjP+dJZQnrw= + dependencies: + archiver-utils "^1.3.0" + async "^2.0.0" + buffer-crc32 "^0.2.1" + glob "^7.0.0" + lodash "^4.8.0" + readable-stream "^2.0.0" + tar-stream "^1.5.0" + zip-stream "^1.2.0" + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + +array-flatten@1.1.1, array-flatten@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= + +array-flatten@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.1.tgz#426bb9da84090c1838d812c8150af20a8331e296" + integrity sha1-Qmu52oQJDBg42BLIFQryCoMx4pY= + +array-uniq@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" + integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY= + +arrify@^1.0.0, arrify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" + integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= + +as-array@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/as-array/-/as-array-1.0.0.tgz#28a6eeeaa5729f1f4eca2047df5e9de1abda0ed1" + integrity sha1-KKbu6qVynx9OyiBH316d4avaDtE= + dependencies: + lodash.isarguments "2.4.x" + lodash.isobject "^2.4.1" + lodash.values "^2.4.1" + +as-array@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/as-array/-/as-array-2.0.0.tgz#4f04805d87f8fce8e511bc2108f8e5e3a287d547" + integrity sha1-TwSAXYf4/OjlEbwhCPjl46KH1Uc= + +asn1@~0.2.3: + version "0.2.4" + resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" + integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== + dependencies: + safer-buffer "~2.1.0" + +assert-plus@1.0.0, assert-plus@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= + +async@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" + integrity sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw== + dependencies: + lodash "^4.14.0" + +async@^1.3.0, async@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" + integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= + +async@^2.0.0, async@^2.0.1, async@^2.3.0, async@^2.4.0: + version "2.6.1" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" + integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ== + dependencies: + lodash "^4.17.10" + +async@~0.9.0: + version "0.9.2" + resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d" + integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0= + +async@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9" + integrity sha1-+PwEyjoTeErenhZBr5hXjPvWR6k= + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= + +aws-sign2@~0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= + +aws4@^1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" + integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== + +axios@^0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102" + integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI= + dependencies: + follow-redirects "^1.3.0" + is-buffer "^1.1.5" + +balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + +base64-js@^1.0.2: + version "1.3.0" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3" + integrity sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw== + +basic-auth-connect@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/basic-auth-connect/-/basic-auth-connect-1.0.0.tgz#fdb0b43962ca7b40456a7c2bb48fe173da2d2122" + integrity sha1-/bC0OWLKe0BFanwrtI/hc9otISI= + +basic-auth@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a" + integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg== + dependencies: + safe-buffer "5.1.2" + +bcrypt-pbkdf@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" + integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= + dependencies: + tweetnacl "^0.14.3" + +bl@^1.0.0: + version "1.2.2" + resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c" + integrity sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA== + dependencies: + readable-stream "^2.3.5" + safe-buffer "^5.1.1" + +body-parser@1.18.3, body-parser@^1.18.3: + version "1.18.3" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.3.tgz#5b292198ffdd553b3a0f20ded0592b956955c8b4" + integrity sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ= + dependencies: + bytes "3.0.0" + content-type "~1.0.4" + debug "2.6.9" + depd "~1.1.2" + http-errors "~1.6.3" + iconv-lite "0.4.23" + on-finished "~2.3.0" + qs "6.5.2" + raw-body "2.3.3" + type-is "~1.6.16" + +boxen@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" + integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== + dependencies: + ansi-align "^2.0.0" + camelcase "^4.0.0" + chalk "^2.0.1" + cli-boxes "^1.0.0" + string-width "^2.0.0" + term-size "^1.2.0" + widest-line "^2.0.0" + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +buffer-alloc-unsafe@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" + integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== + +buffer-alloc@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec" + integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== + dependencies: + buffer-alloc-unsafe "^1.1.0" + buffer-fill "^1.0.0" + +buffer-crc32@^0.2.1: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= + +buffer-equal-constant-time@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" + integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk= + +buffer-fill@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" + integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= + +buffer-from@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" + integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== + +buffer@^5.1.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.2.1.tgz#dd57fa0f109ac59c602479044dca7b8b3d0b71d6" + integrity sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg== + dependencies: + base64-js "^1.0.2" + ieee754 "^1.1.4" + +bytes@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" + integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= + +cacheable-request@^2.1.1: + version "2.1.4" + resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-2.1.4.tgz#0d808801b6342ad33c91df9d0b44dc09b91e5c3d" + integrity sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0= + dependencies: + clone-response "1.0.2" + get-stream "3.0.0" + http-cache-semantics "3.8.1" + keyv "3.0.0" + lowercase-keys "1.0.0" + normalize-url "2.0.1" + responselike "1.0.2" + +camelcase@^4.0.0, camelcase@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" + integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= + +capture-stack-trace@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz#a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d" + integrity sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw== + +caseless@~0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= + +chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" + integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= + dependencies: + ansi-styles "^2.2.1" + escape-string-regexp "^1.0.2" + has-ansi "^2.0.0" + strip-ansi "^3.0.0" + supports-color "^2.0.0" + +chalk@^2.0.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" + integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +char-spinner@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/char-spinner/-/char-spinner-1.0.1.tgz#e6ea67bd247e107112983b7ab0479ed362800081" + integrity sha1-5upnvSR+EHESmDt6sEee02KAAIE= + +chownr@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" + integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g== + +ci-info@^1.5.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" + integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== + +cjson@^0.3.1: + version "0.3.3" + resolved "https://registry.yarnpkg.com/cjson/-/cjson-0.3.3.tgz#a92d9c786e5bf9b930806329ee05d5d3261b4afa" + integrity sha1-qS2ceG5b+bkwgGMp7gXV0yYbSvo= + dependencies: + json-parse-helpfulerror "^1.0.3" + +cli-boxes@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" + integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= + +cli-color@^1.2.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/cli-color/-/cli-color-1.4.0.tgz#7d10738f48526824f8fe7da51857cb0f572fe01f" + integrity sha512-xu6RvQqqrWEo6MPR1eixqGPywhYBHRs653F9jfXB2Hx4jdM/3WxiNE1vppRmxtMIfl16SFYTpYlrnqH/HsK/2w== + dependencies: + ansi-regex "^2.1.1" + d "1" + es5-ext "^0.10.46" + es6-iterator "^2.0.3" + memoizee "^0.4.14" + timers-ext "^0.1.5" + +cli-cursor@^1.0.1, cli-cursor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" + integrity sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc= + dependencies: + restore-cursor "^1.0.1" + +cli-spinners@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-0.1.2.tgz#bb764d88e185fb9e1e6a2a1f19772318f605e31c" + integrity sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw= + +cli-table2@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/cli-table2/-/cli-table2-0.2.0.tgz#2d1ef7f218a0e786e214540562d4bd177fe32d97" + integrity sha1-LR738hig54biFFQFYtS9F3/jLZc= + dependencies: + lodash "^3.10.1" + string-width "^1.0.1" + optionalDependencies: + colors "^1.1.2" + +cli-table@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23" + integrity sha1-9TsFJmqLGguTSz0IIebi3FkUriM= + dependencies: + colors "1.0.3" + +cli-width@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" + integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk= + +cliui@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" + integrity sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ== + dependencies: + string-width "^2.1.1" + strip-ansi "^4.0.0" + wrap-ansi "^2.0.0" + +clone-response@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" + integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= + dependencies: + mimic-response "^1.0.0" + +code-point-at@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" + integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +colors@1.0.3, colors@1.0.x: + version "1.0.3" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" + integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= + +colors@1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" + integrity sha1-FopHAXVran9RoSzgyXv6KMCE7WM= + +colors@^1.1.2: + version "1.3.3" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.3.tgz#39e005d546afe01e01f9c4ca8fa50f686a01205d" + integrity sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg== + +combined-stream@^1.0.6, combined-stream@~1.0.6: + version "1.0.7" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" + integrity sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w== + dependencies: + delayed-stream "~1.0.0" + +commander@^2.8.1: + version "2.19.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" + integrity sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg== + +compare-semver@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/compare-semver/-/compare-semver-1.1.0.tgz#7c0a79a27bb80b6c6994445f82958259d3d02153" + integrity sha1-fAp5onu4C2xplERfgpWCWdPQIVM= + dependencies: + semver "^5.0.1" + +compress-commons@^1.2.0: + version "1.2.2" + resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-1.2.2.tgz#524a9f10903f3a813389b0225d27c48bb751890f" + integrity sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8= + dependencies: + buffer-crc32 "^0.2.1" + crc32-stream "^2.0.0" + normalize-path "^2.0.0" + readable-stream "^2.0.0" + +compressible@^2.0.12, compressible@~2.0.14: + version "2.0.15" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.15.tgz#857a9ab0a7e5a07d8d837ed43fe2defff64fe212" + integrity sha512-4aE67DL33dSW9gw4CI2H/yTxqHLNcxp0yS6jB+4h+wr3e43+1z7vm0HU9qXOH8j+qjKuL8+UtkOxYQSMq60Ylw== + dependencies: + mime-db ">= 1.36.0 < 2" + +compression@^1.7.0: + version "1.7.3" + resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.3.tgz#27e0e176aaf260f7f2c2813c3e440adb9f1993db" + integrity sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg== + dependencies: + accepts "~1.3.5" + bytes "3.0.0" + compressible "~2.0.14" + debug "2.6.9" + on-headers "~1.0.1" + safe-buffer "5.1.2" + vary "~1.1.2" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +concat-stream@^1.5.0, concat-stream@^1.6.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== + dependencies: + buffer-from "^1.0.0" + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +configstore@^1.2.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/configstore/-/configstore-1.4.0.tgz#c35781d0501d268c25c54b8b17f6240e8a4fb021" + integrity sha1-w1eB0FAdJowlxUuLF/YkDopPsCE= + dependencies: + graceful-fs "^4.1.2" + mkdirp "^0.5.0" + object-assign "^4.0.1" + os-tmpdir "^1.0.0" + osenv "^0.1.0" + uuid "^2.0.1" + write-file-atomic "^1.1.2" + xdg-basedir "^2.0.0" + +configstore@^3.0.0, configstore@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.2.tgz#c6f25defaeef26df12dd33414b001fe81a543f8f" + integrity sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw== + dependencies: + dot-prop "^4.1.0" + graceful-fs "^4.1.2" + make-dir "^1.0.0" + unique-string "^1.0.0" + write-file-atomic "^2.0.0" + xdg-basedir "^3.0.0" + +connect-query@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/connect-query/-/connect-query-1.0.0.tgz#de44f577209da2404d1fc04692d1a4118e582119" + integrity sha1-3kT1dyCdokBNH8BGktGkEY5YIRk= + dependencies: + qs "~6.4.0" + +connect@^3.6.2: + version "3.6.6" + resolved "https://registry.yarnpkg.com/connect/-/connect-3.6.6.tgz#09eff6c55af7236e137135a72574858b6786f524" + integrity sha1-Ce/2xVr3I24TcTWnJXSFi2eG9SQ= + dependencies: + debug "2.6.9" + finalhandler "1.1.0" + parseurl "~1.3.2" + utils-merge "1.0.1" + +content-disposition@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4" + integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ= + +content-type@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" + integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== + +cookie-signature@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= + +cookie@0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" + integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= + +core-util-is@1.0.2, core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +crc32-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-2.0.0.tgz#e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4" + integrity sha1-483TtN8xaN10494/u8t7KX/pCPQ= + dependencies: + crc "^3.4.4" + readable-stream "^2.0.0" + +crc@^3.4.4: + version "3.8.0" + resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6" + integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ== + dependencies: + buffer "^5.1.0" + +create-error-class@^3.0.0, create-error-class@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" + integrity sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y= + dependencies: + capture-stack-trace "^1.0.0" + +cross-env@^5.1.3: + version "5.2.0" + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2" + integrity sha512-jtdNFfFW1hB7sMhr/H6rW1Z45LFqyI431m3qU6bFXcQ3Eh7LtBuG3h74o7ohHZ3crrRkkqHlo4jYHFPcjroANg== + dependencies: + cross-spawn "^6.0.5" + is-windows "^1.0.0" + +cross-spawn@^4.0.0: + version "4.0.2" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41" + integrity sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE= + dependencies: + lru-cache "^4.0.1" + which "^1.2.9" + +cross-spawn@^5.0.1: + version "5.1.0" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + dependencies: + lru-cache "^4.0.1" + shebang-command "^1.2.0" + which "^1.2.9" + +cross-spawn@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== + dependencies: + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" + shebang-command "^1.2.0" + which "^1.2.9" + +crypto-random-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e" + integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4= + +csv-streamify@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/csv-streamify/-/csv-streamify-3.0.4.tgz#4cb614c57e3f299cca17b63fdcb4ad167777f47a" + integrity sha1-TLYUxX4/KZzKF7Y/3LStFnd39Ho= + dependencies: + through2 "2.0.1" + +cycle@1.0.x: + version "1.0.3" + resolved "https://registry.yarnpkg.com/cycle/-/cycle-1.0.3.tgz#21e80b2be8580f98b468f379430662b046c34ad2" + integrity sha1-IegLK+hYD5i0aPN5QwZisEbDStI= + +d@1: + version "1.0.0" + resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f" + integrity sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8= + dependencies: + es5-ext "^0.10.9" + +dashdash@^1.12.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= + dependencies: + assert-plus "^1.0.0" + +debug@2.6.9, debug@^2.2.0: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +debug@=3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" + integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== + dependencies: + ms "2.0.0" + +debug@^3.0.0: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== + dependencies: + ms "^2.1.1" + +decamelize@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + +decompress-response@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" + integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= + dependencies: + mimic-response "^1.0.0" + +deep-equal@~0.2.1: + version "0.2.2" + resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-0.2.2.tgz#84b745896f34c684e98f2ce0e42abaf43bba017d" + integrity sha1-hLdFiW80xoTpjyzg5Cq69Du6AX0= + +deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= + +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= + +destroy@^1.0.4, destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= + +didyoumean@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.1.tgz#e92edfdada6537d484d73c0172fd1eba0c4976ff" + integrity sha1-6S7f2tplN9SE1zwBcv0eugxJdv8= + +dot-prop@^4.1.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57" + integrity sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ== + dependencies: + is-obj "^1.0.0" + +duplexer3@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" + integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= + +duplexify@^3.5.0, duplexify@^3.6.0: + version "3.6.1" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.6.1.tgz#b1a7a29c4abfd639585efaecce80d666b1e34125" + integrity sha512-vM58DwdnKmty+FSPzT14K9JXb90H+j5emaR4KYbr2KTIz00WHGbWOe5ghQTx233ZCLZtrGDALzKwcjEtSt35mA== + dependencies: + end-of-stream "^1.0.0" + inherits "^2.0.1" + readable-stream "^2.0.0" + stream-shift "^1.0.0" + +ecc-jsbn@~0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" + integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= + dependencies: + jsbn "~0.1.0" + safer-buffer "^2.1.0" + +ecdsa-sig-formatter@1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz#1c595000f04a8897dfb85000892a0f4c33af86c3" + integrity sha1-HFlQAPBKiJffuFAAiSoPTDOvhsM= + dependencies: + safe-buffer "^5.0.1" + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= + +encodeurl@~1.0.1, encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= + +end-of-stream@^1.0.0, end-of-stream@^1.1.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" + integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q== + dependencies: + once "^1.4.0" + +ent@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d" + integrity sha1-6WQhkyWiHQX0RGai9obtbOX13R0= + +es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.45, es5-ext@^0.10.46, es5-ext@^0.10.9, es5-ext@~0.10.14, es5-ext@~0.10.2, es5-ext@~0.10.46: + version "0.10.46" + resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.46.tgz#efd99f67c5a7ec789baa3daa7f79870388f7f572" + integrity sha512-24XxRvJXNFwEMpJb3nOkiRJKRoupmjYmOPVlI65Qy2SrtxwOTB+g6ODjBKOtwEHbYrhWRty9xxOWLNdClT2djw== + dependencies: + es6-iterator "~2.0.3" + es6-symbol "~3.1.1" + next-tick "1" + +es6-iterator@^2.0.1, es6-iterator@^2.0.3, es6-iterator@~2.0.1, es6-iterator@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7" + integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c= + dependencies: + d "1" + es5-ext "^0.10.35" + es6-symbol "^3.1.1" + +es6-set@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.5.tgz#d2b3ec5d4d800ced818db538d28974db0a73ccb1" + integrity sha1-0rPsXU2ADO2BjbU40ol02wpzzLE= + dependencies: + d "1" + es5-ext "~0.10.14" + es6-iterator "~2.0.1" + es6-symbol "3.1.1" + event-emitter "~0.3.5" + +es6-symbol@3.1.1, es6-symbol@^3.1.1, es6-symbol@~3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.1.tgz#bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77" + integrity sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc= + dependencies: + d "1" + es5-ext "~0.10.14" + +es6-weak-map@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/es6-weak-map/-/es6-weak-map-2.0.2.tgz#5e3ab32251ffd1538a1f8e5ffa1357772f92d96f" + integrity sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8= + dependencies: + d "1" + es5-ext "^0.10.14" + es6-iterator "^2.0.1" + es6-symbol "^3.1.1" + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= + +escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +esprima@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= + +event-emitter@^0.3.5, event-emitter@~0.3.5: + version "0.3.5" + resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c7157b9ce83840610b02cc39" + integrity sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk= + dependencies: + d "1" + es5-ext "~0.10.14" + +eventemitter3@1.x.x: + version "1.2.0" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-1.2.0.tgz#1c86991d816ad1e504750e73874224ecf3bec508" + integrity sha1-HIaZHYFq0eUEdQ5zh0Ik7PO+xQg= + +execa@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" + integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +exit-code@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/exit-code/-/exit-code-1.0.2.tgz#ce165811c9f117af6a5f882940b96ae7f9aecc34" + integrity sha1-zhZYEcnxF69qX4gpQLlq5/muzDQ= + +exit-hook@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" + integrity sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g= + +express@^4.16.3: + version "4.16.4" + resolved "https://registry.yarnpkg.com/express/-/express-4.16.4.tgz#fddef61926109e24c515ea97fd2f1bdbf62df12e" + integrity sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg== + dependencies: + accepts "~1.3.5" + array-flatten "1.1.1" + body-parser "1.18.3" + content-disposition "0.5.2" + content-type "~1.0.4" + cookie "0.3.1" + cookie-signature "1.0.6" + debug "2.6.9" + depd "~1.1.2" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + finalhandler "1.1.1" + fresh "0.5.2" + merge-descriptors "1.0.1" + methods "~1.1.2" + on-finished "~2.3.0" + parseurl "~1.3.2" + path-to-regexp "0.1.7" + proxy-addr "~2.0.4" + qs "6.5.2" + range-parser "~1.2.0" + safe-buffer "5.1.2" + send "0.16.2" + serve-static "1.13.2" + setprototypeof "1.1.0" + statuses "~1.4.0" + type-is "~1.6.16" + utils-merge "1.0.1" + vary "~1.1.2" + +extend@^3.0.0, extend@^3.0.1, extend@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== + +extsprintf@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" + integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= + +extsprintf@^1.2.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" + integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= + +eyes@0.1.x: + version "0.1.8" + resolved "https://registry.yarnpkg.com/eyes/-/eyes-0.1.8.tgz#62cf120234c683785d902348a800ef3e0cc20bc0" + integrity sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A= + +fast-deep-equal@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" + integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk= + +fast-json-stable-stringify@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" + integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I= + +fast-url-parser@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d" + integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0= + dependencies: + punycode "^1.3.2" + +faye-websocket@>=0.6.0: + version "0.11.1" + resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.1.tgz#f0efe18c4f56e4f40afc7e06c719fd5ee6188f38" + integrity sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg= + dependencies: + websocket-driver ">=0.5.1" + +figures@^1.3.5: + version "1.7.0" + resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" + integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= + dependencies: + escape-string-regexp "^1.0.5" + object-assign "^4.1.0" + +filesize@^3.1.3: + version "3.6.1" + resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" + integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== + +finalhandler@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.0.tgz#ce0b6855b45853e791b2fcc680046d88253dd7f5" + integrity sha1-zgtoVbRYU+eRsvzGgARtiCU91/U= + dependencies: + debug "2.6.9" + encodeurl "~1.0.1" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.2" + statuses "~1.3.1" + unpipe "~1.0.0" + +finalhandler@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.1.tgz#eebf4ed840079c83f4249038c9d703008301b105" + integrity sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg== + dependencies: + debug "2.6.9" + encodeurl "~1.0.2" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.2" + statuses "~1.4.0" + unpipe "~1.0.0" + +find-up@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" + integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c= + dependencies: + locate-path "^2.0.0" + +firebase-tools@^6.2.2: + version "6.2.2" + resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-6.2.2.tgz#06ef9b729e857e489d7a464df238c22bcddedc73" + integrity sha512-paknn5f3E4yzkxde0AY10ESpWdJi49waojHjePv42sHtGNyS2VQ34jI0kJTdJ+95daIV8lhd5I8pjHVk34M+lQ== + dependencies: + JSONStream "^1.2.1" + archiver "^2.1.1" + cjson "^0.3.1" + cli-color "^1.2.0" + cli-table "^0.3.1" + commander "^2.8.1" + configstore "^1.2.0" + cross-env "^5.1.3" + cross-spawn "^4.0.0" + csv-streamify "^3.0.4" + didyoumean "^1.2.1" + es6-set "^0.1.4" + exit-code "^1.0.2" + filesize "^3.1.3" + firebase "2.x.x" + fs-extra "^0.23.1" + glob "^7.1.2" + google-auto-auth "^0.7.2" + inquirer "^0.12.0" + is "^3.2.1" + jsonschema "^1.0.2" + jsonwebtoken "^8.2.1" + lodash "^4.17.10" + minimatch "^3.0.4" + opn "^5.3.0" + ora "0.2.3" + portfinder "^1.0.13" + progress "^2.0.0" + request "^2.87.0" + semver "^5.0.3" + superstatic "^6.0.1" + tar "^4.3.0" + tmp "0.0.33" + universal-analytics "^0.4.16" + update-notifier "^2.5.0" + user-home "^2.0.0" + uuid "^3.0.0" + winston "^1.0.1" + optionalDependencies: + "@google-cloud/functions-emulator" "^1.0.0-beta.5" + +firebase@2.x.x: + version "2.4.2" + resolved "https://registry.yarnpkg.com/firebase/-/firebase-2.4.2.tgz#4e1119ec0396ca561d8a7acbff1630feac6c0a31" + integrity sha1-ThEZ7AOWylYdinrL/xYw/qxsCjE= + dependencies: + faye-websocket ">=0.6.0" + +flat-arguments@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/flat-arguments/-/flat-arguments-1.0.2.tgz#9baa780adf0501f282d726c9c6a038dba44ea76f" + integrity sha1-m6p4Ct8FAfKC1ybJxqA426ROp28= + dependencies: + array-flatten "^1.0.0" + as-array "^1.0.0" + lodash.isarguments "^3.0.0" + lodash.isobject "^3.0.0" + +follow-redirects@^1.3.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.6.0.tgz#d12452c031e8c67eb6637d861bfc7a8090167933" + integrity sha512-4Oh4eI3S9OueVV41AgJ1oLjpaJUhbJ7JDGOMhe0AFqoSejl5Q2nn3eGglAzRUKVKZE8jG5MNn66TjCJMAnpsWA== + dependencies: + debug "=3.1.0" + +forever-agent@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= + +form-data@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + +forwarded@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84" + integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ= + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= + +from2@^2.1.1: + version "2.3.0" + resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" + integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= + dependencies: + inherits "^2.0.1" + readable-stream "^2.0.0" + +fs-constants@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" + integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== + +fs-extra@^0.23.1: + version "0.23.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.23.1.tgz#6611dba6adf2ab8dc9c69fab37cddf8818157e3d" + integrity sha1-ZhHbpq3yq43Jxp+rN83fiBgVfj0= + dependencies: + graceful-fs "^4.1.2" + jsonfile "^2.1.0" + path-is-absolute "^1.0.0" + rimraf "^2.2.8" + +fs-extra@^0.30.0: + version "0.30.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0" + integrity sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A= + dependencies: + graceful-fs "^4.1.2" + jsonfile "^2.1.0" + klaw "^1.0.0" + path-is-absolute "^1.0.0" + rimraf "^2.2.8" + +fs-minipass@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" + integrity sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ== + dependencies: + minipass "^2.2.1" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +gcp-metadata@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-0.3.1.tgz#313814456e7c3d0eeb8f8b084b33579e886f829a" + integrity sha512-5kJPX/RXuqoLmHiOOgkSDk/LI0QaXpEvZ3pvQP4ifjGGDKZKVSOjL/GcDjXA5kLxppFCOjmmsu0Uoop9d1upaQ== + dependencies: + extend "^3.0.0" + retry-request "^3.0.0" + +gcp-metadata@^0.6.1, gcp-metadata@^0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-0.6.3.tgz#4550c08859c528b370459bd77a7187ea0bdbc4ab" + integrity sha512-MSmczZctbz91AxCvqp9GHBoZOSbJKAICV7Ow/AIWSJZRrRchUd5NL1b2P4OfP+4m490BEUPhhARfpHdqCxuCvg== + dependencies: + axios "^0.18.0" + extend "^3.0.1" + retry-axios "0.3.2" + +gcs-resumable-upload@^0.10.2: + version "0.10.2" + resolved "https://registry.yarnpkg.com/gcs-resumable-upload/-/gcs-resumable-upload-0.10.2.tgz#7f29b3ee23dcec4170367c0711418249c660545f" + integrity sha1-fymz7iPc7EFwNnwHEUGCScZgVF8= + dependencies: + configstore "^3.1.2" + google-auto-auth "^0.10.0" + pumpify "^1.4.0" + request "^2.85.0" + stream-events "^1.0.3" + +get-caller-file@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" + integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== + +get-stream@3.0.0, get-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + +getpass@^0.1.1: + version "0.1.7" + resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= + dependencies: + assert-plus "^1.0.0" + +glob-slash@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/glob-slash/-/glob-slash-1.0.0.tgz#fe52efa433233f74a2fe64c7abb9bc848202ab95" + integrity sha1-/lLvpDMjP3Si/mTHq7m8hIICq5U= + +glob-slasher@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/glob-slasher/-/glob-slasher-1.0.1.tgz#747a0e5bb222642ee10d3e05443e109493cb0f8e" + integrity sha1-dHoOW7IiZC7hDT4FRD4QlJPLD44= + dependencies: + glob-slash "^1.0.0" + lodash.isobject "^2.4.1" + toxic "^1.0.0" + +glob@^7.0.0, glob@^7.0.5, glob@^7.1.2: + version "7.1.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" + integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +global-dirs@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" + integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= + dependencies: + ini "^1.3.4" + +google-auth-library@0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-0.12.0.tgz#a3fc6c296d00bb54e4d877ef581a05947330d07f" + integrity sha512-79qCXtJ1VweBmmLr4yLq9S4clZB2p5Y+iACvuKk9gu4JitEnPc+bQFmYvtCYehVR44MQzD1J8DVmYW2w677IEw== + dependencies: + gtoken "^1.2.3" + jws "^3.1.4" + lodash.isstring "^4.0.1" + lodash.merge "^4.6.0" + request "^2.81.0" + +google-auth-library@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-0.10.0.tgz#6e15babee85fd1dd14d8d128a295b6838d52136e" + integrity sha1-bhW6vuhf0d0U2NEoopW2g41SE24= + dependencies: + gtoken "^1.2.1" + jws "^3.1.4" + lodash.noop "^3.0.1" + request "^2.74.0" + +google-auth-library@^1.3.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-1.6.1.tgz#9c73d831ad720c0c3048ab89d0ffdec714d07dd2" + integrity sha512-jYiWC8NA9n9OtQM7ANn0Tk464do9yhKEtaJ72pKcaBiEwn4LwcGYIYOfwtfsSm3aur/ed3tlSxbmg24IAT6gAg== + dependencies: + axios "^0.18.0" + gcp-metadata "^0.6.3" + gtoken "^2.3.0" + jws "^3.1.5" + lodash.isstring "^4.0.1" + lru-cache "^4.1.3" + retry-axios "^0.3.2" + +google-auto-auth@^0.10.0: + version "0.10.1" + resolved "https://registry.yarnpkg.com/google-auto-auth/-/google-auto-auth-0.10.1.tgz#68834a6f3da59a6cb27fce56f76e3d99ee49d0a2" + integrity sha512-iIqSbY7Ypd32mnHGbYctp80vZzXoDlvI9gEfvtl3kmyy5HzOcrZCIGCBdSlIzRsg7nHpQiHE3Zl6Ycur6TSodQ== + dependencies: + async "^2.3.0" + gcp-metadata "^0.6.1" + google-auth-library "^1.3.1" + request "^2.79.0" + +google-auto-auth@^0.7.2: + version "0.7.2" + resolved "https://registry.yarnpkg.com/google-auto-auth/-/google-auto-auth-0.7.2.tgz#bf9352d5c4a0897bf31fd9c491028b765fbea71e" + integrity sha512-ux2n2AE2g3+vcLXwL4dP/M12SFMRX5dzCzBfhAEkTeAB7dpyGdOIEj7nmUx0BHKaCcUQrRWg9kT63X/Mmtk1+A== + dependencies: + async "^2.3.0" + gcp-metadata "^0.3.0" + google-auth-library "^0.10.0" + request "^2.79.0" + +google-p12-pem@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/google-p12-pem/-/google-p12-pem-0.1.2.tgz#33c46ab021aa734fa0332b3960a9a3ffcb2f3177" + integrity sha1-M8RqsCGqc0+gMys5YKmj/8svMXc= + dependencies: + node-forge "^0.7.1" + +google-p12-pem@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/google-p12-pem/-/google-p12-pem-1.0.3.tgz#3d8acc140573339a5bca7b2f6a4b206bbea6d8d7" + integrity sha512-KGnAiMMWaJp4j4tYVvAjfP3wCKZRLv9M1Nir2wRRNWUYO7j1aX8O9Qgz+a8/EQ5rAvuo4SIu79n6SIdkNl7Msg== + dependencies: + node-forge "^0.7.5" + pify "^4.0.0" + +googleapis@^23.0.2: + version "23.0.2" + resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-23.0.2.tgz#18737965a9525b16e3e73b6cd660fcaeba6b792d" + integrity sha512-OobqDn586ogcF0dE+Byu5xZ6XmR/J7nkZN/wmhJoaxKdmELaf27ty2gKxGuq3I4/GDN+hcsUaMBueoQzFD3ObA== + dependencies: + async "2.6.0" + google-auth-library "0.12.0" + string-template "1.0.0" + +got@^6.7.1: + version "6.7.1" + resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" + integrity sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA= + dependencies: + create-error-class "^3.0.0" + duplexer3 "^0.1.4" + get-stream "^3.0.0" + is-redirect "^1.0.0" + is-retry-allowed "^1.0.0" + is-stream "^1.0.0" + lowercase-keys "^1.0.0" + safe-buffer "^5.0.1" + timed-out "^4.0.0" + unzip-response "^2.0.1" + url-parse-lax "^1.0.0" + +got@^8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/got/-/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937" + integrity sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw== + dependencies: + "@sindresorhus/is" "^0.7.0" + cacheable-request "^2.1.1" + decompress-response "^3.3.0" + duplexer3 "^0.1.4" + get-stream "^3.0.0" + into-stream "^3.1.0" + is-retry-allowed "^1.1.0" + isurl "^1.0.0-alpha5" + lowercase-keys "^1.0.0" + mimic-response "^1.0.0" + p-cancelable "^0.4.0" + p-timeout "^2.0.1" + pify "^3.0.0" + safe-buffer "^5.1.1" + timed-out "^4.0.1" + url-parse-lax "^3.0.0" + url-to-options "^1.0.1" + +graceful-fs@^4.1.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9: + version "4.1.15" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" + integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA== + +gtoken@^1.2.1, gtoken@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-1.2.3.tgz#5509571b8afd4322e124cf66cf68115284c476d8" + integrity sha512-wQAJflfoqSgMWrSBk9Fg86q+sd6s7y6uJhIvvIPz++RElGlMtEqsdAR2oWwZ/WTEtp7P9xFbJRrT976oRgzJ/w== + dependencies: + google-p12-pem "^0.1.0" + jws "^3.0.0" + mime "^1.4.1" + request "^2.72.0" + +gtoken@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-2.3.0.tgz#4e0ffc16432d7041a1b3dbc1d97aac17a5dc964a" + integrity sha512-Jc9/8mV630cZE9FC5tIlJCZNdUjwunvlwOtCz6IDlaiB4Sz68ki29a1+q97sWTnTYroiuF9B135rod9zrQdHLw== + dependencies: + axios "^0.18.0" + google-p12-pem "^1.0.0" + jws "^3.1.4" + mime "^2.2.0" + pify "^3.0.0" + +har-schema@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= + +har-validator@~5.1.0: + version "5.1.3" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" + integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g== + dependencies: + ajv "^6.5.5" + har-schema "^2.0.0" + +has-ansi@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" + integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= + dependencies: + ansi-regex "^2.0.0" + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= + +has-symbol-support-x@^1.4.1: + version "1.4.2" + resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455" + integrity sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw== + +has-to-string-tag-x@^1.2.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d" + integrity sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw== + dependencies: + has-symbol-support-x "^1.4.1" + +hash-stream-validation@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/hash-stream-validation/-/hash-stream-validation-0.2.1.tgz#ecc9b997b218be5bb31298628bb807869b73dcd1" + integrity sha1-7Mm5l7IYvluzEphii7gHhptz3NE= + dependencies: + through2 "^2.0.0" + +home-dir@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/home-dir/-/home-dir-1.0.0.tgz#2917eb44bdc9072ceda942579543847e3017fe4e" + integrity sha1-KRfrRL3JByztqUJXlUOEfjAX/k4= + +http-cache-semantics@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" + integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== + +http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0= + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.0" + statuses ">= 1.4.0 < 2" + +http-parser-js@>=0.4.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.0.tgz#d65edbede84349d0dc30320815a15d39cc3cbbd8" + integrity sha512-cZdEF7r4gfRIq7ezX9J0T+kQmJNOub71dWbgAXVHDct80TKP4MCETtZQ31xyv38UwgzkWPYF/Xc0ge55dW9Z9w== + +http-proxy@1.16.2: + version "1.16.2" + resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.16.2.tgz#06dff292952bf64dbe8471fa9df73066d4f37742" + integrity sha1-Bt/ykpUr9k2+hHH6nfcwZtTzd0I= + dependencies: + eventemitter3 "1.x.x" + requires-port "1.x.x" + +http-signature@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + +i@0.3.x: + version "0.3.6" + resolved "https://registry.yarnpkg.com/i/-/i-0.3.6.tgz#d96c92732076f072711b6b10fd7d4f65ad8ee23d" + integrity sha1-2WyScyB28HJxG2sQ/X1PZa2O4j0= + +iconv-lite@0.4.23: + version "0.4.23" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63" + integrity sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + +ieee754@^1.1.4: + version "1.1.12" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.12.tgz#50bf24e5b9c8bb98af4964c941cdb0918da7b60b" + integrity sha512-GguP+DRY+pJ3soyIiGPTvdiVXjZ+DbXOxGpXn3eMvNW4x4irjqXm4wHKscC+TfxSJ0yw/S1F24tqdMNsMZTiLA== + +import-lazy@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" + integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= + +ini@^1.3.4, ini@~1.3.0: + version "1.3.5" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== + +inquirer@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-0.12.0.tgz#1ef2bfd63504df0bc75785fff8c2c41df12f077e" + integrity sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34= + dependencies: + ansi-escapes "^1.1.0" + ansi-regex "^2.0.0" + chalk "^1.0.0" + cli-cursor "^1.0.1" + cli-width "^2.0.0" + figures "^1.3.5" + lodash "^4.3.0" + readline2 "^1.0.1" + run-async "^0.1.0" + rx-lite "^3.1.2" + string-width "^1.0.1" + strip-ansi "^3.0.0" + through "^2.3.6" + +into-stream@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6" + integrity sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY= + dependencies: + from2 "^2.1.1" + p-is-promise "^1.1.0" + +invert-kv@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" + integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= + +ipaddr.js@1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.8.0.tgz#eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e" + integrity sha1-6qM9bd16zo9/b+DJygRA5wZzix4= + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-ci@^1.0.10: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" + integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== + dependencies: + ci-info "^1.5.0" + +is-fullwidth-code-point@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" + integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= + dependencies: + number-is-nan "^1.0.0" + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + +is-installed-globally@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80" + integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA= + dependencies: + global-dirs "^0.1.0" + is-path-inside "^1.0.0" + +is-npm@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" + integrity sha1-8vtjpl5JBbQGyGBydloaTceTufQ= + +is-obj@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= + +is-object@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470" + integrity sha1-iVJojF7C/9awPsyF52ngKQMINHA= + +is-path-inside@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" + integrity sha1-jvW33lBDej/cprToZe96pVy0gDY= + dependencies: + path-is-inside "^1.0.1" + +is-plain-obj@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" + integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= + +is-promise@^2.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" + integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o= + +is-redirect@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24" + integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ= + +is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34" + integrity sha1-EaBgVotnM5REAz0BJaYaINVk+zQ= + +is-stream-ended@^0.1.0: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-stream-ended/-/is-stream-ended-0.1.4.tgz#f50224e95e06bce0e356d440a4827cd35b267eda" + integrity sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw== + +is-stream@^1.0.0, is-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= + +is-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + +is-url@^1.2.2: + version "1.2.4" + resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52" + integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== + +is-windows@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +is-wsl@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" + integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= + +is@^3.0.1, is@^3.2.0, is@^3.2.1: + version "3.3.0" + resolved "https://registry.yarnpkg.com/is/-/is-3.3.0.tgz#61cff6dd3c4193db94a3d62582072b44e5645d79" + integrity sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg== + +isarray@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" + integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= + +isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +isstream@0.1.x, isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= + +isurl@^1.0.0-alpha5: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isurl/-/isurl-1.0.0.tgz#b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67" + integrity sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w== + dependencies: + has-to-string-tag-x "^1.2.0" + is-object "^1.0.1" + +jju@^1.1.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a" + integrity sha1-o6vicYryQaKykE+EpiWXDzia4yo= + +join-path@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/join-path/-/join-path-1.1.1.tgz#10535a126d24cbd65f7ffcdf15ef2e631076b505" + integrity sha1-EFNaEm0ky9Zff/zfFe8uYxB2tQU= + dependencies: + as-array "^2.0.0" + url-join "0.0.1" + valid-url "^1" + +js-yaml@^3.12.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1" + integrity sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +jsbn@~0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= + +json-buffer@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" + integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= + +json-parse-helpfulerror@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/json-parse-helpfulerror/-/json-parse-helpfulerror-1.0.3.tgz#13f14ce02eed4e981297b64eb9e3b932e2dd13dc" + integrity sha1-E/FM4C7tTpgSl7ZOueO5MuLdE9w= + dependencies: + jju "^1.1.0" + +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + +json-schema@0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" + integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= + +json-stringify-safe@~5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= + +jsonfile@^2.1.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" + integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug= + optionalDependencies: + graceful-fs "^4.1.6" + +jsonparse@^1.2.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" + integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= + +jsonschema@^1.0.2: + version "1.2.4" + resolved "https://registry.yarnpkg.com/jsonschema/-/jsonschema-1.2.4.tgz#a46bac5d3506a254465bc548876e267c6d0d6464" + integrity sha512-lz1nOH69GbsVHeVgEdvyavc/33oymY1AZwtePMiMj4HZPMbP5OIKK3zT9INMWjwua/V4Z4yq7wSlBbSG+g4AEw== + +jsonwebtoken@^8.2.1: + version "8.4.0" + resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.4.0.tgz#8757f7b4cb7440d86d5e2f3becefa70536c8e46a" + integrity sha512-coyXjRTCy0pw5WYBpMvWOMN+Kjaik2MwTUIq9cna/W7NpO9E+iYbumZONAz3hcr+tXFJECoQVrtmIoC3Oz0gvg== + dependencies: + jws "^3.1.5" + lodash.includes "^4.3.0" + lodash.isboolean "^3.0.3" + lodash.isinteger "^4.0.4" + lodash.isnumber "^3.0.3" + lodash.isplainobject "^4.0.6" + lodash.isstring "^4.0.1" + lodash.once "^4.0.0" + ms "^2.1.1" + +jsprim@^1.2.2: + version "1.4.1" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" + integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.2.3" + verror "1.10.0" + +jwa@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.1.6.tgz#87240e76c9808dbde18783cf2264ef4929ee50e6" + integrity sha512-tBO/cf++BUsJkYql/kBbJroKOgHWEigTKBAjjBEmrMGYd1QMBC74Hr4Wo2zCZw6ZrVhlJPvoMrkcOnlWR/DJfw== + dependencies: + buffer-equal-constant-time "1.0.1" + ecdsa-sig-formatter "1.0.10" + safe-buffer "^5.0.1" + +jws@^3.0.0, jws@^3.1.4, jws@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/jws/-/jws-3.1.5.tgz#80d12d05b293d1e841e7cb8b4e69e561adcf834f" + integrity sha512-GsCSexFADNQUr8T5HPJvayTjvPIfoyJPtLQBwn5a4WZQchcrPMPMAWcC1AzJVRDKyD6ZPROPAxgv6rfHViO4uQ== + dependencies: + jwa "^1.1.5" + safe-buffer "^5.0.1" + +keyv@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373" + integrity sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA== + dependencies: + json-buffer "3.0.0" + +klaw@^1.0.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" + integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk= + optionalDependencies: + graceful-fs "^4.1.9" + +latest-version@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15" + integrity sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU= + dependencies: + package-json "^4.0.0" + +lazystream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4" + integrity sha1-9plf4PggOS9hOWvolGJAe7dxaOQ= + dependencies: + readable-stream "^2.0.5" + +lcid@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" + integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= + dependencies: + invert-kv "^1.0.0" + +locate-path@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" + integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= + dependencies: + p-locate "^2.0.0" + path-exists "^3.0.0" + +lodash._isnative@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._isnative/-/lodash._isnative-2.4.1.tgz#3ea6404b784a7be836c7b57580e1cdf79b14832c" + integrity sha1-PqZAS3hKe+g2x7V1gOHN95sUgyw= + +lodash._objecttypes@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz#7c0b7f69d98a1f76529f890b0cdb1b4dfec11c11" + integrity sha1-fAt/admKH3ZSn4kLDNsbTf7BHBE= + +lodash._shimkeys@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._shimkeys/-/lodash._shimkeys-2.4.1.tgz#6e9cc9666ff081f0b5a6c978b83e242e6949d203" + integrity sha1-bpzJZm/wgfC1psl4uD4kLmlJ0gM= + dependencies: + lodash._objecttypes "~2.4.1" + +lodash.includes@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" + integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8= + +lodash.isarguments@2.4.x: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-2.4.1.tgz#4931a9c08253adf091ae7ca192258a973876ecca" + integrity sha1-STGpwIJTrfCRrnyhkiWKlzh27Mo= + +lodash.isarguments@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" + integrity sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo= + +lodash.isboolean@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" + integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY= + +lodash.isinteger@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" + integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M= + +lodash.isnumber@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc" + integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w= + +lodash.isobject@^2.4.1, lodash.isobject@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-2.4.1.tgz#5a2e47fe69953f1ee631a7eba1fe64d2d06558f5" + integrity sha1-Wi5H/mmVPx7mMafrof5k0tBlWPU= + dependencies: + lodash._objecttypes "~2.4.1" + +lodash.isobject@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-3.0.2.tgz#3c8fb8d5b5bf4bf90ae06e14f2a530a4ed935e1d" + integrity sha1-PI+41bW/S/kK4G4U8qUwpO2TXh0= + +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= + +lodash.isstring@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" + integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE= + +lodash.keys@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-2.4.1.tgz#48dea46df8ff7632b10d706b8acb26591e2b3727" + integrity sha1-SN6kbfj/djKxDXBrissmWR4rNyc= + dependencies: + lodash._isnative "~2.4.1" + lodash._shimkeys "~2.4.1" + lodash.isobject "~2.4.1" + +lodash.merge@^4.6.0: + version "4.6.1" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54" + integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ== + +lodash.noop@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/lodash.noop/-/lodash.noop-3.0.1.tgz#38188f4d650a3a474258439b96ec45b32617133c" + integrity sha1-OBiPTWUKOkdCWEObluxFsyYXEzw= + +lodash.once@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" + integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= + +lodash.values@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-2.4.1.tgz#abf514436b3cb705001627978cbcf30b1280eea4" + integrity sha1-q/UUQ2s8twUAFieXjLzzCxKA7qQ= + dependencies: + lodash.keys "~2.4.1" + +lodash@4.17.5: + version "4.17.5" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" + integrity sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw== + +lodash@^3.10.1: + version "3.10.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" + integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y= + +lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0: + version "4.17.11" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" + integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== + +log-driver@1.2.7: + version "1.2.7" + resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8" + integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg== + +lowercase-keys@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" + integrity sha1-TjNms55/VFfjXxMkvfb4jQv8cwY= + +lowercase-keys@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" + integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA== + +lru-cache@^4.0.1, lru-cache@^4.1.3: + version "4.1.5" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" + integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== + dependencies: + pseudomap "^1.0.2" + yallist "^2.1.2" + +lru-queue@0.1: + version "0.1.0" + resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3" + integrity sha1-Jzi9nw089PhEkMVzbEhpmsYyzaM= + dependencies: + es5-ext "~0.10.2" + +make-dir@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" + integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== + dependencies: + pify "^3.0.0" + +media-typer@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= + +mem@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" + integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y= + dependencies: + mimic-fn "^1.0.0" + +memoizee@^0.4.14: + version "0.4.14" + resolved "https://registry.yarnpkg.com/memoizee/-/memoizee-0.4.14.tgz#07a00f204699f9a95c2d9e77218271c7cd610d57" + integrity sha512-/SWFvWegAIYAO4NQMpcX+gcra0yEZu4OntmUdrBaWrJncxOqAziGFlHxc7yjKVK2uu3lpPW27P27wkR82wA8mg== + dependencies: + d "1" + es5-ext "^0.10.45" + es6-weak-map "^2.0.2" + event-emitter "^0.3.5" + is-promise "^2.1" + lru-queue "0.1" + next-tick "1" + timers-ext "^0.1.5" + +merge-descriptors@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= + +methmeth@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/methmeth/-/methmeth-1.1.0.tgz#e80a26618e52f5c4222861bb748510bd10e29089" + integrity sha1-6AomYY5S9cQiKGG7dIUQvRDikIk= + +methods@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= + +"mime-db@>= 1.36.0 < 2", mime-db@~1.37.0: + version "1.37.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.37.0.tgz#0b6a0ce6fdbe9576e25f1f2d2fde8830dc0ad0d8" + integrity sha512-R3C4db6bgQhlIhPU48fUtdVmKnflq+hRdad7IyKhtFj06VPNVdk2RhiYL3UjQIlso8L+YxAtFkobT0VK+S/ybg== + +mime-types@^2.0.8, mime-types@^2.1.12, mime-types@^2.1.16, mime-types@~2.1.18, mime-types@~2.1.19: + version "2.1.21" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.21.tgz#28995aa1ecb770742fe6ae7e58f9181c744b3f96" + integrity sha512-3iL6DbwpyLzjR3xHSFNFeb9Nz/M8WDkX33t1GFQnFOllWk8pOrh/LSrB5OXlnlW5P9LH73X6loW/eogc+F5lJg== + dependencies: + mime-db "~1.37.0" + +mime@1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" + integrity sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ== + +mime@^1.4.1: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== + +mime@^2.2.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.0.tgz#e051fd881358585f3279df333fe694da0bcffdd6" + integrity sha512-ikBcWwyqXQSHKtciCcctu9YfPbFYZ4+gbHEmE0Q8jzcTYQg5dHCr3g2wwAZjPoJfQVXZq6KXAjpXOTf5/cjT7w== + +mimic-fn@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" + integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== + +mimic-response@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" + integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== + +minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + dependencies: + brace-expansion "^1.1.7" + +minimist@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= + +minimist@^1.1.0, minimist@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" + integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= + +minipass@^2.2.1, minipass@^2.3.4: + version "2.3.5" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848" + integrity sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA== + dependencies: + safe-buffer "^5.1.2" + yallist "^3.0.0" + +minizlib@^1.1.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614" + integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA== + dependencies: + minipass "^2.2.1" + +mkdirp@0.5.x, mkdirp@0.x.x, mkdirp@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM= + dependencies: + minimist "0.0.8" + +modelo@^4.2.0: + version "4.2.3" + resolved "https://registry.yarnpkg.com/modelo/-/modelo-4.2.3.tgz#b278588a4db87fc1e5107ae3a277c0876f38d894" + integrity sha512-9DITV2YEMcw7XojdfvGl3gDD8J9QjZTJ7ZOUuSAkP+F3T6rDbzMJuPktxptsdHYEvZcmXrCD3LMOhdSAEq6zKA== + +morgan@^1.8.2: + version "1.9.1" + resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.9.1.tgz#0a8d16734a1d9afbc824b99df87e738e58e2da59" + integrity sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA== + dependencies: + basic-auth "~2.0.0" + debug "2.6.9" + depd "~1.1.2" + on-finished "~2.3.0" + on-headers "~1.0.1" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== + +mute-stream@0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0" + integrity sha1-j7+rsKmKJT0xhDMfno3rc3L6xsA= + +mute-stream@~0.0.4: + version "0.0.8" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" + integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== + +nash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/nash/-/nash-3.0.0.tgz#bced3a0cb8434c2ad30d1a0d567cfc0c37128eea" + integrity sha512-M5SahEycXUmko3zOvsBkF6p94CWLhnyy9hfpQ9Qzp+rQkQ8D1OaTlfTl1OBWktq9Fak3oDXKU+ev7tiMaMu+1w== + dependencies: + async "^1.3.0" + flat-arguments "^1.0.0" + lodash "^4.17.5" + minimist "^1.1.0" + +ncp@1.0.x: + version "1.0.1" + resolved "https://registry.yarnpkg.com/ncp/-/ncp-1.0.1.tgz#d15367e5cb87432ba117d2bf80fdf45aecfb4246" + integrity sha1-0VNn5cuHQyuhF9K/gP30Wuz7QkY= + +negotiator@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" + integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= + +next-tick@1: + version "1.0.0" + resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c" + integrity sha1-yobR/ogoFpsBICCOPchCS524NCw= + +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== + +node-forge@^0.7.1, node-forge@^0.7.5: + version "0.7.6" + resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac" + integrity sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw== + +normalize-path@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + +normalize-url@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6" + integrity sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw== + dependencies: + prepend-http "^2.0.0" + query-string "^5.0.1" + sort-keys "^2.0.0" + +npm-run-path@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" + integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= + dependencies: + path-key "^2.0.0" + +number-is-nan@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= + +oauth-sign@~0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== + +object-assign@^4.0.1, object-assign@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +on-finished@^2.2.0, on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= + dependencies: + ee-first "1.1.1" + +on-headers@^1.0.0, on-headers@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.1.tgz#928f5d0f470d49342651ea6794b0857c100693f7" + integrity sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c= + +once@^1.3.0, once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +onetime@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" + integrity sha1-ofeDj4MUxRbwXs78vEzP4EtO14k= + +opn@^5.3.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/opn/-/opn-5.4.0.tgz#cb545e7aab78562beb11aa3bfabc7042e1761035" + integrity sha512-YF9MNdVy/0qvJvDtunAOzFw9iasOQHpVthTCvGzxt61Il64AYSGdK+rYwld7NAfk9qJ7dt+hymBNSc9LNYS+Sw== + dependencies: + is-wsl "^1.1.0" + +ora@0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/ora/-/ora-0.2.3.tgz#37527d220adcd53c39b73571d754156d5db657a4" + integrity sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q= + dependencies: + chalk "^1.1.1" + cli-cursor "^1.0.2" + cli-spinners "^0.1.2" + object-assign "^4.0.1" + +os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= + +os-locale@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" + integrity sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA== + dependencies: + execa "^0.7.0" + lcid "^1.0.0" + mem "^1.1.0" + +os-tmpdir@^1.0.0, os-tmpdir@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + +osenv@^0.1.0: + version "0.1.5" + resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" + integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.0" + +p-cancelable@^0.4.0: + version "0.4.1" + resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0" + integrity sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ== + +p-finally@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= + +p-is-promise@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" + integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= + +p-limit@^1.1.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" + integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== + dependencies: + p-try "^1.0.0" + +p-locate@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" + integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= + dependencies: + p-limit "^1.1.0" + +p-timeout@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038" + integrity sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA== + dependencies: + p-finally "^1.0.0" + +p-try@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" + integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= + +package-json@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/package-json/-/package-json-4.0.1.tgz#8869a0401253661c4c4ca3da6c2121ed555f5eed" + integrity sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0= + dependencies: + got "^6.7.1" + registry-auth-token "^3.0.1" + registry-url "^3.0.3" + semver "^5.1.0" + +parseurl@~1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.2.tgz#fc289d4ed8993119460c156253262cdc8de65bf3" + integrity sha1-/CidTtiZMRlGDBViUyYs3I3mW/M= + +path-exists@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-is-inside@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" + integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= + +path-key@^2.0.0, path-key@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= + +path-to-regexp@0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= + +path-to-regexp@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.7.0.tgz#59fde0f435badacba103a84e9d3bc64e96b9937d" + integrity sha1-Wf3g9DW62suhA6hOnTvGTpa5k30= + dependencies: + isarray "0.0.1" + +performance-now@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= + +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= + +pify@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + +pkginfo@0.3.x: + version "0.3.1" + resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.3.1.tgz#5b29f6a81f70717142e09e765bbeab97b4f81e21" + integrity sha1-Wyn2qB9wcXFC4J52W76rl7T4HiE= + +pkginfo@0.x.x: + version "0.4.1" + resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.1.tgz#b5418ef0439de5425fc4995042dced14fb2a84ff" + integrity sha1-tUGO8EOd5UJfxJlQQtztFPsqhP8= + +portfinder@^1.0.13: + version "1.0.20" + resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.20.tgz#bea68632e54b2e13ab7b0c4775e9b41bf270e44a" + integrity sha512-Yxe4mTyDzTd59PZJY4ojZR8F+E5e97iq2ZOHPz3HDgSvYC5siNad2tLooQ5y5QHyQhc3xVqvyk/eNA3wuoa7Sw== + dependencies: + async "^1.5.2" + debug "^2.2.0" + mkdirp "0.5.x" + +prepend-http@^1.0.1: + version "1.0.4" + resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" + integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= + +prepend-http@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" + integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= + +process-nextick-args@~1.0.6: + version "1.0.7" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" + integrity sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M= + +process-nextick-args@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" + integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw== + +progress@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" + integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== + +prompt@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/prompt/-/prompt-1.0.0.tgz#8e57123c396ab988897fb327fd3aedc3e735e4fe" + integrity sha1-jlcSPDlquYiJf7Mn/Trtw+c15P4= + dependencies: + colors "^1.1.2" + pkginfo "0.x.x" + read "1.0.x" + revalidator "0.1.x" + utile "0.3.x" + winston "2.1.x" + +protochain@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/protochain/-/protochain-1.0.5.tgz#991c407e99de264aadf8f81504b5e7faf7bfa260" + integrity sha1-mRxAfpneJkqt+PgVBLXn+ve/omA= + +proxy-addr@~2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.4.tgz#ecfc733bf22ff8c6f407fa275327b9ab67e48b93" + integrity sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA== + dependencies: + forwarded "~0.1.2" + ipaddr.js "1.8.0" + +pseudomap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= + +psl@^1.1.24: + version "1.1.31" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184" + integrity sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw== + +pump@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" + integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pumpify@^1.4.0, pumpify@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" + integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== + dependencies: + duplexify "^3.6.0" + inherits "^2.0.3" + pump "^2.0.0" + +punycode@^1.3.2, punycode@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= + +punycode@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + +qs@6.5.2, qs@~6.5.2: + version "6.5.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" + integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + +qs@~6.4.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" + integrity sha1-E+JtKK1rD/qpExLNO/cI7TUecjM= + +query-string@^5.0.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb" + integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw== + dependencies: + decode-uri-component "^0.2.0" + object-assign "^4.1.0" + strict-uri-encode "^1.0.0" + +range-parser@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" + integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4= + +raw-body@2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.3.3.tgz#1b324ece6b5706e153855bc1148c65bb7f6ea0c3" + integrity sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw== + dependencies: + bytes "3.0.0" + http-errors "1.6.3" + iconv-lite "0.4.23" + unpipe "1.0.0" + +rc@^1.0.1, rc@^1.1.6: + version "1.2.8" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + +read@1.0.x: + version "1.0.7" + resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" + integrity sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ= + dependencies: + mute-stream "~0.0.4" + +readable-stream@^2.0.0, readable-stream@^2.0.5, readable-stream@^2.2.2, readable-stream@^2.3.0, readable-stream@^2.3.5, readable-stream@~2.3.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" + integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@~2.0.0: + version "2.0.6" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e" + integrity sha1-j5A0HmilPMySh4jaz80Rs265t44= + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.1" + isarray "~1.0.0" + process-nextick-args "~1.0.6" + string_decoder "~0.10.x" + util-deprecate "~1.0.1" + +readline2@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/readline2/-/readline2-1.0.1.tgz#41059608ffc154757b715d9989d199ffbf372e35" + integrity sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU= + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + mute-stream "0.0.5" + +registry-auth-token@^3.0.1: + version "3.3.2" + resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz#851fd49038eecb586911115af845260eec983f20" + integrity sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ== + dependencies: + rc "^1.1.6" + safe-buffer "^5.0.1" + +registry-url@^3.0.3: + version "3.1.0" + resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-3.1.0.tgz#3d4ef870f73dde1d77f0cf9a381432444e174942" + integrity sha1-PU74cPc93h138M+aOBQyRE4XSUI= + dependencies: + rc "^1.0.1" + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + +request@^2.72.0, request@^2.74.0, request@^2.79.0, request@^2.81.0, request@^2.85.0, request@^2.87.0, request@^2.88.0: + version "2.88.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" + integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + har-validator "~5.1.0" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + oauth-sign "~0.9.0" + performance-now "^2.1.0" + qs "~6.5.2" + safe-buffer "^5.1.2" + tough-cookie "~2.4.3" + tunnel-agent "^0.6.0" + uuid "^3.3.2" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + +require-main-filename@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" + integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= + +requires-port@1.x.x: + version "1.0.0" + resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" + integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= + +responselike@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" + integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= + dependencies: + lowercase-keys "^1.0.0" + +restore-cursor@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" + integrity sha1-NGYfRohjJ/7SmRR5FSJS35LapUE= + dependencies: + exit-hook "^1.0.0" + onetime "^1.0.0" + +retry-axios@0.3.2, retry-axios@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/retry-axios/-/retry-axios-0.3.2.tgz#5757c80f585b4cc4c4986aa2ffd47a60c6d35e13" + integrity sha512-jp4YlI0qyDFfXiXGhkCOliBN1G7fRH03Nqy8YdShzGqbY5/9S2x/IR6C88ls2DFkbWuL3ASkP7QD3pVrNpPgwQ== + +retry-request@^3.0.0: + version "3.3.2" + resolved "https://registry.yarnpkg.com/retry-request/-/retry-request-3.3.2.tgz#fd8e0079e7b0dfc7056e500b6f089437db0da4df" + integrity sha512-WIiGp37XXDC6e7ku3LFoi7LCL/Gs9luGeeqvbPRb+Zl6OQMw4RCRfSaW+aLfE6lhz1R941UavE6Svl3Dm5xGIQ== + dependencies: + request "^2.81.0" + through2 "^2.0.0" + +revalidator@0.1.x: + version "0.1.8" + resolved "https://registry.yarnpkg.com/revalidator/-/revalidator-0.1.8.tgz#fece61bfa0c1b52a206bd6b18198184bdd523a3b" + integrity sha1-/s5hv6DBtSoga9axgZgYS91SOjs= + +rimraf@2.6.2, rimraf@2.x.x, rimraf@^2.2.8: + version "2.6.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" + integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w== + dependencies: + glob "^7.0.5" + +router@^1.3.1: + version "1.3.3" + resolved "https://registry.yarnpkg.com/router/-/router-1.3.3.tgz#c142f6b5ea4d6b3359022ca95b6580bd217f89cf" + integrity sha1-wUL2tepNazNZAiypW2WAvSF/ic8= + dependencies: + array-flatten "2.1.1" + debug "2.6.9" + methods "~1.1.2" + parseurl "~1.3.2" + path-to-regexp "0.1.7" + setprototypeof "1.1.0" + utils-merge "1.0.1" + +rsvp@^3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a" + integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw== + +run-async@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/run-async/-/run-async-0.1.0.tgz#c8ad4a5e110661e402a7d21b530e009f25f8e389" + integrity sha1-yK1KXhEGYeQCp9IbUw4AnyX444k= + dependencies: + once "^1.3.0" + +rx-lite@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" + integrity sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI= + +safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + +semver-diff@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36" + integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY= + dependencies: + semver "^5.0.3" + +semver@5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" + integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA== + +semver@^5.0.1, semver@^5.0.3, semver@^5.1.0, semver@^5.5.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" + integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== + +send@0.16.2: + version "0.16.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1" + integrity sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw== + dependencies: + debug "2.6.9" + depd "~1.1.2" + destroy "~1.0.4" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "~1.6.2" + mime "1.4.1" + ms "2.0.0" + on-finished "~2.3.0" + range-parser "~1.2.0" + statuses "~1.4.0" + +serializerr@1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/serializerr/-/serializerr-1.0.3.tgz#12d4c5aa1c3ffb8f6d1dc5f395aa9455569c3f91" + integrity sha1-EtTFqhw/+49tHcXzlaqUVVacP5E= + dependencies: + protochain "^1.0.5" + +serve-static@1.13.2: + version "1.13.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.2.tgz#095e8472fd5b46237db50ce486a43f4b86c6cec1" + integrity sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw== + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.2" + send "0.16.2" + +set-blocking@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= + +setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== + +shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= + dependencies: + shebang-regex "^1.0.0" + +shebang-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= + +signal-exit@^3.0.0, signal-exit@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" + integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= + +slide@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" + integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= + +snakeize@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/snakeize/-/snakeize-0.1.0.tgz#10c088d8b58eb076b3229bb5a04e232ce126422d" + integrity sha1-EMCI2LWOsHazIpu1oE4jLOEmQi0= + +sort-keys@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" + integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= + dependencies: + is-plain-obj "^1.0.0" + +split-array-stream@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/split-array-stream/-/split-array-stream-1.0.3.tgz#d2b75a8e5e0d824d52fdec8b8225839dc2e35dfa" + integrity sha1-0rdajl4Ngk1S/eyLgiWDncLjXfo= + dependencies: + async "^2.4.0" + is-stream-ended "^0.1.0" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + +sshpk@^1.7.0: + version "1.16.0" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.0.tgz#1d4963a2fbffe58050aa9084ca20be81741c07de" + integrity sha512-Zhev35/y7hRMcID/upReIvRse+I9SVhyVre/KTJSJQWMz3C3+G+HpO7m1wK/yckEtujKZ7dS4hkVxAnmHaIGVQ== + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + bcrypt-pbkdf "^1.0.0" + dashdash "^1.12.0" + ecc-jsbn "~0.1.1" + getpass "^0.1.1" + jsbn "~0.1.0" + safer-buffer "^2.0.2" + tweetnacl "~0.14.0" + +stack-trace@0.0.x: + version "0.0.10" + resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0" + integrity sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA= + +"statuses@>= 1.4.0 < 2": + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= + +statuses@~1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" + integrity sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4= + +statuses@~1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087" + integrity sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew== + +stream-events@^1.0.1, stream-events@^1.0.3: + version "1.0.5" + resolved "https://registry.yarnpkg.com/stream-events/-/stream-events-1.0.5.tgz#bbc898ec4df33a4902d892333d47da9bf1c406d5" + integrity sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg== + dependencies: + stubs "^3.0.0" + +stream-shift@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" + integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI= + +strict-uri-encode@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" + integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM= + +string-format-obj@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string-format-obj/-/string-format-obj-1.1.1.tgz#c7612ca4e2ad923812a81db192dc291850aa1f65" + integrity sha512-Mm+sROy+pHJmx0P/0Bs1uxIX6UhGJGj6xDGQZ5zh9v/SZRmLGevp+p0VJxV7lirrkAmQ2mvva/gHKpnF/pTb+Q== + +string-length@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/string-length/-/string-length-1.0.1.tgz#56970fb1c38558e9e70b728bf3de269ac45adfac" + integrity sha1-VpcPscOFWOnnC3KL894mmsRa36w= + dependencies: + strip-ansi "^3.0.0" + +string-template@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/string-template/-/string-template-1.0.0.tgz#9e9f2233dc00f218718ec379a28a5673ecca8b96" + integrity sha1-np8iM9wA8hhxjsN5oopWc+zKi5Y= + +string-width@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + strip-ansi "^3.0.0" + +string-width@^2.0.0, string-width@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + +string_decoder@~0.10.x: + version "0.10.31" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" + integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.0, strip-ansi@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + dependencies: + ansi-regex "^3.0.0" + +strip-eof@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" + integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= + +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= + +stubs@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/stubs/-/stubs-3.0.0.tgz#e8d2ba1fa9c90570303c030b6900f7d5f89abe5b" + integrity sha1-6NK6H6nJBXAwPAMLaQD31fiavls= + +superstatic@^6.0.1: + version "6.0.4" + resolved "https://registry.yarnpkg.com/superstatic/-/superstatic-6.0.4.tgz#5c38fe05e2e9513b68d5ba2798925e4839c151dd" + integrity sha512-Nfli9mSPa9fJloKuDeUOdqC1lcw4c4SnxiWPB8s7Yn1iYo7Ja3pj7qc8AXMqHVqn/Kf7QsxBjAeOJTpuJ0mcrQ== + dependencies: + as-array "^2.0.0" + async "^1.5.2" + basic-auth-connect "^1.0.0" + chalk "^1.1.3" + char-spinner "^1.0.1" + compare-semver "^1.0.0" + compression "^1.7.0" + connect "^3.6.2" + connect-query "^1.0.0" + destroy "^1.0.4" + fast-url-parser "^1.1.3" + fs-extra "^0.30.0" + glob "^7.1.2" + glob-slasher "^1.0.1" + home-dir "^1.0.0" + is-url "^1.2.2" + join-path "^1.1.1" + lodash "^4.17.4" + mime-types "^2.1.16" + minimatch "^3.0.4" + morgan "^1.8.2" + nash "^3.0.0" + on-finished "^2.2.0" + on-headers "^1.0.0" + path-to-regexp "^1.7.0" + router "^1.3.1" + rsvp "^3.6.2" + string-length "^1.0.0" + try-require "^1.0.0" + update-notifier "^2.5.0" + +supports-color@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +tar-stream@^1.5.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555" + integrity sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A== + dependencies: + bl "^1.0.0" + buffer-alloc "^1.2.0" + end-of-stream "^1.0.0" + fs-constants "^1.0.0" + readable-stream "^2.3.0" + to-buffer "^1.1.1" + xtend "^4.0.0" + +tar@^4.3.0: + version "4.4.8" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.8.tgz#b19eec3fde2a96e64666df9fdb40c5ca1bc3747d" + integrity sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ== + dependencies: + chownr "^1.1.1" + fs-minipass "^1.2.5" + minipass "^2.3.4" + minizlib "^1.1.1" + mkdirp "^0.5.0" + safe-buffer "^5.1.2" + yallist "^3.0.2" + +term-size@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" + integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= + dependencies: + execa "^0.7.0" + +through2@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.1.tgz#384e75314d49f32de12eebb8136b8eb6b5d59da9" + integrity sha1-OE51MU1J8y3hLuu4E2uOtrXVnak= + dependencies: + readable-stream "~2.0.0" + xtend "~4.0.0" + +through2@^2.0.0, through2@^2.0.3: + version "2.0.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== + dependencies: + readable-stream "~2.3.6" + xtend "~4.0.1" + +"through@>=2.2.7 <3", through@^2.3.6: + version "2.3.8" + resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= + +timed-out@^4.0.0, timed-out@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" + integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= + +timers-ext@^0.1.5: + version "0.1.7" + resolved "https://registry.yarnpkg.com/timers-ext/-/timers-ext-0.1.7.tgz#6f57ad8578e07a3fb9f91d9387d65647555e25c6" + integrity sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ== + dependencies: + es5-ext "~0.10.46" + next-tick "1" + +tmp@0.0.33: + version "0.0.33" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== + dependencies: + os-tmpdir "~1.0.2" + +to-buffer@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80" + integrity sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg== + +tough-cookie@~2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" + integrity sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ== + dependencies: + psl "^1.1.24" + punycode "^1.4.1" + +toxic@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/toxic/-/toxic-1.0.1.tgz#8c2e2528da591100adc3883f2c0e56acfb1c7288" + integrity sha512-WI3rIGdcaKULYg7KVoB0zcjikqvcYYvcuT6D89bFPz2rVR0Rl0PK6x8/X62rtdLtBKIE985NzVf/auTtGegIIg== + dependencies: + lodash "^4.17.10" + +try-require@^1.0.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/try-require/-/try-require-1.2.1.tgz#34489a2cac0c09c1cc10ed91ba011594d4333be2" + integrity sha1-NEiaLKwMCcHMEO2RugEVlNQzO+I= + +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= + dependencies: + safe-buffer "^5.0.1" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= + +type-is@~1.6.16: + version "1.6.16" + resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194" + integrity sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q== + dependencies: + media-typer "0.3.0" + mime-types "~2.1.18" + +typedarray@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= + +unique-string@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a" + integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo= + dependencies: + crypto-random-string "^1.0.0" + +universal-analytics@^0.4.16: + version "0.4.20" + resolved "https://registry.yarnpkg.com/universal-analytics/-/universal-analytics-0.4.20.tgz#d6b64e5312bf74f7c368e3024a922135dbf24b03" + integrity sha512-gE91dtMvNkjO+kWsPstHRtSwHXz0l2axqptGYp5ceg4MsuurloM0PU3pdOfpb5zBXUvyjT4PwhWK2m39uczZuw== + dependencies: + debug "^3.0.0" + request "^2.88.0" + uuid "^3.0.0" + +unpipe@1.0.0, unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= + +unzip-response@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" + integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= + +update-notifier@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6" + integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw== + dependencies: + boxen "^1.2.1" + chalk "^2.0.1" + configstore "^3.0.0" + import-lazy "^2.1.0" + is-ci "^1.0.10" + is-installed-globally "^0.1.0" + is-npm "^1.0.0" + latest-version "^3.0.0" + semver-diff "^2.0.0" + xdg-basedir "^3.0.0" + +uri-js@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" + integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== + dependencies: + punycode "^2.1.0" + +url-join@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/url-join/-/url-join-0.0.1.tgz#1db48ad422d3402469a87f7d97bdebfe4fb1e3c8" + integrity sha1-HbSK1CLTQCRpqH99l73r/k+x48g= + +url-parse-lax@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73" + integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM= + dependencies: + prepend-http "^1.0.1" + +url-parse-lax@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" + integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= + dependencies: + prepend-http "^2.0.0" + +url-to-options@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9" + integrity sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k= + +user-home@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/user-home/-/user-home-2.0.0.tgz#9c70bfd8169bc1dcbf48604e0f04b8b49cde9e9f" + integrity sha1-nHC/2Babwdy/SGBODwS4tJzenp8= + dependencies: + os-homedir "^1.0.0" + +util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +utile@0.3.x: + version "0.3.0" + resolved "https://registry.yarnpkg.com/utile/-/utile-0.3.0.tgz#1352c340eb820e4d8ddba039a4fbfaa32ed4ef3a" + integrity sha1-E1LDQOuCDk2N26A5pPv6oy7U7zo= + dependencies: + async "~0.9.0" + deep-equal "~0.2.1" + i "0.3.x" + mkdirp "0.x.x" + ncp "1.0.x" + rimraf "2.x.x" + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= + +uuid@3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" + integrity sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA== + +uuid@^2.0.1: + version "2.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" + integrity sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho= + +uuid@^3.0.0, uuid@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" + integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== + +valid-url@^1: + version "1.0.9" + resolved "https://registry.yarnpkg.com/valid-url/-/valid-url-1.0.9.tgz#1c14479b40f1397a75782f115e4086447433a200" + integrity sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA= + +vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= + +verror@1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= + dependencies: + assert-plus "^1.0.0" + core-util-is "1.0.2" + extsprintf "^1.2.0" + +websocket-driver@>=0.5.1: + version "0.7.0" + resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.0.tgz#0caf9d2d755d93aee049d4bdd0d3fe2cca2a24eb" + integrity sha1-DK+dLXVdk67gSdS90NP+LMoqJOs= + dependencies: + http-parser-js ">=0.4.0" + websocket-extensions ">=0.1.1" + +websocket-extensions@>=0.1.1: + version "0.1.3" + resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29" + integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg== + +which-module@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" + integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= + +which@^1.2.9: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== + dependencies: + isexe "^2.0.0" + +widest-line@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc" + integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== + dependencies: + string-width "^2.1.1" + +winston@2.1.x: + version "2.1.1" + resolved "https://registry.yarnpkg.com/winston/-/winston-2.1.1.tgz#3c9349d196207fd1bdff9d4bc43ef72510e3a12e" + integrity sha1-PJNJ0ZYgf9G9/51LxD73JRDjoS4= + dependencies: + async "~1.0.0" + colors "1.0.x" + cycle "1.0.x" + eyes "0.1.x" + isstream "0.1.x" + pkginfo "0.3.x" + stack-trace "0.0.x" + +winston@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/winston/-/winston-2.4.0.tgz#808050b93d52661ed9fb6c26b3f0c826708b0aee" + integrity sha1-gIBQuT1SZh7Z+2wms/DIJnCLCu4= + dependencies: + async "~1.0.0" + colors "1.0.x" + cycle "1.0.x" + eyes "0.1.x" + isstream "0.1.x" + stack-trace "0.0.x" + +winston@^1.0.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/winston/-/winston-1.1.2.tgz#68edd769ff79d4f9528cf0e5d80021aade67480c" + integrity sha1-aO3Xaf951PlSjPDl2AAhqt5nSAw= + dependencies: + async "~1.0.0" + colors "1.0.x" + cycle "1.0.x" + eyes "0.1.x" + isstream "0.1.x" + pkginfo "0.3.x" + stack-trace "0.0.x" + +wrap-ansi@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" + integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= + dependencies: + string-width "^1.0.1" + strip-ansi "^3.0.1" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +write-file-atomic@^1.1.2: + version "1.3.4" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-1.3.4.tgz#f807a4f0b1d9e913ae7a48112e6cc3af1991b45f" + integrity sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8= + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + slide "^1.1.5" + +write-file-atomic@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab" + integrity sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA== + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + +xdg-basedir@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-2.0.0.tgz#edbc903cc385fc04523d966a335504b5504d1bd2" + integrity sha1-7byQPMOF/ARSPZZqM1UEtVBNG9I= + dependencies: + os-homedir "^1.0.0" + +xdg-basedir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4" + integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ= + +xtend@^4.0.0, xtend@~4.0.0, xtend@~4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" + integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68= + +y18n@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" + integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= + +yallist@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" + integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= + +yallist@^3.0.0, yallist@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" + integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== + +yargs-parser@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077" + integrity sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc= + dependencies: + camelcase "^4.1.0" + +yargs@11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b" + integrity sha512-Rjp+lMYQOWtgqojx1dEWorjCofi1YN7AoFvYV7b1gx/7dAAeuI4kN5SZiEvr0ZmsZTOpDRcCqrpI10L31tFkBw== + dependencies: + cliui "^4.0.0" + decamelize "^1.1.1" + find-up "^2.1.0" + get-caller-file "^1.0.1" + os-locale "^2.0.0" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^2.0.0" + which-module "^2.0.0" + y18n "^3.2.1" + yargs-parser "^9.0.2" + +zip-stream@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-1.2.0.tgz#a8bc45f4c1b49699c6b90198baacaacdbcd4ba04" + integrity sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ= + dependencies: + archiver-utils "^1.3.0" + compress-commons "^1.2.0" + lodash "^4.8.0" + readable-stream "^2.0.0"