From 7b3fae5844d53a1f06306b77b64d6740addcd1b5 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 27 Jan 2017 22:01:25 +0100 Subject: [PATCH 01/18] chore: add initial files --- .editorconfig | 16 + .gitignore | 37 - .vscode/launch.json | 13 + CHANGELOG.md | 7 + README.md | 15 +- package.json | 22 + themes/Material-Theme-Darker.tmTheme | 1017 ++++++++++++++++++++++++++ vsc-extension-quickstart.md | 43 ++ 8 files changed, 1131 insertions(+), 39 deletions(-) create mode 100644 .editorconfig delete mode 100644 .gitignore create mode 100644 .vscode/launch.json create mode 100644 CHANGELOG.md create mode 100644 package.json create mode 100644 themes/Material-Theme-Darker.tmTheme create mode 100644 vsc-extension-quickstart.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c6e3992 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{py,sublime-project}] +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false +indent_size = 4 \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5148e52..0000000 --- a/.gitignore +++ /dev/null @@ -1,37 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* - -# Runtime data -pids -*.pid -*.seed - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules -jspm_packages - -# Optional npm cache directory -.npm - -# Optional REPL history -.node_repl_history diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..8384213 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,13 @@ +// A launch configuration that launches the extension inside a new window +{ + "version": "0.1.0", + "configurations": [ + { + "name": "Launch Extension", + "type": "extensionHost", + "request": "launch", + "runtimeExecutable": "${execPath}", + "args": ["--extensionDevelopmentPath=${workspaceRoot}" ] + } + ] +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ee5a3eb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Change Log +All notable changes to the "theme-material-theme-darker" extension will be documented in this file. + +Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. + +## [Unreleased] +- Initial release diff --git a/README.md b/README.md index a4206f8..d1c4129 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# vsc-material-theme -Official Material Theme for Visual Studio Code +# README +## This is the README for your extension "theme-material-theme-darker" +You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: + +* Split the editor (`Cmd+\` on OSX or `Ctrl+\` on Windows and Linux) +* Toggle preview (`Shift+CMD+V` on OSX or `Shift+Ctrl+V` on Windows and Linux) +* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (OSX) to see a list of Markdown snippets + +### For more information +* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) +* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) + +**Enjoy!** \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..3f2b774 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "theme-material-theme-darker", + "displayName": "Material Theme", + "description": "The most epic theme now for Visual Studio Code", + "version": "0.0.1", + "publisher": "Equinusocio", + "engines": { + "vscode": "^1.5.0" + }, + "categories": [ + "Themes" + ], + "contributes": { + "themes": [ + { + "label": "Material Theme", + "uiTheme": "vs-dark", + "path": "./themes/Material-Theme-Darker.tmTheme" + } + ] + } +} \ No newline at end of file diff --git a/themes/Material-Theme-Darker.tmTheme b/themes/Material-Theme-Darker.tmTheme new file mode 100644 index 0000000..8997160 --- /dev/null +++ b/themes/Material-Theme-Darker.tmTheme @@ -0,0 +1,1017 @@ + + + + + author + Mattia Astorino + colorSpaceName + sRGB + name + Material-Theme-Darker + semanticClass + material.theme.darker + settings + + + settings + + background + #252526 + caret + #FFCC00 + lineHighlight + #00000050 + selection + #61616150 + selectionHighlight + #61616190 + inactiveSelection + #61616130 + rangeHighlight + #80CBC440 + wordHighlight + #80CBC440 + wordHighlightStrong + #80CBC440 + currentFindMatchHighlight + #F8E71C + findMatchHighlight + #FFFFFF40 + findRangeHighlight + #FFFFFF40 + activeLinkForeground + #00FFFF + hoverHighlight + #ff0000 + referenceHighlight + #00FFFF + guide + #42424240 + invisibles + #65737e30 + + + + name + Comments + scope + comment, punctuation.definition.comment + settings + + fontStyle + italic + foreground + #4A4A4A + + + + name + Variable + scope + variable, string constant.other.placeholder + settings + + foreground + #eeffffff + + + + name + Colors + scope + constant.other.color + settings + + foreground + #ffffff + + + + name + Invalid + scope + invalid, invalid.illegal, invalid.broken + settings + + background + #FF5370 + foreground + #ffffff + + + + name + Unimplemented + scope + invalid.unimplemented + settings + + background + #C3E88D + foreground + #ffffff + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + background + #C792EA + foreground + #ffffff + + + + name + Keyword, Storage + scope + keyword, storage.type, storage.modifier + settings + + foreground + #C792EA + + + + name + Keyword, Storage + scope + storage.type, keyword.control + settings + + fontStyle + italic + + + + name + Operator, Misc + scope + keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution + settings + + foreground + #89DDFF + + + + name + Tag + scope + entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter + settings + + foreground + #f07178 + + + + name + Function, Special Method, Block Level + scope + entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level + settings + + foreground + #82AAFF + + + + name + Other Variable, String Link + scope + support.other.variable, string.other.link + settings + + foreground + #f07178 + + + + name + Number, Constant, Function Argument, Tag Attribute, Embedded + scope + constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit + settings + + foreground + #F78C6C + + + + name + String, Symbols, Inherited Class, Markup Heading + scope + string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js + settings + + fontStyle + normal + foreground + #C3E88D + + + + name + Class, Support + scope + entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types + settings + + foreground + #FFCB6B + + + + name + CSS Class and Support + scope + source.css support.type, source.sass support.type, source.scss support.type, source.less support.type, source.stylus support.type + settings + + foreground + #B2CCD6 + + + + name + Sub-methods + scope + entity.name.module.js, variable.import.parameter.js, variable.other.class.js + settings + + foreground + #FF5370 + + + + name + Language methods + scope + variable.language + settings + + fontStyle + italic + foreground + #FF5370 + + + + name + entity.name.method.js + scope + entity.name.method.js + settings + + foreground + #82AAFF + + + + name + meta.method.js + scope + meta.class-method.js entity.name.function.js, variable.function.constructor + settings + + foreground + #82AAFF + + + + name + Attributes + scope + entity.other.attribute-name + settings + + foreground + #C792EA + + + + name + HTML Attributes + scope + text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name + settings + + fontStyle + italic + foreground + #FFCB6B + + + + name + CSS Classes + scope + entity.other.attribute-name.class + settings + + foreground + #FFCB6B + + + + name + CSS Id + scope + source.sass keyword.control + settings + + foreground + #82AAFF + + + + name + Inserted + scope + markup.inserted + settings + + foreground + #C3E88D + + + + name + Deleted + scope + markup.deleted + settings + + foreground + #FF5370 + + + + name + Changed + scope + markup.changed + settings + + foreground + #C792EA + + + + name + Regular Expressions + scope + string.regexp + settings + + foreground + #89DDFF + + + + name + Escape Characters + scope + constant.character.escape + settings + + foreground + #89DDFF + + + + name + URL + scope + *url*, *link*, *uri* + settings + + fontStyle + underline + + + + name + Search Results Nums + scope + constant.numeric.line-number.find-in-files - match + settings + + foreground + #C17E70 + + + + name + Search Results Lines + scope + entity.name.filename.find-in-files + settings + + foreground + #C3E88D + + + + name + Decorators + scope + tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js + settings + + fontStyle + italic + foreground + #82AAFF + + + + name + ES7 Bind Operator + scope + source.js constant.other.object.key.js string.unquoted.label.js + settings + + fontStyle + italic + foreground + #FF5370 + + + + name + JSON Key - Level 8 + scope + source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #C3E88D + + + + name + JSON Key - Level 7 + scope + source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #C792EA + + + + name + JSON Key - Level 6 + scope + source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #f07178 + + + + name + JSON Key - Level 5 + scope + source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #82AAFF + + + + name + JSON Key - Level 4 + scope + source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #C17E70 + + + + name + JSON Key - Level 3 + scope + source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #FF5370 + + + + name + JSON Key - Level 2 + scope + source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #F78C6C + + + + name + JSON Key - Level 1 + scope + source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #FFCB6B + + + + name + JSON Key - Level 0 + scope + source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json, source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string + settings + + foreground + #C792EA + + + + name + Markdown - Plain + scope + text.html.markdown, punctuation.definition.list_item.markdown + settings + + foreground + #eeffffff + + + + name + Markdown - Markup Raw Inline + scope + text.html.markdown markup.raw.inline + settings + + foreground + #C792EA + + + + name + Markdown - Markup Raw Inline Punctuation + scope + text.html.markdown punctuation.definition.raw.markdown + settings + + foreground + #65737e + + + + name + Markdown - Line Break + scope + text.html.markdown meta.dummy.line-break + settings + + foreground + + + + + name + Markdown - Heading + scope + markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown + settings + + foreground + #C3E88D + + + + name + Markup - Italic + scope + markup.italic + settings + + fontStyle + italic + foreground + #f07178 + + + + name + Markup - Bold + scope + markup.bold, markup.bold string + settings + + fontStyle + bold + foreground + #f07178 + + + + name + Markup - Bold & Italic + scope + markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string + settings + + fontStyle + bold italic + + + + name + Markup - Underline + scope + markup.underline + settings + + fontStyle + underline + foreground + #F78C6C + + + + name + Markup - Strike + scope + markup.strike + settings + + fontStyle + strike + foreground + + + + + name + Markdown - Blockquote + scope + markup.quote punctuation.definition.blockquote.markdown + settings + + background + #65737e + foreground + #65737e + + + + name + Markup - Quote + scope + markup.quote + settings + + fontStyle + italic + foreground + + + + + name + Markdown - Link + scope + string.other.link.title.markdown + settings + + foreground + #82AAFF + + + + name + Markdown - Link Description + scope + string.other.link.description.title.markdown + settings + + foreground + #C792EA + + + + name + Markdown - Link Anchor + scope + constant.other.reference.link.markdown + settings + + foreground + #FFCB6B + + + + name + Markup - Raw Block + scope + markup.raw.block + settings + + foreground + #C792EA + + + + name + Markdown - Raw Block Fenced + scope + markup.raw.block.fenced.markdown + settings + + background + #00000050 + + + + name + Markdown - Fenced Bode Block + scope + punctuation.definition.fenced.markdown + settings + + background + #00000050 + + + + name + Markdown - Fenced Bode Block Variable + scope + markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end + settings + + foreground + #eeffffff + + + + name + Markdown - Fenced Language + scope + variable.language.fenced.markdown + settings + + fontStyle + + foreground + #65737e + + + + name + Markdown - Punctuation Definition + scope + text.html.markdown punctuation.definition + settings + + foreground + #4A4A4A + + + + name + Markdown HTML - Punctuation Definition + scope + text.html.markdown meta.disable-markdown punctuation.definition + settings + + foreground + #89DDFF + + + + name + Markdown - Separator + scope + meta.separator + settings + + background + #00000050 + fontStyle + bold + foreground + #65737e + + + + name + Markup - Table + scope + markup.table + settings + + background + + foreground + #eeffffff + + + + name + AceJump Label - Blue + scope + acejump.label.blue + settings + + background + #82AAFF + foreground + #ffffff + + + + name + AceJump Label - Green + scope + acejump.label.green + settings + + background + #C3E88D + foreground + #ffffff + + + + name + AceJump Label - Orange + scope + acejump.label.orange + settings + + background + #F78C6C + foreground + #ffffff + + + + name + AceJump Label - Purple + scope + acejump.label.purple + settings + + background + #C792EA + foreground + #ffffff + + + + name + SublimeLinter Warning + scope + sublimelinter.mark.warning + settings + + foreground + #FFCB6B + + + + name + SublimeLinter Gutter Mark + scope + sublimelinter.gutter-mark + settings + + foreground + #ffffff + + + + name + SublimeLinter Error + scope + sublimelinter.mark.error + settings + + foreground + #FF5370 + + + + name + SublimeLinter Annotation + scope + sublimelinter.annotations + settings + + background + #C17E70 + + + + name + GitGutter Ignored + scope + markup.ignored.git_gutter + settings + + foreground + #65737e + + + + name + GitGutter Untracked + scope + markup.untracked.git_gutter + settings + + foreground + #65737e + + + + name + GitGutter Inserted + scope + markup.inserted.git_gutter + settings + + foreground + #C3E88D + + + + name + GitGutter Changed + scope + markup.changed.git_gutter + settings + + foreground + #FFCB6B + + + + name + GitGutter Deleted + scope + markup.deleted.git_gutter + settings + + foreground + #FF5370 + + + + name + Bracket Curly + scope + brackethighlighter.default + settings + + foreground + #B2CCD6 + + + + name + Bracket Quote + scope + brackethighlighter.quote + settings + + foreground + #C3E88D + + + + name + Bracket Unmatched + scope + brackethighlighter.unmatched + settings + + foreground + #FF5370 + + + + uuid + 4F44C0F5-1F8D-4C52-8BAB-F0951904C1EC + + diff --git a/vsc-extension-quickstart.md b/vsc-extension-quickstart.md new file mode 100644 index 0000000..ff10507 --- /dev/null +++ b/vsc-extension-quickstart.md @@ -0,0 +1,43 @@ +# Welcome to your VS Code Extension + +## What's in the folder +* This folder contains all of the files necessary for your color theme extension +* `package.json` - this is the manifest file that defines the location of the theme file +and specifies the base theme of the theme +* `themes/Material-Theme-Darker.tmTheme` - the color theme definition file + +## Get up and running straight away +* press `F5` to open a new window with your extension loaded +* open `File > Preferences > Color Themes` and pick your color theme + +## Make changes +* you can relaunch the extension from the debug toolbar after making changes to the files listed above +* you can also reload (`Ctrl+R` or `Cmd+R` on Mac) the VS Code window with your extension to load your changes + +## Adopt your theme to Visual Studio Code +* VS Code themes are standard TextMate themes. It's recommended to stick to the TextMate conventions and avoid language +specific rules in your theme as grammars can also be replaced by extensions. +To learn about what scopes are used where, check out the [TextMate documentation](https://manual.macromates.com/en/themes) +and this useful [blog post](http://www.apeth.com/nonblog/stories/textmatebundle.html). A great place to examine themes is [here](https://tmtheme-editor.herokuapp.com/#!/editor/theme/Monokai). +* Besides coloring syntax tokens, VS Code uses the following editor color settings from the textmate file: + + * `caret`: Color of the carret. + * `lineHighlight`: Background color of line highlight. + * `selection`: Background color of selections. + * `rangeHighlight`: Background color of range highlighted, used by Quick Open and Find features. + * `selectionHighlight`: Background color of regions highlighted while selecting. + * `inactiveSelection`: Background color of selections when not in focus. + * `wordHighlight`: Background color of a symbol during read-access, like reading a variable. + * `wordHighlightStrong`: Background color of a symbol during write-access, like writing to a variable. + * `findMatchHighlight`: Background color of regions matching the search. + * `currentFindMatchHighlight`: Background color of the current region matching the search. + * `findRangeHighlight`: Background color of regions selected for search. + * `activeLinkForeground`: Color of active links. + * `hoverHighlight`: Background color when hovered. + * `referenceHighlight`: Background color of a reference when finding all references. + * `invisible`: Color of the whitespace symbols. + * `guide`: Color of the indentation guides which indicate nesting levels. + +## Install your extension +* To start using your extension with Visual Studio Code copy it into the /.vscode/extensions folder and restart Code. +* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension. \ No newline at end of file From 022ea00de9e3f34076652b68fc3df92b209918b1 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 27 Jan 2017 22:44:01 +0100 Subject: [PATCH 02/18] chore: test icons --- icons/material-theme-icon-theme.json | 19 +++++++++++++++++++ icons/svg/angular.svg | 3 +++ icons/svg/applescript.svg | 3 +++ icons/svg/bower.svg | 3 +++ icons/svg/coffee.svg | 3 +++ icons/svg/csharp.svg | 3 +++ icons/svg/css.svg | 3 +++ icons/svg/git.svg | 3 +++ icons/svg/json.svg | 6 ++++++ icons/svg/license.svg | 3 +++ icons/svg/markdown.svg | 3 +++ icons/svg/scss.svg | 3 +++ package.json | 7 +++++++ 13 files changed, 62 insertions(+) create mode 100644 icons/material-theme-icon-theme.json create mode 100644 icons/svg/angular.svg create mode 100644 icons/svg/applescript.svg create mode 100644 icons/svg/bower.svg create mode 100644 icons/svg/coffee.svg create mode 100644 icons/svg/csharp.svg create mode 100644 icons/svg/css.svg create mode 100644 icons/svg/git.svg create mode 100644 icons/svg/json.svg create mode 100644 icons/svg/license.svg create mode 100644 icons/svg/markdown.svg create mode 100644 icons/svg/scss.svg diff --git a/icons/material-theme-icon-theme.json b/icons/material-theme-icon-theme.json new file mode 100644 index 0000000..e49ea49 --- /dev/null +++ b/icons/material-theme-icon-theme.json @@ -0,0 +1,19 @@ +{ + "iconDefinitions": { + "_markdown": { + "iconPath": "./svg/markdown.svg" + }, + "_sass": { + "iconPath": "./svg/svss.svg" + }, + "_json": { + "iconPath": "./svg/json.svg" + } + }, + "fileExtensions": { + "md": "_markdown", + "scss": "_sass", + "sass": "_sass", + "json": "_json" + } +} \ No newline at end of file diff --git a/icons/svg/angular.svg b/icons/svg/angular.svg new file mode 100644 index 0000000..c23e0bf --- /dev/null +++ b/icons/svg/angular.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/applescript.svg b/icons/svg/applescript.svg new file mode 100644 index 0000000..c1cc8fa --- /dev/null +++ b/icons/svg/applescript.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/bower.svg b/icons/svg/bower.svg new file mode 100644 index 0000000..1dbdcb9 --- /dev/null +++ b/icons/svg/bower.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/coffee.svg b/icons/svg/coffee.svg new file mode 100644 index 0000000..f7c7b9f --- /dev/null +++ b/icons/svg/coffee.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/csharp.svg b/icons/svg/csharp.svg new file mode 100644 index 0000000..fffd665 --- /dev/null +++ b/icons/svg/csharp.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/css.svg b/icons/svg/css.svg new file mode 100644 index 0000000..02a91e0 --- /dev/null +++ b/icons/svg/css.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/git.svg b/icons/svg/git.svg new file mode 100644 index 0000000..592b08e --- /dev/null +++ b/icons/svg/git.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/json.svg b/icons/svg/json.svg new file mode 100644 index 0000000..2b470f1 --- /dev/null +++ b/icons/svg/json.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/svg/license.svg b/icons/svg/license.svg new file mode 100644 index 0000000..05b3098 --- /dev/null +++ b/icons/svg/license.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/markdown.svg b/icons/svg/markdown.svg new file mode 100644 index 0000000..c7f505a --- /dev/null +++ b/icons/svg/markdown.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/svg/scss.svg b/icons/svg/scss.svg new file mode 100644 index 0000000..3270306 --- /dev/null +++ b/icons/svg/scss.svg @@ -0,0 +1,3 @@ + + + diff --git a/package.json b/package.json index 3f2b774..05ed1a7 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,13 @@ "uiTheme": "vs-dark", "path": "./themes/Material-Theme-Darker.tmTheme" } + ], + "iconThemes": [ + { + "id": "material-theme-icons", + "label": "Material Theme Icons", + "path": "./icons/material-theme-icon-theme.json" + } ] } } \ No newline at end of file From a09cda34d50e9d432204ef7d96da38208aa1542a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 27 Jan 2017 22:52:16 +0100 Subject: [PATCH 03/18] style: fix formatting --- icons/material-theme-icon-theme.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icons/material-theme-icon-theme.json b/icons/material-theme-icon-theme.json index e49ea49..c2ffe63 100644 --- a/icons/material-theme-icon-theme.json +++ b/icons/material-theme-icon-theme.json @@ -11,9 +11,9 @@ } }, "fileExtensions": { - "md": "_markdown", - "scss": "_sass", - "sass": "_sass", - "json": "_json" + "md": "_markdown", + "scss": "_sass", + "sass": "_sass", + "json": "_json" } } \ No newline at end of file From 312a36417774511f942275016447a6057e6a498f Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 11:34:03 +0100 Subject: [PATCH 04/18] chore: update files --- .gitignore | 2 ++ .vscode/launch.json | 13 ------------- icons/material-theme-icon-theme.json | 2 +- icons/svg/{scss.svg => sass.svg} | 0 4 files changed, 3 insertions(+), 14 deletions(-) create mode 100644 .gitignore delete mode 100644 .vscode/launch.json rename icons/svg/{scss.svg => sass.svg} (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..417c6ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +.vscode/ \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 8384213..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,13 +0,0 @@ -// A launch configuration that launches the extension inside a new window -{ - "version": "0.1.0", - "configurations": [ - { - "name": "Launch Extension", - "type": "extensionHost", - "request": "launch", - "runtimeExecutable": "${execPath}", - "args": ["--extensionDevelopmentPath=${workspaceRoot}" ] - } - ] -} \ No newline at end of file diff --git a/icons/material-theme-icon-theme.json b/icons/material-theme-icon-theme.json index c2ffe63..099061f 100644 --- a/icons/material-theme-icon-theme.json +++ b/icons/material-theme-icon-theme.json @@ -4,7 +4,7 @@ "iconPath": "./svg/markdown.svg" }, "_sass": { - "iconPath": "./svg/svss.svg" + "iconPath": "./svg/sass.svg" }, "_json": { "iconPath": "./svg/json.svg" diff --git a/icons/svg/scss.svg b/icons/svg/sass.svg similarity index 100% rename from icons/svg/scss.svg rename to icons/svg/sass.svg From d5fba69394583b45e4c93d7ce087c7a8c7c03390 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 11:42:25 +0100 Subject: [PATCH 05/18] chore: Add basic files --- .babelrc | 5 + .eslintrc | 19 + .gulp/index.js | 5 + .gulp/paths.js | 10 + LICENSE.md | 13 + gulpfile.babel.js | 9 + package.json | 28 +- yarn.lock | 3503 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 3590 insertions(+), 2 deletions(-) create mode 100644 .babelrc create mode 100644 .eslintrc create mode 100644 .gulp/index.js create mode 100644 .gulp/paths.js create mode 100644 LICENSE.md create mode 100644 gulpfile.babel.js create mode 100644 yarn.lock diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..02f08fb --- /dev/null +++ b/.babelrc @@ -0,0 +1,5 @@ +{ + "presets": [ + "es2015" + ] +} \ No newline at end of file diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 0000000..3710412 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,19 @@ +env: + node: true + shared-node-browser: true +extends: 'eslint:recommended' +rules: + indent: + - warn + - 2 + quotes: + - error + - single + semi: + - error + - always + no-console: 0 + no-unused-vars: + - warn +plugins: + - standard \ No newline at end of file diff --git a/.gulp/index.js b/.gulp/index.js new file mode 100644 index 0000000..fe6f8e2 --- /dev/null +++ b/.gulp/index.js @@ -0,0 +1,5 @@ +// import the tasks +//import './tasks/build'; + +// export default script +export default ['build']; \ No newline at end of file diff --git a/.gulp/paths.js b/.gulp/paths.js new file mode 100644 index 0000000..713b9c9 --- /dev/null +++ b/.gulp/paths.js @@ -0,0 +1,10 @@ +import infos from '../package.json'; + +const today = new Date() + , paths = { + 'icons': './icons', + 'themes': './themes', + 'src': './src' + }; + +export default paths; \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..8c364df --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,13 @@ +Copyright 2017 Mattia Astorino + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/gulpfile.babel.js b/gulpfile.babel.js new file mode 100644 index 0000000..2670f16 --- /dev/null +++ b/gulpfile.babel.js @@ -0,0 +1,9 @@ +import gulp from 'gulp'; +import gulpStats from 'gulp-stats'; +import tasks from './.gulp'; + +// Use gulp-stats +gulpStats(gulp); + +// set default task +gulp.task('default', tasks); \ No newline at end of file diff --git a/package.json b/package.json index 05ed1a7..3467d20 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,27 @@ { - "name": "theme-material-theme-darker", + "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", "version": "0.0.1", "publisher": "Equinusocio", + "bugs": { + "url": "https://github.com/equinusocio/vsc-material-theme/issues" + }, + "license": "Apache-2.0", + "homepage": "https://github.com/equinusocio/vsc-material-theme", "engines": { "vscode": "^1.5.0" }, "categories": [ + "Theme", + "Material", + "Design", "Themes" ], "contributes": { "themes": [ { - "label": "Material Theme", + "label": "Material Theme Darker", "uiTheme": "vs-dark", "path": "./themes/Material-Theme-Darker.tmTheme" } @@ -25,5 +33,21 @@ "path": "./icons/material-theme-icon-theme.json" } ] + }, + "devDependencies": { + "babel-core": "^6.21.0", + "babel-preset-es2015": "^6.18.0", + "babel-root-import": "^4.1.5", + "colors": "^1.1.2", + "del": "^2.2.2", + "eslint": "^3.11.0", + "eslint-plugin-standard": "^2.0.1", + "gulp": "^3.9.1", + "gulp-bump": "^2.4.0", + "gulp-conventional-changelog": "^1.1.0", + "gulp-stats": "^0.0.4", + "gulp-watch": "^4.3.8", + "run-sequence": "^1.2.2", + "yargs": "^6.0.0" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..019bfb4 --- /dev/null +++ b/yarn.lock @@ -0,0 +1,3503 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +JSONStream@^1.0.4: + version "1.3.0" + resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.0.tgz#680ab9ac6572a8a1a207e0b38721db1c77b215e5" + dependencies: + jsonparse "^1.2.0" + through ">=2.2.7 <3" + +abbrev@1: + version "1.0.9" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135" + +acorn-jsx@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b" + dependencies: + acorn "^3.0.4" + +acorn@4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a" + +acorn@^3.0.4: + version "3.3.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a" + +add-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" + +ajv-keywords@^1.0.0: + version "1.5.1" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c" + +ajv@^4.7.0: + version "4.11.2" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.2.tgz#f166c3c11cbc6cb9dcc102a5bcfe5b72c95287e6" + dependencies: + co "^4.6.0" + json-stable-stringify "^1.0.1" + +align-text@^0.1.1, align-text@^0.1.3: + version "0.1.4" + resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" + dependencies: + kind-of "^3.0.2" + longest "^1.0.1" + repeat-string "^1.5.2" + +amdefine@>=0.0.4: + version "1.0.1" + resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" + +ansi-cyan@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-cyan/-/ansi-cyan-0.1.1.tgz#538ae528af8982f28ae30d86f2f17456d2609873" + dependencies: + ansi-wrap "0.1.0" + +ansi-escapes@^1.1.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" + +ansi-red@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-red/-/ansi-red-0.1.1.tgz#8c638f9d1080800a353c9c28c8a81ca4705d946c" + dependencies: + ansi-wrap "0.1.0" + +ansi-regex@^0.2.0, ansi-regex@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-0.2.1.tgz#0d8e946967a3d8143f93e24e298525fc1b2235f9" + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + +ansi-styles@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.1.0.tgz#eaecbf66cd706882760b2f4691582b8f55d7a7de" + +ansi-styles@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" + +ansi-wrap@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf" + +anymatch@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507" + dependencies: + arrify "^1.0.0" + micromatch "^2.1.5" + +aproba@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.0.4.tgz#2713680775e7614c8ba186c065d4e2e52d1072c0" + +archy@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" + +are-we-there-yet@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz#80e470e95a084794fe1899262c5667c6e88de1b3" + dependencies: + delegates "^1.0.0" + readable-stream "^2.0.0 || ^1.1.13" + +argparse@^1.0.7: + version "1.0.9" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86" + dependencies: + sprintf-js "~1.0.2" + +arr-diff@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-1.1.0.tgz#687c32758163588fef7de7b36fabe495eb1a399a" + dependencies: + arr-flatten "^1.0.1" + array-slice "^0.2.3" + +arr-diff@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" + dependencies: + arr-flatten "^1.0.1" + +arr-flatten@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.1.tgz#e5ffe54d45e19f32f216e91eb99c8ce892bb604b" + +arr-union@^2.0.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-2.1.0.tgz#20f9eab5ec70f5c7d215b1077b1c39161d292c7d" + +array-differ@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" + +array-find-index@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" + +array-ify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" + +array-slice@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5" + +array-union@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" + dependencies: + array-uniq "^1.0.1" + +array-uniq@^1.0.1, array-uniq@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" + +array-unique@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" + +arrify@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" + +asn1@~0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86" + +assert-plus@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" + +assert-plus@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + +async-each@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" + +async@^1.4.0: + version "1.5.2" + resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" + +async@~0.2.6: + version "0.2.10" + resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1" + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + +aws-sign2@~0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" + +aws4@^1.2.1: + version "1.5.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.5.0.tgz#0a29ffb79c31c9e712eeb087e8e7a64b4a56d755" + +babel-code-frame@^6.16.0, babel-code-frame@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4" + dependencies: + chalk "^1.1.0" + esutils "^2.0.2" + js-tokens "^3.0.0" + +babel-core@^6.21.0, babel-core@^6.22.0: + version "6.22.1" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.22.1.tgz#9c5fd658ba1772d28d721f6d25d968fc7ae21648" + dependencies: + babel-code-frame "^6.22.0" + babel-generator "^6.22.0" + babel-helpers "^6.22.0" + babel-messages "^6.22.0" + babel-register "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + babel-traverse "^6.22.1" + babel-types "^6.22.0" + babylon "^6.11.0" + convert-source-map "^1.1.0" + debug "^2.1.1" + json5 "^0.5.0" + lodash "^4.2.0" + minimatch "^3.0.2" + path-is-absolute "^1.0.0" + private "^0.1.6" + slash "^1.0.0" + source-map "^0.5.0" + +babel-generator@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.22.0.tgz#d642bf4961911a8adc7c692b0c9297f325cda805" + dependencies: + babel-messages "^6.22.0" + babel-runtime "^6.22.0" + babel-types "^6.22.0" + detect-indent "^4.0.0" + jsesc "^1.3.0" + lodash "^4.2.0" + source-map "^0.5.0" + +babel-helper-call-delegate@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.22.0.tgz#119921b56120f17e9dae3f74b4f5cc7bcc1b37ef" + dependencies: + babel-helper-hoist-variables "^6.22.0" + babel-runtime "^6.22.0" + babel-traverse "^6.22.0" + babel-types "^6.22.0" + +babel-helper-define-map@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.22.0.tgz#9544e9502b2d6dfe7d00ff60e82bd5a7a89e95b7" + dependencies: + babel-helper-function-name "^6.22.0" + babel-runtime "^6.22.0" + babel-types "^6.22.0" + lodash "^4.2.0" + +babel-helper-function-name@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.22.0.tgz#51f1bdc4bb89b15f57a9b249f33d742816dcbefc" + dependencies: + babel-helper-get-function-arity "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + babel-traverse "^6.22.0" + babel-types "^6.22.0" + +babel-helper-get-function-arity@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.22.0.tgz#0beb464ad69dc7347410ac6ade9f03a50634f5ce" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.22.0" + +babel-helper-hoist-variables@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.22.0.tgz#3eacbf731d80705845dd2e9718f600cfb9b4ba72" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.22.0" + +babel-helper-optimise-call-expression@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.22.0.tgz#f8d5d4b40a6e2605a6a7f9d537b581bea3756d15" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.22.0" + +babel-helper-regex@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.22.0.tgz#79f532be1647b1f0ee3474b5f5c3da58001d247d" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.22.0" + lodash "^4.2.0" + +babel-helper-replace-supers@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.22.0.tgz#1fcee2270657548908c34db16bcc345f9850cf42" + dependencies: + babel-helper-optimise-call-expression "^6.22.0" + babel-messages "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + babel-traverse "^6.22.0" + babel-types "^6.22.0" + +babel-helpers@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.22.0.tgz#d275f55f2252b8101bff07bc0c556deda657392c" + dependencies: + babel-runtime "^6.22.0" + babel-template "^6.22.0" + +babel-messages@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.22.0.tgz#36066a214f1217e4ed4164867669ecb39e3ea575" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-check-es2015-constants@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-arrow-functions@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-block-scoping@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.22.0.tgz#00d6e3a0bebdcfe7536b9d653b44a9141e63e47e" + dependencies: + babel-runtime "^6.22.0" + babel-template "^6.22.0" + babel-traverse "^6.22.0" + babel-types "^6.22.0" + lodash "^4.2.0" + +babel-plugin-transform-es2015-classes@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.22.0.tgz#54d44998fd823d9dca15292324161c331c1b6f14" + dependencies: + babel-helper-define-map "^6.22.0" + babel-helper-function-name "^6.22.0" + babel-helper-optimise-call-expression "^6.22.0" + babel-helper-replace-supers "^6.22.0" + babel-messages "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + babel-traverse "^6.22.0" + babel-types "^6.22.0" + +babel-plugin-transform-es2015-computed-properties@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.22.0.tgz#7c383e9629bba4820c11b0425bdd6290f7f057e7" + dependencies: + babel-runtime "^6.22.0" + babel-template "^6.22.0" + +babel-plugin-transform-es2015-destructuring@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.22.0.tgz#8e0af2f885a0b2cf999d47c4c1dd23ce88cfa4c6" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-duplicate-keys@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.22.0.tgz#672397031c21610d72dd2bbb0ba9fb6277e1c36b" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.22.0" + +babel-plugin-transform-es2015-for-of@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.22.0.tgz#180467ad63aeea592a1caeee4bf1c8b3e2616265" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-function-name@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.22.0.tgz#f5fcc8b09093f9a23c76ac3d9e392c3ec4b77104" + dependencies: + babel-helper-function-name "^6.22.0" + babel-runtime "^6.22.0" + babel-types "^6.22.0" + +babel-plugin-transform-es2015-literals@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-modules-amd@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.22.0.tgz#bf69cd34889a41c33d90dfb740e0091ccff52f21" + dependencies: + babel-plugin-transform-es2015-modules-commonjs "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + +babel-plugin-transform-es2015-modules-commonjs@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.22.0.tgz#6ca04e22b8e214fb50169730657e7a07dc941145" + dependencies: + babel-plugin-transform-strict-mode "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + babel-types "^6.22.0" + +babel-plugin-transform-es2015-modules-systemjs@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.22.0.tgz#810cd0cd025a08383b84236b92c6e31f88e644ad" + dependencies: + babel-helper-hoist-variables "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + +babel-plugin-transform-es2015-modules-umd@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.22.0.tgz#60d0ba3bd23258719c64391d9bf492d648dc0fae" + dependencies: + babel-plugin-transform-es2015-modules-amd "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + +babel-plugin-transform-es2015-object-super@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.22.0.tgz#daa60e114a042ea769dd53fe528fc82311eb98fc" + dependencies: + babel-helper-replace-supers "^6.22.0" + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-parameters@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.22.0.tgz#57076069232019094f27da8c68bb7162fe208dbb" + dependencies: + babel-helper-call-delegate "^6.22.0" + babel-helper-get-function-arity "^6.22.0" + babel-runtime "^6.22.0" + babel-template "^6.22.0" + babel-traverse "^6.22.0" + babel-types "^6.22.0" + +babel-plugin-transform-es2015-shorthand-properties@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.22.0.tgz#8ba776e0affaa60bff21e921403b8a652a2ff723" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.22.0" + +babel-plugin-transform-es2015-spread@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-sticky-regex@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.22.0.tgz#ab316829e866ee3f4b9eb96939757d19a5bc4593" + dependencies: + babel-helper-regex "^6.22.0" + babel-runtime "^6.22.0" + babel-types "^6.22.0" + +babel-plugin-transform-es2015-template-literals@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-typeof-symbol@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.22.0.tgz#87faf2336d3b6a97f68c4d906b0cd0edeae676e1" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-unicode-regex@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.22.0.tgz#8d9cc27e7ee1decfe65454fb986452a04a613d20" + dependencies: + babel-helper-regex "^6.22.0" + babel-runtime "^6.22.0" + regexpu-core "^2.0.0" + +babel-plugin-transform-regenerator@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.22.0.tgz#65740593a319c44522157538d690b84094617ea6" + dependencies: + regenerator-transform "0.9.8" + +babel-plugin-transform-strict-mode@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.22.0.tgz#e008df01340fdc87e959da65991b7e05970c8c7c" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.22.0" + +babel-preset-es2015@^6.18.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.22.0.tgz#af5a98ecb35eb8af764ad8a5a05eb36dc4386835" + dependencies: + babel-plugin-check-es2015-constants "^6.22.0" + babel-plugin-transform-es2015-arrow-functions "^6.22.0" + babel-plugin-transform-es2015-block-scoped-functions "^6.22.0" + babel-plugin-transform-es2015-block-scoping "^6.22.0" + babel-plugin-transform-es2015-classes "^6.22.0" + babel-plugin-transform-es2015-computed-properties "^6.22.0" + babel-plugin-transform-es2015-destructuring "^6.22.0" + babel-plugin-transform-es2015-duplicate-keys "^6.22.0" + babel-plugin-transform-es2015-for-of "^6.22.0" + babel-plugin-transform-es2015-function-name "^6.22.0" + babel-plugin-transform-es2015-literals "^6.22.0" + babel-plugin-transform-es2015-modules-amd "^6.22.0" + babel-plugin-transform-es2015-modules-commonjs "^6.22.0" + babel-plugin-transform-es2015-modules-systemjs "^6.22.0" + babel-plugin-transform-es2015-modules-umd "^6.22.0" + babel-plugin-transform-es2015-object-super "^6.22.0" + babel-plugin-transform-es2015-parameters "^6.22.0" + babel-plugin-transform-es2015-shorthand-properties "^6.22.0" + babel-plugin-transform-es2015-spread "^6.22.0" + babel-plugin-transform-es2015-sticky-regex "^6.22.0" + babel-plugin-transform-es2015-template-literals "^6.22.0" + babel-plugin-transform-es2015-typeof-symbol "^6.22.0" + babel-plugin-transform-es2015-unicode-regex "^6.22.0" + babel-plugin-transform-regenerator "^6.22.0" + +babel-register@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.22.0.tgz#a61dd83975f9ca4a9e7d6eff3059494cd5ea4c63" + dependencies: + babel-core "^6.22.0" + babel-runtime "^6.22.0" + core-js "^2.4.0" + home-or-tmp "^2.0.0" + lodash "^4.2.0" + mkdirp "^0.5.1" + source-map-support "^0.4.2" + +babel-root-import@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/babel-root-import/-/babel-root-import-4.1.5.tgz#cb2b8163af1c4935d8fb570b5369154317a84f96" + dependencies: + slash "^1.0.0" + +babel-runtime@^6.18.0, babel-runtime@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.22.0.tgz#1cf8b4ac67c77a4ddb0db2ae1f74de52ac4ca611" + dependencies: + core-js "^2.4.0" + regenerator-runtime "^0.10.0" + +babel-template@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.22.0.tgz#403d110905a4626b317a2a1fcb8f3b73204b2edb" + dependencies: + babel-runtime "^6.22.0" + babel-traverse "^6.22.0" + babel-types "^6.22.0" + babylon "^6.11.0" + lodash "^4.2.0" + +babel-traverse@^6.22.0, babel-traverse@^6.22.1: + version "6.22.1" + resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.22.1.tgz#3b95cd6b7427d6f1f757704908f2fc9748a5f59f" + dependencies: + babel-code-frame "^6.22.0" + babel-messages "^6.22.0" + babel-runtime "^6.22.0" + babel-types "^6.22.0" + babylon "^6.15.0" + debug "^2.2.0" + globals "^9.0.0" + invariant "^2.2.0" + lodash "^4.2.0" + +babel-types@^6.19.0, babel-types@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.22.0.tgz#2a447e8d0ea25d2512409e4175479fd78cc8b1db" + dependencies: + babel-runtime "^6.22.0" + esutils "^2.0.2" + lodash "^4.2.0" + to-fast-properties "^1.0.1" + +babylon@^6.11.0, babylon@^6.15.0: + version "6.15.0" + resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.15.0.tgz#ba65cfa1a80e1759b0e89fb562e27dccae70348e" + +balanced-match@^0.4.1: + version "0.4.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838" + +bcrypt-pbkdf@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d" + dependencies: + tweetnacl "^0.14.3" + +beeper@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/beeper/-/beeper-1.1.1.tgz#e6d5ea8c5dad001304a70b22638447f69cb2f809" + +binary-extensions@^1.0.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774" + +block-stream@*: + version "0.0.9" + resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" + dependencies: + inherits "~2.0.0" + +boom@2.x.x: + version "2.10.1" + resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" + dependencies: + hoek "2.x.x" + +brace-expansion@^1.0.0: + version "1.1.6" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.6.tgz#7197d7eaa9b87e648390ea61fc66c84427420df9" + dependencies: + balanced-match "^0.4.1" + concat-map "0.0.1" + +braces@^1.8.2: + version "1.8.5" + resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" + dependencies: + expand-range "^1.8.1" + preserve "^0.2.0" + repeat-element "^1.1.2" + +buffer-shims@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51" + +builtin-modules@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" + +bump-regex@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/bump-regex/-/bump-regex-2.6.1.tgz#e2dd5d2fb542459c4eef275e0e2df26381f36120" + dependencies: + semver "^5.1.0" + xtend "^4.0.1" + +caller-path@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f" + dependencies: + callsites "^0.2.0" + +callsites@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca" + +camelcase-keys@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" + dependencies: + camelcase "^2.0.0" + map-obj "^1.0.0" + +camelcase@^1.0.2: + version "1.2.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" + +camelcase@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" + +camelcase@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" + +caseless@~0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" + +center-align@^0.1.1: + version "0.1.3" + resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad" + dependencies: + align-text "^0.1.3" + lazy-cache "^1.0.3" + +chalk@*, chalk@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174" + dependencies: + ansi-styles "^1.1.0" + escape-string-regexp "^1.0.0" + has-ansi "^0.1.0" + strip-ansi "^0.3.0" + supports-color "^0.2.0" + +chalk@^1.0.0, chalk@^1.1.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" + 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" + +chokidar@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2" + dependencies: + anymatch "^1.3.0" + async-each "^1.0.0" + glob-parent "^2.0.0" + inherits "^2.0.1" + is-binary-path "^1.0.0" + is-glob "^2.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.0.0" + optionalDependencies: + fsevents "^1.0.0" + +circular-json@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.1.tgz#be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d" + +cli-cursor@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" + dependencies: + restore-cursor "^1.0.1" + +cli-width@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.1.0.tgz#b234ca209b29ef66fc518d9b98d5847b00edf00a" + +cliui@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1" + dependencies: + center-align "^0.1.1" + right-align "^0.1.1" + wordwrap "0.0.2" + +cliui@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" + dependencies: + string-width "^1.0.1" + strip-ansi "^3.0.1" + wrap-ansi "^2.0.0" + +clone-stats@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" + +clone@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/clone/-/clone-0.2.0.tgz#c6126a90ad4f72dbf5acdb243cc37724fe93fc1f" + +clone@^1.0.0, clone@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.2.tgz#260b7a99ebb1edfe247538175f783243cb19d149" + +co@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" + +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" + +colors@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" + +combined-stream@^1.0.5, combined-stream@~1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" + dependencies: + delayed-stream "~1.0.0" + +commander@^2.9.0: + version "2.9.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4" + dependencies: + graceful-readlink ">= 1.0.0" + +compare-func@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-1.3.2.tgz#99dd0ba457e1f9bc722b12c08ec33eeab31fa648" + dependencies: + array-ify "^1.0.0" + dot-prop "^3.0.0" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + +concat-stream@^1.4.6, concat-stream@^1.5.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7" + dependencies: + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +console-control-strings@^1.0.0, console-control-strings@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + +conventional-changelog-angular@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-1.3.0.tgz#3f64185978aa13ab0954c9e46a78969fd59c6801" + dependencies: + compare-func "^1.3.1" + github-url-from-git "^1.4.0" + q "^1.4.1" + +conventional-changelog-atom@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-0.1.0.tgz#67a47c66a42b2f8909ef1587c9989ae1de730b92" + dependencies: + q "^1.4.1" + +conventional-changelog-codemirror@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.1.0.tgz#7577a591dbf9b538e7a150a7ee62f65a2872b334" + dependencies: + q "^1.4.1" + +conventional-changelog-core@^1.3.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-1.5.0.tgz#72b17509535a23d7c6cb70ad4384f74247748013" + dependencies: + conventional-changelog-writer "^1.1.0" + conventional-commits-parser "^1.0.0" + dateformat "^1.0.12" + get-pkg-repo "^1.0.0" + git-raw-commits "^1.1.0" + git-remote-origin-url "^2.0.0" + git-semver-tags "^1.1.0" + lodash "^4.0.0" + normalize-package-data "^2.3.5" + q "^1.4.1" + read-pkg "^1.1.0" + read-pkg-up "^1.0.1" + through2 "^2.0.0" + +conventional-changelog-ember@^0.2.0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/conventional-changelog-ember/-/conventional-changelog-ember-0.2.2.tgz#bad70a891386bc3046484a8f4f1e5aa2dc0ad208" + dependencies: + q "^1.4.1" + +conventional-changelog-eslint@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-eslint/-/conventional-changelog-eslint-0.1.0.tgz#a52411e999e0501ce500b856b0a643d0330907e2" + dependencies: + q "^1.4.1" + +conventional-changelog-express@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-express/-/conventional-changelog-express-0.1.0.tgz#55c6c841c811962036c037bdbd964a54ae310fce" + dependencies: + q "^1.4.1" + +conventional-changelog-jquery@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-jquery/-/conventional-changelog-jquery-0.1.0.tgz#0208397162e3846986e71273b6c79c5b5f80f510" + dependencies: + q "^1.4.1" + +conventional-changelog-jscs@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-jscs/-/conventional-changelog-jscs-0.1.0.tgz#0479eb443cc7d72c58bf0bcf0ef1d444a92f0e5c" + dependencies: + q "^1.4.1" + +conventional-changelog-jshint@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-0.1.0.tgz#00cab8e9a3317487abd94c4d84671342918d2a07" + dependencies: + compare-func "^1.3.1" + q "^1.4.1" + +conventional-changelog-writer@^1.1.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-1.4.1.tgz#3f4cb4d003ebb56989d30d345893b52a43639c8e" + dependencies: + compare-func "^1.3.1" + conventional-commits-filter "^1.0.0" + dateformat "^1.0.11" + handlebars "^4.0.2" + json-stringify-safe "^5.0.1" + lodash "^4.0.0" + meow "^3.3.0" + semver "^5.0.1" + split "^1.0.0" + through2 "^2.0.0" + +conventional-changelog@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-1.1.0.tgz#8ae3fb59feb74bbee0a25833ee1f83dad4a07874" + dependencies: + conventional-changelog-angular "^1.0.0" + conventional-changelog-atom "^0.1.0" + conventional-changelog-codemirror "^0.1.0" + conventional-changelog-core "^1.3.0" + conventional-changelog-ember "^0.2.0" + conventional-changelog-eslint "^0.1.0" + conventional-changelog-express "^0.1.0" + conventional-changelog-jquery "^0.1.0" + conventional-changelog-jscs "^0.1.0" + conventional-changelog-jshint "^0.1.0" + +conventional-commits-filter@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-1.0.0.tgz#6fc2a659372bc3f2339cf9ffff7e1b0344b93039" + dependencies: + is-subset "^0.1.1" + modify-values "^1.0.0" + +conventional-commits-parser@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-1.3.0.tgz#e327b53194e1a7ad5dc63479ee9099a52b024865" + dependencies: + JSONStream "^1.0.4" + is-text-path "^1.0.0" + lodash "^4.2.1" + meow "^3.3.0" + split2 "^2.0.0" + through2 "^2.0.0" + trim-off-newlines "^1.0.0" + +convert-source-map@^1.1.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.3.0.tgz#e9f3e9c6e2728efc2676696a70eb382f73106a67" + +core-js@^2.4.0: + version "2.4.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e" + +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" + +cryptiles@2.x.x: + version "2.0.5" + resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" + dependencies: + boom "2.x.x" + +currently-unhandled@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" + dependencies: + array-find-index "^1.0.1" + +d@^0.1.1, d@~0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/d/-/d-0.1.1.tgz#da184c535d18d8ee7ba2aa229b914009fae11309" + dependencies: + es5-ext "~0.10.2" + +dargs@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/dargs/-/dargs-4.1.0.tgz#03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17" + dependencies: + number-is-nan "^1.0.0" + +dashdash@^1.12.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + dependencies: + assert-plus "^1.0.0" + +dateformat@^1.0.11, dateformat@^1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-1.0.12.tgz#9f124b67594c937ff706932e4a642cca8dbbfee9" + dependencies: + get-stdin "^4.0.1" + meow "^3.3.0" + +dateformat@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.0.0.tgz#2743e3abb5c3fc2462e527dca445e04e9f4dee17" + +debug@^2.1.1, debug@^2.2.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b" + dependencies: + ms "0.7.2" + +debug@~2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" + dependencies: + ms "0.7.1" + +decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + +deep-extend@~0.4.0: + version "0.4.1" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.1.tgz#efe4113d08085f4e6f9687759810f807469e2253" + +deep-is@~0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" + +defaults@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" + dependencies: + clone "^1.0.2" + +del@^2.0.2, del@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8" + dependencies: + globby "^5.0.0" + is-path-cwd "^1.0.0" + is-path-in-cwd "^1.0.0" + object-assign "^4.0.1" + pify "^2.0.0" + pinkie-promise "^2.0.0" + rimraf "^2.2.8" + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + +delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + +deprecated@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/deprecated/-/deprecated-0.0.1.tgz#f9c9af5464afa1e7a971458a8bdef2aa94d5bb19" + +detect-file@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-0.1.0.tgz#4935dedfd9488648e006b0129566e9386711ea63" + dependencies: + fs-exists-sync "^0.1.0" + +detect-indent@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" + dependencies: + repeating "^2.0.0" + +doctrine@^1.2.2: + version "1.5.0" + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" + dependencies: + esutils "^2.0.2" + isarray "^1.0.0" + +dot-prop@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177" + dependencies: + is-obj "^1.0.0" + +duplexer2@0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz#c614dcf67e2fb14995a91711e5a617e8a60a31db" + dependencies: + readable-stream "~1.1.9" + +ecc-jsbn@~0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" + dependencies: + jsbn "~0.1.0" + +end-of-stream@~0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-0.1.5.tgz#8e177206c3c80837d85632e8b9359dfe8b2f6eaf" + dependencies: + once "~1.3.0" + +error-ex@^1.2.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.0.tgz#e67b43f3e82c96ea3a584ffee0b9fc3325d802d9" + dependencies: + is-arrayish "^0.2.1" + +es5-ext@^0.10.7, es5-ext@^0.10.8, es5-ext@~0.10.11, es5-ext@~0.10.2, es5-ext@~0.10.7: + version "0.10.12" + resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.12.tgz#aa84641d4db76b62abba5e45fd805ecbab140047" + dependencies: + es6-iterator "2" + es6-symbol "~3.1" + +es6-iterator@2: + version "2.0.0" + resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.0.tgz#bd968567d61635e33c0b80727613c9cb4b096bac" + dependencies: + d "^0.1.1" + es5-ext "^0.10.7" + es6-symbol "3" + +es6-map@^0.1.3: + version "0.1.4" + resolved "https://registry.yarnpkg.com/es6-map/-/es6-map-0.1.4.tgz#a34b147be224773a4d7da8072794cefa3632b897" + dependencies: + d "~0.1.1" + es5-ext "~0.10.11" + es6-iterator "2" + es6-set "~0.1.3" + es6-symbol "~3.1.0" + event-emitter "~0.3.4" + +es6-set@~0.1.3: + version "0.1.4" + resolved "https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.4.tgz#9516b6761c2964b92ff479456233a247dc707ce8" + dependencies: + d "~0.1.1" + es5-ext "~0.10.11" + es6-iterator "2" + es6-symbol "3" + event-emitter "~0.3.4" + +es6-symbol@3, es6-symbol@~3.1, es6-symbol@~3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.0.tgz#94481c655e7a7cad82eba832d97d5433496d7ffa" + dependencies: + d "~0.1.1" + es5-ext "~0.10.11" + +es6-weak-map@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/es6-weak-map/-/es6-weak-map-2.0.1.tgz#0d2bbd8827eb5fb4ba8f97fbfea50d43db21ea81" + dependencies: + d "^0.1.1" + es5-ext "^0.10.8" + es6-iterator "2" + es6-symbol "3" + +escape-string-regexp@^1.0.0, 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" + +escope@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/escope/-/escope-3.6.0.tgz#e01975e812781a163a6dadfdd80398dc64c889c3" + dependencies: + es6-map "^0.1.3" + es6-weak-map "^2.0.1" + esrecurse "^4.1.0" + estraverse "^4.1.1" + +eslint-plugin-standard@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-2.0.1.tgz#3589699ff9c917f2c25f76a916687f641c369ff3" + +eslint@^3.11.0: + version "3.15.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.15.0.tgz#bdcc6a6c5ffe08160e7b93c066695362a91e30f2" + dependencies: + babel-code-frame "^6.16.0" + chalk "^1.1.3" + concat-stream "^1.4.6" + debug "^2.1.1" + doctrine "^1.2.2" + escope "^3.6.0" + espree "^3.4.0" + estraverse "^4.2.0" + esutils "^2.0.2" + file-entry-cache "^2.0.0" + glob "^7.0.3" + globals "^9.14.0" + ignore "^3.2.0" + imurmurhash "^0.1.4" + inquirer "^0.12.0" + is-my-json-valid "^2.10.0" + is-resolvable "^1.0.0" + js-yaml "^3.5.1" + json-stable-stringify "^1.0.0" + levn "^0.3.0" + lodash "^4.0.0" + mkdirp "^0.5.0" + natural-compare "^1.4.0" + optionator "^0.8.2" + path-is-inside "^1.0.1" + pluralize "^1.2.1" + progress "^1.1.8" + require-uncached "^1.0.2" + shelljs "^0.7.5" + strip-bom "^3.0.0" + strip-json-comments "~2.0.1" + table "^3.7.8" + text-table "~0.2.0" + user-home "^2.0.0" + +espree@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/espree/-/espree-3.4.0.tgz#41656fa5628e042878025ef467e78f125cb86e1d" + dependencies: + acorn "4.0.4" + acorn-jsx "^3.0.0" + +esprima@^2.6.0: + version "2.7.3" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581" + +esrecurse@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.1.0.tgz#4713b6536adf7f2ac4f327d559e7756bff648220" + dependencies: + estraverse "~4.1.0" + object-assign "^4.0.1" + +estraverse@^4.1.1, estraverse@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" + +estraverse@~4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.1.1.tgz#f6caca728933a850ef90661d0e17982ba47111a2" + +esutils@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" + +event-emitter@~0.3.4: + version "0.3.4" + resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.4.tgz#8d63ddfb4cfe1fae3b32ca265c4c720222080bb5" + dependencies: + d "~0.1.1" + es5-ext "~0.10.7" + +exit-hook@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" + +expand-brackets@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" + dependencies: + is-posix-bracket "^0.1.0" + +expand-range@^1.8.1: + version "1.8.2" + resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" + dependencies: + fill-range "^2.1.0" + +expand-tilde@^1.2.1, expand-tilde@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-1.2.2.tgz#0b81eba897e5a3d31d1c3d102f8f01441e559449" + dependencies: + os-homedir "^1.0.1" + +extend-shallow@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-1.1.4.tgz#19d6bf94dfc09d76ba711f39b872d21ff4dd9071" + dependencies: + kind-of "^1.1.0" + +extend@^3.0.0, extend@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.0.tgz#5a474353b9f3353ddd8176dfd37b91c83a46f1d4" + +extglob@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" + dependencies: + is-extglob "^1.0.0" + +extsprintf@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550" + +fancy-log@^1.1.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.0.tgz#45be17d02bb9917d60ccffd4995c999e6c8c9948" + dependencies: + chalk "^1.1.1" + time-stamp "^1.0.0" + +fast-levenshtein@~2.0.4: + version "2.0.6" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + +figures@^1.3.5: + version "1.7.0" + resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" + dependencies: + escape-string-regexp "^1.0.5" + object-assign "^4.1.0" + +file-entry-cache@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361" + dependencies: + flat-cache "^1.2.1" + object-assign "^4.0.1" + +filename-regex@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.0.tgz#996e3e80479b98b9897f15a8a58b3d084e926775" + +fill-range@^2.1.0: + version "2.2.3" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963699fe7a8485a723" + dependencies: + is-number "^2.1.0" + isobject "^2.0.0" + randomatic "^1.1.3" + repeat-element "^1.1.2" + repeat-string "^1.5.2" + +find-index@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/find-index/-/find-index-0.1.1.tgz#675d358b2ca3892d795a1ab47232f8b6e2e0dde4" + +find-up@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + dependencies: + path-exists "^2.0.0" + pinkie-promise "^2.0.0" + +findup-sync@^0.4.2: + version "0.4.3" + resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-0.4.3.tgz#40043929e7bc60adf0b7f4827c4c6e75a0deca12" + dependencies: + detect-file "^0.1.0" + is-glob "^2.0.1" + micromatch "^2.3.7" + resolve-dir "^0.1.0" + +fined@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/fined/-/fined-1.0.2.tgz#5b28424b760d7598960b7ef8480dff8ad3660e97" + dependencies: + expand-tilde "^1.2.1" + lodash.assignwith "^4.0.7" + lodash.isempty "^4.2.1" + lodash.isplainobject "^4.0.4" + lodash.isstring "^4.0.1" + lodash.pick "^4.2.1" + parse-filepath "^1.0.1" + +first-chunk-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz#59bfb50cd905f60d7c394cd3d9acaab4e6ad934e" + +first-chunk-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/first-chunk-stream/-/first-chunk-stream-2.0.0.tgz#1bdecdb8e083c0664b91945581577a43a9f31d70" + dependencies: + readable-stream "^2.0.2" + +flagged-respawn@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/flagged-respawn/-/flagged-respawn-0.3.2.tgz#ff191eddcd7088a675b2610fffc976be9b8074b5" + +flat-cache@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.2.2.tgz#fa86714e72c21db88601761ecf2f555d1abc6b96" + dependencies: + circular-json "^0.3.1" + del "^2.0.2" + graceful-fs "^4.1.2" + write "^0.2.1" + +for-in@^0.1.5: + version "0.1.6" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.6.tgz#c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8" + +for-own@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.4.tgz#0149b41a39088c7515f51ebe1c1386d45f935072" + dependencies: + for-in "^0.1.5" + +forever-agent@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + +form-data@~2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.2.tgz#89c3534008b97eada4cbb157d58f6f5df025eae4" + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.5" + mime-types "^2.1.12" + +fs-exists-sync@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + +fsevents@^1.0.0: + version "1.0.17" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.0.17.tgz#8537f3f12272678765b4fd6528c0f1f66f8f4558" + dependencies: + nan "^2.3.0" + node-pre-gyp "^0.6.29" + +fstream-ignore@~1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105" + dependencies: + fstream "^1.0.0" + inherits "2" + minimatch "^3.0.0" + +fstream@^1.0.0, fstream@^1.0.2, fstream@~1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.10.tgz#604e8a92fe26ffd9f6fae30399d4984e1ab22822" + dependencies: + graceful-fs "^4.1.2" + inherits "~2.0.0" + mkdirp ">=0.5 0" + rimraf "2" + +gauge@~2.7.1: + version "2.7.2" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.2.tgz#15cecc31b02d05345a5d6b0e171cdb3ad2307774" + dependencies: + aproba "^1.0.3" + console-control-strings "^1.0.0" + has-unicode "^2.0.0" + object-assign "^4.1.0" + signal-exit "^3.0.0" + string-width "^1.0.1" + strip-ansi "^3.0.1" + supports-color "^0.2.0" + wide-align "^1.1.0" + +gaze@^0.5.1: + version "0.5.2" + resolved "https://registry.yarnpkg.com/gaze/-/gaze-0.5.2.tgz#40b709537d24d1d45767db5a908689dfe69ac44f" + dependencies: + globule "~0.1.0" + +generate-function@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74" + +generate-object-property@^1.1.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/generate-object-property/-/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0" + dependencies: + is-property "^1.0.0" + +get-caller-file@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5" + +get-pkg-repo@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-1.3.0.tgz#43c6b4c048b75dd604fc5388edecde557f6335df" + dependencies: + hosted-git-info "^2.1.4" + meow "^3.3.0" + normalize-package-data "^2.3.0" + parse-github-repo-url "^1.3.0" + through2 "^2.0.0" + +get-stdin@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" + +getpass@^0.1.1: + version "0.1.6" + resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.6.tgz#283ffd9fc1256840875311c1b60e8c40187110e6" + dependencies: + assert-plus "^1.0.0" + +git-raw-commits@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-1.1.2.tgz#a12d8492aeba2881802d700825ed81c9f39e6f2f" + dependencies: + dargs "^4.0.1" + lodash.template "^4.0.2" + meow "^3.3.0" + split2 "^2.0.0" + through2 "^2.0.0" + +git-remote-origin-url@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz#5282659dae2107145a11126112ad3216ec5fa65f" + dependencies: + gitconfiglocal "^1.0.0" + pify "^2.3.0" + +git-semver-tags@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-1.1.2.tgz#aecf9b1b2447a6b548d48647f53edba0acad879f" + dependencies: + meow "^3.3.0" + semver "^5.0.1" + +gitconfiglocal@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b" + dependencies: + ini "^1.3.2" + +github-url-from-git@^1.4.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/github-url-from-git/-/github-url-from-git-1.5.0.tgz#f985fedcc0a9aa579dc88d7aff068d55cc6251a0" + +glob-base@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" + dependencies: + glob-parent "^2.0.0" + is-glob "^2.0.0" + +glob-parent@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" + dependencies: + is-glob "^2.0.0" + +glob-parent@^3.0.1: + version "3.1.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" + dependencies: + is-glob "^3.1.0" + path-dirname "^1.0.0" + +glob-stream@^3.1.5: + version "3.1.18" + resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-3.1.18.tgz#9170a5f12b790306fdfe598f313f8f7954fd143b" + dependencies: + glob "^4.3.1" + glob2base "^0.0.12" + minimatch "^2.0.1" + ordered-read-streams "^0.1.0" + through2 "^0.6.1" + unique-stream "^1.0.0" + +glob-watcher@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/glob-watcher/-/glob-watcher-0.0.6.tgz#b95b4a8df74b39c83298b0c05c978b4d9a3b710b" + dependencies: + gaze "^0.5.1" + +glob2base@^0.0.12: + version "0.0.12" + resolved "https://registry.yarnpkg.com/glob2base/-/glob2base-0.0.12.tgz#9d419b3e28f12e83a362164a277055922c9c0d56" + dependencies: + find-index "^0.1.1" + +glob@^4.3.1: + version "4.5.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-4.5.3.tgz#c6cb73d3226c1efef04de3c56d012f03377ee15f" + dependencies: + inflight "^1.0.4" + inherits "2" + minimatch "^2.0.1" + once "^1.3.0" + +glob@^7.0.0, glob@^7.0.3, glob@^7.0.5: + version "7.1.1" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8" + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.2" + once "^1.3.0" + path-is-absolute "^1.0.0" + +glob@~3.1.21: + version "3.1.21" + resolved "https://registry.yarnpkg.com/glob/-/glob-3.1.21.tgz#d29e0a055dea5138f4d07ed40e8982e83c2066cd" + dependencies: + graceful-fs "~1.2.0" + inherits "1" + minimatch "~0.2.11" + +global-modules@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-0.2.3.tgz#ea5a3bed42c6d6ce995a4f8a1269b5dae223828d" + dependencies: + global-prefix "^0.1.4" + is-windows "^0.2.0" + +global-prefix@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-0.1.5.tgz#8d3bc6b8da3ca8112a160d8d496ff0462bfef78f" + dependencies: + homedir-polyfill "^1.0.0" + ini "^1.3.4" + is-windows "^0.2.0" + which "^1.2.12" + +globals@^9.0.0, globals@^9.14.0: + version "9.14.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-9.14.0.tgz#8859936af0038741263053b39d0e76ca241e4034" + +globby@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d" + dependencies: + array-union "^1.0.1" + arrify "^1.0.0" + glob "^7.0.3" + object-assign "^4.0.1" + pify "^2.0.0" + pinkie-promise "^2.0.0" + +globule@~0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/globule/-/globule-0.1.0.tgz#d9c8edde1da79d125a151b79533b978676346ae5" + dependencies: + glob "~3.1.21" + lodash "~1.0.1" + minimatch "~0.2.11" + +glogg@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/glogg/-/glogg-1.0.0.tgz#7fe0f199f57ac906cf512feead8f90ee4a284fc5" + dependencies: + sparkles "^1.0.0" + +graceful-fs@^3.0.0: + version "3.0.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-3.0.11.tgz#7613c778a1afea62f25c630a086d7f3acbbdd818" + dependencies: + natives "^1.1.0" + +graceful-fs@^4.1.2: + version "4.1.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" + +graceful-fs@~1.2.0: + version "1.2.3" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-1.2.3.tgz#15a4806a57547cb2d2dbf27f42e89a8c3451b364" + +"graceful-readlink@>= 1.0.0": + version "1.0.1" + resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" + +gulp-bump@^2.4.0: + version "2.6.1" + resolved "https://registry.yarnpkg.com/gulp-bump/-/gulp-bump-2.6.1.tgz#9d27a9ec0e1b8608c39bb41238a35e860281bb18" + dependencies: + bump-regex "^2.6.1" + plugin-error "^0.1.2" + plugin-log "^0.1.0" + semver "^5.3.0" + through2 "^2.0.1" + +gulp-conventional-changelog@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/gulp-conventional-changelog/-/gulp-conventional-changelog-1.1.0.tgz#0aae0c02da3ec45a7b4fe258295e491b47ffa202" + dependencies: + add-stream "^1.0.0" + concat-stream "^1.5.0" + conventional-changelog "^1.1.0" + gulp-util "^3.0.6" + object-assign "^4.0.1" + through2 "^2.0.0" + +gulp-stats@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/gulp-stats/-/gulp-stats-0.0.4.tgz#f216c2bc079cb890cebf5d6aaa3b1eb397d12bab" + dependencies: + chalk "^0.5.1" + pretty-hrtime "^1.0.0" + text-table "^0.2.0" + +gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.6, gulp-util@^3.0.7: + version "3.0.8" + resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" + dependencies: + array-differ "^1.0.0" + array-uniq "^1.0.2" + beeper "^1.0.0" + chalk "^1.0.0" + dateformat "^2.0.0" + fancy-log "^1.1.0" + gulplog "^1.0.0" + has-gulplog "^0.1.0" + lodash._reescape "^3.0.0" + lodash._reevaluate "^3.0.0" + lodash._reinterpolate "^3.0.0" + lodash.template "^3.0.0" + minimist "^1.1.0" + multipipe "^0.1.2" + object-assign "^3.0.0" + replace-ext "0.0.1" + through2 "^2.0.0" + vinyl "^0.5.0" + +gulp-watch@^4.3.8: + version "4.3.11" + resolved "https://registry.yarnpkg.com/gulp-watch/-/gulp-watch-4.3.11.tgz#162fc563de9fc770e91f9a7ce3955513a9a118c0" + dependencies: + anymatch "^1.3.0" + chokidar "^1.6.1" + glob-parent "^3.0.1" + gulp-util "^3.0.7" + object-assign "^4.1.0" + path-is-absolute "^1.0.1" + readable-stream "^2.2.2" + slash "^1.0.0" + vinyl "^1.2.0" + vinyl-file "^2.0.0" + +gulp@^3.9.1: + version "3.9.1" + resolved "https://registry.yarnpkg.com/gulp/-/gulp-3.9.1.tgz#571ce45928dd40af6514fc4011866016c13845b4" + dependencies: + archy "^1.0.0" + chalk "^1.0.0" + deprecated "^0.0.1" + gulp-util "^3.0.0" + interpret "^1.0.0" + liftoff "^2.1.0" + minimist "^1.1.0" + orchestrator "^0.3.0" + pretty-hrtime "^1.0.0" + semver "^4.1.0" + tildify "^1.0.0" + v8flags "^2.0.2" + vinyl-fs "^0.3.0" + +gulplog@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gulplog/-/gulplog-1.0.0.tgz#e28c4d45d05ecbbed818363ce8f9c5926229ffe5" + dependencies: + glogg "^1.0.0" + +handlebars@^4.0.2: + version "4.0.6" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.6.tgz#2ce4484850537f9c97a8026d5399b935c4ed4ed7" + dependencies: + async "^1.4.0" + optimist "^0.6.1" + source-map "^0.4.4" + optionalDependencies: + uglify-js "^2.6" + +har-validator@~2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d" + dependencies: + chalk "^1.1.1" + commander "^2.9.0" + is-my-json-valid "^2.12.4" + pinkie-promise "^2.0.0" + +has-ansi@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-0.1.0.tgz#84f265aae8c0e6a88a12d7022894b7568894c62e" + dependencies: + ansi-regex "^0.2.0" + +has-ansi@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" + dependencies: + ansi-regex "^2.0.0" + +has-gulplog@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/has-gulplog/-/has-gulplog-0.1.0.tgz#6414c82913697da51590397dafb12f22967811ce" + dependencies: + sparkles "^1.0.0" + +has-unicode@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + +hawk@~3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" + dependencies: + boom "2.x.x" + cryptiles "2.x.x" + hoek "2.x.x" + sntp "1.x.x" + +hoek@2.x.x: + version "2.16.3" + resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" + +home-or-tmp@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.1" + +homedir-polyfill@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc" + dependencies: + parse-passwd "^1.0.0" + +hosted-git-info@^2.1.4: + version "2.1.5" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.1.5.tgz#0ba81d90da2e25ab34a332e6ec77936e1598118b" + +http-signature@~1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" + dependencies: + assert-plus "^0.2.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + +ignore@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.2.tgz#1c51e1ef53bab6ddc15db4d9ac4ec139eceb3410" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + +indent-string@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" + dependencies: + repeating "^2.0.0" + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-1.0.2.tgz#ca4309dadee6b54cc0b8d247e8d7c7a0975bdc9b" + +inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + +ini@^1.3.2, ini@^1.3.4, ini@~1.3.0: + version "1.3.4" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e" + +inquirer@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-0.12.0.tgz#1ef2bfd63504df0bc75785fff8c2c41df12f077e" + 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" + +interpret@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.1.tgz#d579fb7f693b858004947af39fa0db49f795602c" + +invariant@^2.2.0: + version "2.2.2" + resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360" + dependencies: + loose-envify "^1.0.0" + +invert-kv@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" + +is-absolute@^0.2.3: + version "0.2.6" + resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-0.2.6.tgz#20de69f3db942ef2d87b9c2da36f172235b1b5eb" + dependencies: + is-relative "^0.2.1" + is-windows "^0.2.0" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + +is-binary-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + dependencies: + binary-extensions "^1.0.0" + +is-buffer@^1.0.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.4.tgz#cfc86ccd5dc5a52fa80489111c6920c457e2d98b" + +is-builtin-module@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe" + dependencies: + builtin-modules "^1.0.0" + +is-dotfile@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.2.tgz#2c132383f39199f8edc268ca01b9b007d205cc4d" + +is-equal-shallow@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" + dependencies: + is-primitive "^2.0.0" + +is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + +is-extglob@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" + +is-extglob@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + +is-finite@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" + dependencies: + number-is-nan "^1.0.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" + 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" + +is-glob@^2.0.0, is-glob@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" + dependencies: + is-extglob "^1.0.0" + +is-glob@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" + dependencies: + is-extglob "^2.1.0" + +is-my-json-valid@^2.10.0, is-my-json-valid@^2.12.4: + version "2.15.0" + resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz#936edda3ca3c211fd98f3b2d3e08da43f7b2915b" + dependencies: + generate-function "^2.0.0" + generate-object-property "^1.1.0" + jsonpointer "^4.0.0" + xtend "^4.0.0" + +is-number@^2.0.2, is-number@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" + dependencies: + kind-of "^3.0.2" + +is-obj@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + +is-path-cwd@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" + +is-path-in-cwd@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz#6477582b8214d602346094567003be8a9eac04dc" + dependencies: + is-path-inside "^1.0.0" + +is-path-inside@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.0.tgz#fc06e5a1683fbda13de667aff717bbc10a48f37f" + dependencies: + path-is-inside "^1.0.1" + +is-posix-bracket@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" + +is-primitive@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" + +is-property@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" + +is-relative@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-0.2.1.tgz#d27f4c7d516d175fb610db84bbeef23c3bc97aa5" + dependencies: + is-unc-path "^0.1.1" + +is-resolvable@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.0.0.tgz#8df57c61ea2e3c501408d100fb013cf8d6e0cc62" + dependencies: + tryit "^1.0.1" + +is-subset@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" + +is-text-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e" + dependencies: + text-extensions "^1.0.0" + +is-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + +is-unc-path@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/is-unc-path/-/is-unc-path-0.1.2.tgz#6ab053a72573c10250ff416a3814c35178af39b9" + dependencies: + unc-path-regex "^0.1.0" + +is-utf8@^0.2.0: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" + +is-windows@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-0.2.0.tgz#de1aa6d63ea29dd248737b69f1ff8b8002d2108c" + +isarray@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" + +isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + +isexe@^1.1.1: + version "1.1.2" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-1.1.2.tgz#36f3e22e60750920f5e7241a476a8c6a42275ad0" + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + dependencies: + isarray "1.0.0" + +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + +jodid25519@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/jodid25519/-/jodid25519-1.0.2.tgz#06d4912255093419477d425633606e0e90782967" + dependencies: + jsbn "~0.1.0" + +js-tokens@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7" + +js-yaml@^3.5.1: + version "3.7.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80" + dependencies: + argparse "^1.0.7" + esprima "^2.6.0" + +jsbn@~0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.0.tgz#650987da0dd74f4ebf5a11377a2aa2d273e97dfd" + +jsesc@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" + +jsesc@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + +json-schema@0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" + +json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" + dependencies: + jsonify "~0.0.0" + +json-stringify-safe@^5.0.1, 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" + +json5@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" + +jsonify@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" + +jsonparse@^1.2.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.0.tgz#85fc245b1d9259acc6941960b905adf64e7de0e8" + +jsonpointer@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" + +jsprim@^1.2.2: + version "1.3.1" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.3.1.tgz#2a7256f70412a29ee3670aaca625994c4dcff252" + dependencies: + extsprintf "1.0.2" + json-schema "0.2.3" + verror "1.3.6" + +kind-of@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44" + +kind-of@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.1.0.tgz#475d698a5e49ff5e53d14e3e732429dc8bf4cf47" + dependencies: + is-buffer "^1.0.2" + +lazy-cache@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" + +lcid@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" + dependencies: + invert-kv "^1.0.0" + +levn@^0.3.0, levn@~0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" + dependencies: + prelude-ls "~1.1.2" + type-check "~0.3.2" + +liftoff@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-2.3.0.tgz#a98f2ff67183d8ba7cfaca10548bd7ff0550b385" + dependencies: + extend "^3.0.0" + findup-sync "^0.4.2" + fined "^1.0.1" + flagged-respawn "^0.3.2" + lodash.isplainobject "^4.0.4" + lodash.isstring "^4.0.1" + lodash.mapvalues "^4.4.0" + rechoir "^0.6.2" + resolve "^1.1.7" + +load-json-file@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" + dependencies: + graceful-fs "^4.1.2" + parse-json "^2.2.0" + pify "^2.0.0" + pinkie-promise "^2.0.0" + strip-bom "^2.0.0" + +lodash._basecopy@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36" + +lodash._basetostring@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz#d1861d877f824a52f669832dcaf3ee15566a07d5" + +lodash._basevalues@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz#5b775762802bde3d3297503e26300820fdf661b7" + +lodash._getnative@^3.0.0: + version "3.9.1" + resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" + +lodash._isiterateecall@^3.0.0: + version "3.0.9" + resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c" + +lodash._reescape@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._reescape/-/lodash._reescape-3.0.0.tgz#2b1d6f5dfe07c8a355753e5f27fac7f1cde1616a" + +lodash._reevaluate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz#58bc74c40664953ae0b124d806996daca431e2ed" + +lodash._reinterpolate@^3.0.0, lodash._reinterpolate@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" + +lodash._root@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692" + +lodash.assignwith@^4.0.7: + version "4.2.0" + resolved "https://registry.yarnpkg.com/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz#127a97f02adc41751a954d24b0de17e100e038eb" + +lodash.escape@^3.0.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-3.2.0.tgz#995ee0dc18c1b48cc92effae71a10aab5b487698" + dependencies: + lodash._root "^3.0.0" + +lodash.isarguments@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" + +lodash.isarray@^3.0.0: + version "3.0.4" + resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55" + +lodash.isempty@^4.2.1: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e" + +lodash.isplainobject@^4.0.4: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + +lodash.isstring@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" + +lodash.keys@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a" + dependencies: + lodash._getnative "^3.0.0" + lodash.isarguments "^3.0.0" + lodash.isarray "^3.0.0" + +lodash.mapvalues@^4.4.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz#1bafa5005de9dd6f4f26668c30ca37230cc9689c" + +lodash.pick@^4.2.1: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3" + +lodash.restparam@^3.0.0: + version "3.6.1" + resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" + +lodash.template@^3.0.0: + version "3.6.2" + resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f" + dependencies: + lodash._basecopy "^3.0.0" + lodash._basetostring "^3.0.0" + lodash._basevalues "^3.0.0" + lodash._isiterateecall "^3.0.0" + lodash._reinterpolate "^3.0.0" + lodash.escape "^3.0.0" + lodash.keys "^3.0.0" + lodash.restparam "^3.0.0" + lodash.templatesettings "^3.0.0" + +lodash.template@^4.0.2: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.4.0.tgz#e73a0385c8355591746e020b99679c690e68fba0" + dependencies: + lodash._reinterpolate "~3.0.0" + lodash.templatesettings "^4.0.0" + +lodash.templatesettings@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz#fb307844753b66b9f1afa54e262c745307dba8e5" + dependencies: + lodash._reinterpolate "^3.0.0" + lodash.escape "^3.0.0" + +lodash.templatesettings@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz#2b4d4e95ba440d915ff08bc899e4553666713316" + dependencies: + lodash._reinterpolate "~3.0.0" + +lodash@^4.0.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: + version "4.17.4" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" + +lodash@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.0.2.tgz#8f57560c83b59fc270bd3d561b690043430e2551" + +longest@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" + +loose-envify@^1.0.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848" + dependencies: + js-tokens "^3.0.0" + +loud-rejection@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" + dependencies: + currently-unhandled "^0.4.1" + signal-exit "^3.0.0" + +lru-cache@2: + version "2.7.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.7.3.tgz#6d4524e8b955f95d4f5b58851ce21dd72fb4e952" + +map-cache@^0.2.0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + +map-obj@^1.0.0, map-obj@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" + +meow@^3.3.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" + dependencies: + camelcase-keys "^2.0.0" + decamelize "^1.1.2" + loud-rejection "^1.0.0" + map-obj "^1.0.1" + minimist "^1.1.3" + normalize-package-data "^2.3.4" + object-assign "^4.0.1" + read-pkg-up "^1.0.1" + redent "^1.0.0" + trim-newlines "^1.0.0" + +micromatch@^2.1.5, micromatch@^2.3.7: + version "2.3.11" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" + dependencies: + arr-diff "^2.0.0" + array-unique "^0.2.1" + braces "^1.8.2" + expand-brackets "^0.1.4" + extglob "^0.3.1" + filename-regex "^2.0.0" + is-extglob "^1.0.0" + is-glob "^2.0.1" + kind-of "^3.0.2" + normalize-path "^2.0.1" + object.omit "^2.0.0" + parse-glob "^3.0.4" + regex-cache "^0.4.2" + +mime-db@~1.26.0: + version "1.26.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.26.0.tgz#eaffcd0e4fc6935cf8134da246e2e6c35305adff" + +mime-types@^2.1.12, mime-types@~2.1.7: + version "2.1.14" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.14.tgz#f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee" + dependencies: + mime-db "~1.26.0" + +minimatch@^2.0.1: + version "2.0.10" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7" + dependencies: + brace-expansion "^1.0.0" + +minimatch@^3.0.0, minimatch@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" + dependencies: + brace-expansion "^1.0.0" + +minimatch@~0.2.11: + version "0.2.14" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.2.14.tgz#c74e780574f63c6f9a090e90efbe6ef53a6a756a" + dependencies: + lru-cache "2" + sigmund "~1.0.0" + +minimist@0.0.8, minimist@~0.0.1: + version "0.0.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + +minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" + +"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + dependencies: + minimist "0.0.8" + +modify-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2" + +ms@0.7.1: + version "0.7.1" + resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098" + +ms@0.7.2: + version "0.7.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765" + +multipipe@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-0.1.2.tgz#2a8f2ddf70eed564dff2d57f1e1a137d9f05078b" + dependencies: + duplexer2 "0.0.2" + +mute-stream@0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0" + +nan@^2.3.0: + version "2.5.1" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.5.1.tgz#d5b01691253326a97a2bbee9e61c55d8d60351e2" + +natives@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.0.tgz#e9ff841418a6b2ec7a495e939984f78f163e6e31" + +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + +node-pre-gyp@^0.6.29: + version "0.6.33" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.33.tgz#640ac55198f6a925972e0c16c4ac26a034d5ecc9" + dependencies: + mkdirp "~0.5.1" + nopt "~3.0.6" + npmlog "^4.0.1" + rc "~1.1.6" + request "^2.79.0" + rimraf "~2.5.4" + semver "~5.3.0" + tar "~2.2.1" + tar-pack "~3.3.0" + +nopt@~3.0.6: + version "3.0.6" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" + dependencies: + abbrev "1" + +normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.3.5: + version "2.3.5" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.3.5.tgz#8d924f142960e1777e7ffe170543631cc7cb02df" + dependencies: + hosted-git-info "^2.1.4" + is-builtin-module "^1.0.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-path@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.0.1.tgz#47886ac1662760d4261b7d979d241709d3ce3f7a" + +npmlog@^4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.0.2.tgz#d03950e0e78ce1527ba26d2a7592e9348ac3e75f" + dependencies: + are-we-there-yet "~1.1.2" + console-control-strings "~1.1.0" + gauge "~2.7.1" + set-blocking "~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" + +oauth-sign@~0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" + +object-assign@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2" + +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" + +object.omit@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" + dependencies: + for-own "^0.1.4" + is-extendable "^0.1.1" + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + dependencies: + wrappy "1" + +once@~1.3.0, once@~1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/once/-/once-1.3.3.tgz#b2e261557ce4c314ec8304f3fa82663e4297ca20" + dependencies: + wrappy "1" + +onetime@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" + +optimist@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686" + dependencies: + minimist "~0.0.1" + wordwrap "~0.0.2" + +optionator@^0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64" + dependencies: + deep-is "~0.1.3" + fast-levenshtein "~2.0.4" + levn "~0.3.0" + prelude-ls "~1.1.2" + type-check "~0.3.2" + wordwrap "~1.0.0" + +orchestrator@^0.3.0: + version "0.3.8" + resolved "https://registry.yarnpkg.com/orchestrator/-/orchestrator-0.3.8.tgz#14e7e9e2764f7315fbac184e506c7aa6df94ad7e" + dependencies: + end-of-stream "~0.1.5" + sequencify "~0.0.7" + stream-consume "~0.1.0" + +ordered-read-streams@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz#fd565a9af8eb4473ba69b6ed8a34352cb552f126" + +os-homedir@^1.0.0, os-homedir@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + +os-locale@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" + dependencies: + lcid "^1.0.0" + +os-tmpdir@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + +parse-filepath@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.1.tgz#159d6155d43904d16c10ef698911da1e91969b73" + dependencies: + is-absolute "^0.2.3" + map-cache "^0.2.0" + path-root "^0.1.1" + +parse-github-repo-url@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/parse-github-repo-url/-/parse-github-repo-url-1.3.0.tgz#d4de02d68e2e60f0d6a182e7a8cb21b6f38c730b" + +parse-glob@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" + dependencies: + glob-base "^0.3.0" + is-dotfile "^1.0.0" + is-extglob "^1.0.0" + is-glob "^2.0.0" + +parse-json@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" + dependencies: + error-ex "^1.2.0" + +parse-passwd@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" + +path-dirname@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0" + +path-exists@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + dependencies: + pinkie-promise "^2.0.0" + +path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + +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" + +path-root-regex@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d" + +path-root@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/path-root/-/path-root-0.1.1.tgz#9a4a6814cac1c0cd73360a95f32083c8ea4745b7" + dependencies: + path-root-regex "^0.1.0" + +path-type@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" + dependencies: + graceful-fs "^4.1.2" + pify "^2.0.0" + pinkie-promise "^2.0.0" + +pify@^2.0.0, pify@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + +pinkie-promise@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" + dependencies: + pinkie "^2.0.0" + +pinkie@^2.0.0: + version "2.0.4" + resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" + +plugin-error@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-0.1.2.tgz#3b9bb3335ccf00f425e07437e19276967da47ace" + dependencies: + ansi-cyan "^0.1.1" + ansi-red "^0.1.1" + arr-diff "^1.0.1" + arr-union "^2.0.1" + extend-shallow "^1.1.2" + +plugin-log@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/plugin-log/-/plugin-log-0.1.0.tgz#86049cf6ab10833398a931f3689cbaee7b5e1333" + dependencies: + chalk "^1.1.1" + dateformat "^1.0.11" + +pluralize@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45" + +prelude-ls@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" + +preserve@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" + +pretty-hrtime@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" + +private@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/private/-/private-0.1.6.tgz#55c6a976d0f9bafb9924851350fe47b9b5fbb7c1" + +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" + +progress@^1.1.8: + version "1.1.8" + resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be" + +punycode@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + +q@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/q/-/q-1.4.1.tgz#55705bcd93c5f3673530c2c2cbc0c2b3addc286e" + +qs@~6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.0.tgz#f403b264f23bc01228c74131b407f18d5ea5d442" + +randomatic@^1.1.3: + version "1.1.6" + resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.6.tgz#110dcabff397e9dcff7c0789ccc0a49adf1ec5bb" + dependencies: + is-number "^2.0.2" + kind-of "^3.0.2" + +rc@~1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.1.6.tgz#43651b76b6ae53b5c802f1151fa3fc3b059969c9" + dependencies: + deep-extend "~0.4.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~1.0.4" + +read-pkg-up@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" + dependencies: + find-up "^1.0.0" + read-pkg "^1.0.0" + +read-pkg@^1.0.0, read-pkg@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" + dependencies: + load-json-file "^1.0.0" + normalize-package-data "^2.3.2" + path-type "^1.0.0" + +"readable-stream@>=1.0.33-1 <1.1.0-0": + version "1.0.34" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.1" + isarray "0.0.1" + string_decoder "~0.10.x" + +"readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e" + dependencies: + buffer-shims "^1.0.0" + 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" + +readable-stream@~1.1.9: + version "1.1.14" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.1" + isarray "0.0.1" + string_decoder "~0.10.x" + +readable-stream@~2.1.4: + version "2.1.5" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.1.5.tgz#66fa8b720e1438b364681f2ad1a63c618448c9d0" + dependencies: + buffer-shims "^1.0.0" + 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" + +readdirp@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.1.0.tgz#4ed0ad060df3073300c48440373f72d1cc642d78" + dependencies: + graceful-fs "^4.1.2" + minimatch "^3.0.2" + readable-stream "^2.0.2" + set-immediate-shim "^1.0.1" + +readline2@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/readline2/-/readline2-1.0.1.tgz#41059608ffc154757b715d9989d199ffbf372e35" + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + mute-stream "0.0.5" + +rechoir@^0.6.2: + version "0.6.2" + resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" + dependencies: + resolve "^1.1.6" + +redent@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" + dependencies: + indent-string "^2.1.0" + strip-indent "^1.0.1" + +regenerate@^1.2.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.2.tgz#d1941c67bad437e1be76433add5b385f95b19260" + +regenerator-runtime@^0.10.0: + version "0.10.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.1.tgz#257f41961ce44558b18f7814af48c17559f9faeb" + +regenerator-transform@0.9.8: + version "0.9.8" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.9.8.tgz#0f88bb2bc03932ddb7b6b7312e68078f01026d6c" + dependencies: + babel-runtime "^6.18.0" + babel-types "^6.19.0" + private "^0.1.6" + +regex-cache@^0.4.2: + version "0.4.3" + resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145" + dependencies: + is-equal-shallow "^0.1.3" + is-primitive "^2.0.0" + +regexpu-core@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" + dependencies: + regenerate "^1.2.1" + regjsgen "^0.2.0" + regjsparser "^0.1.4" + +regjsgen@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" + +regjsparser@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c" + dependencies: + jsesc "~0.5.0" + +repeat-element@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a" + +repeat-string@^1.5.2: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + +repeating@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" + dependencies: + is-finite "^1.0.0" + +replace-ext@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924" + +request@^2.79.0: + version "2.79.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" + dependencies: + aws-sign2 "~0.6.0" + aws4 "^1.2.1" + caseless "~0.11.0" + combined-stream "~1.0.5" + extend "~3.0.0" + forever-agent "~0.6.1" + form-data "~2.1.1" + har-validator "~2.0.6" + hawk "~3.1.3" + http-signature "~1.1.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.7" + oauth-sign "~0.8.1" + qs "~6.3.0" + stringstream "~0.0.4" + tough-cookie "~2.3.0" + tunnel-agent "~0.4.1" + uuid "^3.0.0" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + +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" + +require-uncached@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3" + dependencies: + caller-path "^0.1.0" + resolve-from "^1.0.0" + +resolve-dir@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-0.1.1.tgz#b219259a5602fac5c5c496ad894a6e8cc430261e" + dependencies: + expand-tilde "^1.2.2" + global-modules "^0.2.3" + +resolve-from@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" + +resolve@^1.1.6, resolve@^1.1.7: + version "1.2.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.2.0.tgz#9589c3f2f6149d1417a40becc1663db6ec6bc26c" + +restore-cursor@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" + dependencies: + exit-hook "^1.0.0" + onetime "^1.0.0" + +right-align@^0.1.1: + version "0.1.3" + resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef" + dependencies: + align-text "^0.1.1" + +rimraf@2, rimraf@^2.2.8, rimraf@~2.5.1, rimraf@~2.5.4: + version "2.5.4" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04" + dependencies: + glob "^7.0.5" + +run-async@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/run-async/-/run-async-0.1.0.tgz#c8ad4a5e110661e402a7d21b530e009f25f8e389" + dependencies: + once "^1.3.0" + +run-sequence@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/run-sequence/-/run-sequence-1.2.2.tgz#5095a0bebe98733b0140bd08dd80ec030ddacdeb" + dependencies: + chalk "*" + gulp-util "*" + +rx-lite@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" + +"semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.1.0, semver@^5.3.0, semver@~5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" + +semver@^4.1.0: + version "4.3.6" + resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da" + +sequencify@~0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/sequencify/-/sequencify-0.0.7.tgz#90cff19d02e07027fd767f5ead3e7b95d1e7380c" + +set-blocking@^2.0.0, set-blocking@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + +set-immediate-shim@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" + +shelljs@^0.7.5: + version "0.7.6" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad" + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" + +sigmund@~1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590" + +signal-exit@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" + +slash@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" + +slice-ansi@0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" + +sntp@1.x.x: + version "1.0.9" + resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198" + dependencies: + hoek "2.x.x" + +source-map-support@^0.4.2: + version "0.4.11" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.11.tgz#647f939978b38535909530885303daf23279f322" + dependencies: + source-map "^0.5.3" + +source-map@^0.4.4: + version "0.4.4" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" + dependencies: + amdefine ">=0.0.4" + +source-map@^0.5.0, source-map@^0.5.3, source-map@~0.5.1: + version "0.5.6" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412" + +sparkles@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.0.tgz#1acbbfb592436d10bbe8f785b7cc6f82815012c3" + +spdx-correct@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40" + dependencies: + spdx-license-ids "^1.0.2" + +spdx-expression-parse@~1.0.0: + version "1.0.4" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz#9bdf2f20e1f40ed447fbe273266191fced51626c" + +spdx-license-ids@^1.0.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57" + +split2@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/split2/-/split2-2.1.1.tgz#7a1f551e176a90ecd3345f7246a0cfe175ef4fd0" + dependencies: + through2 "^2.0.2" + +split@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/split/-/split-1.0.0.tgz#c4395ce683abcd254bc28fe1dabb6e5c27dcffae" + dependencies: + through "2" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + +sshpk@^1.7.0: + version "1.10.2" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.10.2.tgz#d5a804ce22695515638e798dbe23273de070a5fa" + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + dashdash "^1.12.0" + getpass "^0.1.1" + optionalDependencies: + bcrypt-pbkdf "^1.0.0" + ecc-jsbn "~0.1.1" + jodid25519 "^1.0.0" + jsbn "~0.1.0" + tweetnacl "~0.14.0" + +stream-consume@~0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.0.tgz#a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f" + +string-width@^1.0.1, string-width@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + strip-ansi "^3.0.0" + +string-width@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.0.0.tgz#635c5436cc72a6e0c387ceca278d4e2eec52687e" + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^3.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" + +stringstream@~0.0.4: + version "0.0.5" + resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" + +strip-ansi@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.3.0.tgz#25f48ea22ca79187f3174a4db8759347bb126220" + dependencies: + ansi-regex "^0.2.1" + +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" + dependencies: + ansi-regex "^2.0.0" + +strip-bom-stream@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-2.0.0.tgz#f87db5ef2613f6968aa545abfe1ec728b6a829ca" + dependencies: + first-chunk-stream "^2.0.0" + strip-bom "^2.0.0" + +strip-bom@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-1.0.0.tgz#85b8862f3844b5a6d5ec8467a93598173a36f794" + dependencies: + first-chunk-stream "^1.0.0" + is-utf8 "^0.2.0" + +strip-bom@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" + dependencies: + is-utf8 "^0.2.0" + +strip-bom@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" + +strip-indent@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" + dependencies: + get-stdin "^4.0.1" + +strip-json-comments@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91" + +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" + +supports-color@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a" + +supports-color@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + +table@^3.7.8: + version "3.8.3" + resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f" + dependencies: + ajv "^4.7.0" + ajv-keywords "^1.0.0" + chalk "^1.1.1" + lodash "^4.0.0" + slice-ansi "0.0.4" + string-width "^2.0.0" + +tar-pack@~3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/tar-pack/-/tar-pack-3.3.0.tgz#30931816418f55afc4d21775afdd6720cee45dae" + dependencies: + debug "~2.2.0" + fstream "~1.0.10" + fstream-ignore "~1.0.5" + once "~1.3.3" + readable-stream "~2.1.4" + rimraf "~2.5.1" + tar "~2.2.1" + uid-number "~0.0.6" + +tar@~2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1" + dependencies: + block-stream "*" + fstream "^1.0.2" + inherits "2" + +text-extensions@^1.0.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.4.0.tgz#c385d2e80879fe6ef97893e1709d88d9453726e9" + +text-table@^0.2.0, text-table@~0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + +through2@^0.6.1: + version "0.6.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48" + dependencies: + readable-stream ">=1.0.33-1 <1.1.0-0" + xtend ">=4.0.0 <4.1.0-0" + +through2@^2.0.0, through2@^2.0.1, through2@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" + dependencies: + readable-stream "^2.1.5" + xtend "~4.0.1" + +through@2, "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" + +tildify@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/tildify/-/tildify-1.2.0.tgz#dcec03f55dca9b7aa3e5b04f21817eb56e63588a" + dependencies: + os-homedir "^1.0.0" + +time-stamp@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.0.1.tgz#9f4bd23559c9365966f3302dbba2b07c6b99b151" + +to-fast-properties@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320" + +tough-cookie@~2.3.0: + version "2.3.2" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a" + dependencies: + punycode "^1.4.1" + +trim-newlines@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" + +trim-off-newlines@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3" + +tryit@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb" + +tunnel-agent@~0.4.1: + version "0.4.3" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + +type-check@~0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" + dependencies: + prelude-ls "~1.1.2" + +typedarray@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + +uglify-js@^2.6: + version "2.7.5" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.5.tgz#4612c0c7baaee2ba7c487de4904ae122079f2ca8" + dependencies: + async "~0.2.6" + source-map "~0.5.1" + uglify-to-browserify "~1.0.0" + yargs "~3.10.0" + +uglify-to-browserify@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" + +uid-number@~0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" + +unc-path-regex@^0.1.0: + version "0.1.2" + resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" + +unique-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-1.0.0.tgz#d59a4a75427447d9aa6c91e70263f8d26a4b104b" + +user-home@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" + +user-home@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/user-home/-/user-home-2.0.0.tgz#9c70bfd8169bc1dcbf48604e0f04b8b49cde9e9f" + 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" + +uuid@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1" + +v8flags@^2.0.2: + version "2.0.11" + resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.0.11.tgz#bca8f30f0d6d60612cc2c00641e6962d42ae6881" + dependencies: + user-home "^1.1.1" + +validate-npm-package-license@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc" + dependencies: + spdx-correct "~1.0.0" + spdx-expression-parse "~1.0.0" + +verror@1.3.6: + version "1.3.6" + resolved "https://registry.yarnpkg.com/verror/-/verror-1.3.6.tgz#cff5df12946d297d2baaefaa2689e25be01c005c" + dependencies: + extsprintf "1.0.2" + +vinyl-file@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/vinyl-file/-/vinyl-file-2.0.0.tgz#a7ebf5ffbefda1b7d18d140fcb07b223efb6751a" + dependencies: + graceful-fs "^4.1.2" + pify "^2.3.0" + pinkie-promise "^2.0.0" + strip-bom "^2.0.0" + strip-bom-stream "^2.0.0" + vinyl "^1.1.0" + +vinyl-fs@^0.3.0: + version "0.3.14" + resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-0.3.14.tgz#9a6851ce1cac1c1cea5fe86c0931d620c2cfa9e6" + dependencies: + defaults "^1.0.0" + glob-stream "^3.1.5" + glob-watcher "^0.0.6" + graceful-fs "^3.0.0" + mkdirp "^0.5.0" + strip-bom "^1.0.0" + through2 "^0.6.1" + vinyl "^0.4.0" + +vinyl@^0.4.0: + version "0.4.6" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.4.6.tgz#2f356c87a550a255461f36bbeb2a5ba8bf784847" + dependencies: + clone "^0.2.0" + clone-stats "^0.0.1" + +vinyl@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.5.3.tgz#b0455b38fc5e0cf30d4325132e461970c2091cde" + dependencies: + clone "^1.0.0" + clone-stats "^0.0.1" + replace-ext "0.0.1" + +vinyl@^1.1.0, vinyl@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-1.2.0.tgz#5c88036cf565e5df05558bfc911f8656df218884" + dependencies: + clone "^1.0.0" + clone-stats "^0.0.1" + replace-ext "0.0.1" + +which-module@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" + +which@^1.2.12: + version "1.2.12" + resolved "https://registry.yarnpkg.com/which/-/which-1.2.12.tgz#de67b5e450269f194909ef23ece4ebe416fa1192" + dependencies: + isexe "^1.1.1" + +wide-align@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.0.tgz#40edde802a71fea1f070da3e62dcda2e7add96ad" + dependencies: + string-width "^1.0.1" + +window-size@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d" + +wordwrap@0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" + +wordwrap@~0.0.2: + version "0.0.3" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" + +wordwrap@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" + +wrap-ansi@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" + 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" + +write@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757" + dependencies: + mkdirp "^0.5.1" + +"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" + +y18n@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" + +yargs-parser@^4.2.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-4.2.1.tgz#29cceac0dc4f03c6c87b4a9f217dd18c9f74871c" + dependencies: + camelcase "^3.0.0" + +yargs@^6.0.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208" + dependencies: + camelcase "^3.0.0" + cliui "^3.2.0" + decamelize "^1.1.1" + get-caller-file "^1.0.1" + os-locale "^1.4.0" + read-pkg-up "^1.0.1" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^1.0.2" + which-module "^1.0.0" + y18n "^3.2.1" + yargs-parser "^4.2.0" + +yargs@~3.10.0: + version "3.10.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1" + dependencies: + camelcase "^1.0.2" + cliui "^2.1.0" + decamelize "^1.0.0" + window-size "0.1.0" From 543e41cdea0c2e45b89b8ae37f3150ac580863e4 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 12:31:33 +0100 Subject: [PATCH 06/18] chore: add icons parser --- .gulp/index.js | 2 +- .gulp/tasks/icons.js | 41 ++++++++++++++++++++++++++++++++++++++ icons/src/actionscript.svg | 11 ++++++++++ icons/src/ai.svg | 11 ++++++++++ icons/src/angular.svg | 11 ++++++++++ icons/src/applescript.svg | 11 ++++++++++ icons/src/archive.svg | 11 ++++++++++ icons/src/babel.svg | 11 ++++++++++ icons/src/binary.svg | 11 ++++++++++ icons/src/blade.svg | 11 ++++++++++ icons/src/bower.svg | 11 ++++++++++ icons/src/c.svg | 11 ++++++++++ icons/src/cf.svg | 11 ++++++++++ icons/src/circleci.svg | 11 ++++++++++ icons/src/clojure.svg | 11 ++++++++++ icons/src/coffeescript.svg | 11 ++++++++++ icons/src/composer.svg | 11 ++++++++++ icons/src/cpp.svg | 11 ++++++++++ icons/src/csharp.svg | 11 ++++++++++ icons/src/css.svg | 11 ++++++++++ icons/src/csv.svg | 11 ++++++++++ icons/src/default.svg | 11 ++++++++++ icons/src/dlang.svg | 11 ++++++++++ icons/src/docker.svg | 11 ++++++++++ icons/src/dotnet.svg | 11 ++++++++++ icons/src/editorconfig.svg | 11 ++++++++++ icons/src/elm.svg | 11 ++++++++++ icons/src/erlang.svg | 11 ++++++++++ icons/src/eslint.svg | 11 ++++++++++ icons/src/ex.svg | 11 ++++++++++ icons/src/font.svg | 11 ++++++++++ icons/src/git.svg | 11 ++++++++++ icons/src/go.svg | 11 ++++++++++ icons/src/gradle.svg | 11 ++++++++++ icons/src/graphviz.svg | 11 ++++++++++ icons/src/groovy.svg | 11 ++++++++++ icons/src/gruntfile.svg | 11 ++++++++++ icons/src/gulpfile.svg | 11 ++++++++++ icons/src/haml.svg | 11 ++++++++++ icons/src/haskell.svg | 11 ++++++++++ icons/src/haxe.svg | 11 ++++++++++ icons/src/html.svg | 11 ++++++++++ icons/src/image.svg | 11 ++++++++++ icons/src/java.svg | 11 ++++++++++ icons/src/js.svg | 11 ++++++++++ icons/src/json.svg | 11 ++++++++++ icons/src/jsp.svg | 11 ++++++++++ icons/src/jsx.svg | 11 ++++++++++ icons/src/julia.svg | 11 ++++++++++ icons/src/less.svg | 11 ++++++++++ icons/src/license.svg | 11 ++++++++++ icons/src/liquid.svg | 11 ++++++++++ icons/src/lisp.svg | 11 ++++++++++ icons/src/lock.svg | 11 ++++++++++ icons/src/log.svg | 11 ++++++++++ icons/src/lsl.svg | 11 ++++++++++ icons/src/lua.svg | 11 ++++++++++ icons/src/markdown.svg | 11 ++++++++++ icons/src/markup.svg | 11 ++++++++++ icons/src/matlab.svg | 11 ++++++++++ icons/src/mustache.svg | 11 ++++++++++ icons/src/nginx.svg | 11 ++++++++++ icons/src/nodejs.svg | 11 ++++++++++ icons/src/note.svg | 11 ++++++++++ icons/src/npm.svg | 11 ++++++++++ icons/src/nsis.svg | 11 ++++++++++ icons/src/ocaml.svg | 11 ++++++++++ icons/src/pdf.svg | 11 ++++++++++ icons/src/perl.svg | 11 ++++++++++ icons/src/php.svg | 11 ++++++++++ icons/src/plist.svg | 11 ++++++++++ icons/src/postcss.svg | 11 ++++++++++ icons/src/preferences.svg | 11 ++++++++++ icons/src/procfile.svg | 11 ++++++++++ icons/src/psd.svg | 11 ++++++++++ icons/src/pug.svg | 11 ++++++++++ icons/src/puppet.svg | 11 ++++++++++ icons/src/python.svg | 11 ++++++++++ icons/src/r.svg | 11 ++++++++++ icons/src/rails.svg | 11 ++++++++++ icons/src/riot.svg | 11 ++++++++++ icons/src/ruby.svg | 11 ++++++++++ icons/src/rust.svg | 11 ++++++++++ icons/src/sass.svg | 11 ++++++++++ icons/src/scala.svg | 11 ++++++++++ icons/src/scss.svg | 11 ++++++++++ icons/src/settings.svg | 11 ++++++++++ icons/src/shell.svg | 11 ++++++++++ icons/src/sketch.svg | 11 ++++++++++ icons/src/slim.svg | 11 ++++++++++ icons/src/source.svg | 11 ++++++++++ icons/src/sql.svg | 11 ++++++++++ icons/src/stata.svg | 11 ++++++++++ icons/src/stylelint.svg | 11 ++++++++++ icons/src/stylus.svg | 11 ++++++++++ icons/src/sublime.svg | 11 ++++++++++ icons/src/svg.svg | 11 ++++++++++ icons/src/swift.svg | 11 ++++++++++ icons/src/tcl.svg | 11 ++++++++++ icons/src/tex.svg | 11 ++++++++++ icons/src/text.svg | 11 ++++++++++ icons/src/textile.svg | 11 ++++++++++ icons/src/todo.svg | 11 ++++++++++ icons/src/twig.svg | 11 ++++++++++ icons/src/typescript.svg | 11 ++++++++++ icons/src/vue.svg | 11 ++++++++++ icons/src/webpack.svg | 11 ++++++++++ icons/src/windows.svg | 11 ++++++++++ icons/src/yaml.svg | 11 ++++++++++ icons/src/yarn.svg | 11 ++++++++++ package.json | 13 ++++++------ yarn.lock | 22 ++++++++++---------- 112 files changed, 1248 insertions(+), 18 deletions(-) create mode 100644 .gulp/tasks/icons.js create mode 100755 icons/src/actionscript.svg create mode 100755 icons/src/ai.svg create mode 100755 icons/src/angular.svg create mode 100755 icons/src/applescript.svg create mode 100755 icons/src/archive.svg create mode 100755 icons/src/babel.svg create mode 100755 icons/src/binary.svg create mode 100755 icons/src/blade.svg create mode 100755 icons/src/bower.svg create mode 100755 icons/src/c.svg create mode 100755 icons/src/cf.svg create mode 100755 icons/src/circleci.svg create mode 100755 icons/src/clojure.svg create mode 100755 icons/src/coffeescript.svg create mode 100755 icons/src/composer.svg create mode 100755 icons/src/cpp.svg create mode 100755 icons/src/csharp.svg create mode 100755 icons/src/css.svg create mode 100755 icons/src/csv.svg create mode 100755 icons/src/default.svg create mode 100755 icons/src/dlang.svg create mode 100755 icons/src/docker.svg create mode 100755 icons/src/dotnet.svg create mode 100755 icons/src/editorconfig.svg create mode 100755 icons/src/elm.svg create mode 100755 icons/src/erlang.svg create mode 100755 icons/src/eslint.svg create mode 100755 icons/src/ex.svg create mode 100755 icons/src/font.svg create mode 100755 icons/src/git.svg create mode 100755 icons/src/go.svg create mode 100755 icons/src/gradle.svg create mode 100755 icons/src/graphviz.svg create mode 100755 icons/src/groovy.svg create mode 100755 icons/src/gruntfile.svg create mode 100755 icons/src/gulpfile.svg create mode 100755 icons/src/haml.svg create mode 100755 icons/src/haskell.svg create mode 100755 icons/src/haxe.svg create mode 100755 icons/src/html.svg create mode 100755 icons/src/image.svg create mode 100755 icons/src/java.svg create mode 100755 icons/src/js.svg create mode 100755 icons/src/json.svg create mode 100755 icons/src/jsp.svg create mode 100755 icons/src/jsx.svg create mode 100755 icons/src/julia.svg create mode 100755 icons/src/less.svg create mode 100755 icons/src/license.svg create mode 100755 icons/src/liquid.svg create mode 100755 icons/src/lisp.svg create mode 100755 icons/src/lock.svg create mode 100755 icons/src/log.svg create mode 100755 icons/src/lsl.svg create mode 100755 icons/src/lua.svg create mode 100755 icons/src/markdown.svg create mode 100755 icons/src/markup.svg create mode 100755 icons/src/matlab.svg create mode 100755 icons/src/mustache.svg create mode 100755 icons/src/nginx.svg create mode 100755 icons/src/nodejs.svg create mode 100755 icons/src/note.svg create mode 100755 icons/src/npm.svg create mode 100755 icons/src/nsis.svg create mode 100755 icons/src/ocaml.svg create mode 100755 icons/src/pdf.svg create mode 100755 icons/src/perl.svg create mode 100755 icons/src/php.svg create mode 100755 icons/src/plist.svg create mode 100755 icons/src/postcss.svg create mode 100755 icons/src/preferences.svg create mode 100755 icons/src/procfile.svg create mode 100755 icons/src/psd.svg create mode 100755 icons/src/pug.svg create mode 100755 icons/src/puppet.svg create mode 100755 icons/src/python.svg create mode 100755 icons/src/r.svg create mode 100755 icons/src/rails.svg create mode 100755 icons/src/riot.svg create mode 100755 icons/src/ruby.svg create mode 100755 icons/src/rust.svg create mode 100755 icons/src/sass.svg create mode 100755 icons/src/scala.svg create mode 100755 icons/src/scss.svg create mode 100755 icons/src/settings.svg create mode 100755 icons/src/shell.svg create mode 100755 icons/src/sketch.svg create mode 100755 icons/src/slim.svg create mode 100755 icons/src/source.svg create mode 100755 icons/src/sql.svg create mode 100755 icons/src/stata.svg create mode 100755 icons/src/stylelint.svg create mode 100755 icons/src/stylus.svg create mode 100755 icons/src/sublime.svg create mode 100755 icons/src/svg.svg create mode 100755 icons/src/swift.svg create mode 100755 icons/src/tcl.svg create mode 100755 icons/src/tex.svg create mode 100755 icons/src/text.svg create mode 100755 icons/src/textile.svg create mode 100755 icons/src/todo.svg create mode 100755 icons/src/twig.svg create mode 100755 icons/src/typescript.svg create mode 100755 icons/src/vue.svg create mode 100755 icons/src/webpack.svg create mode 100755 icons/src/windows.svg create mode 100755 icons/src/yaml.svg create mode 100755 icons/src/yarn.svg diff --git a/.gulp/index.js b/.gulp/index.js index fe6f8e2..56e41e6 100644 --- a/.gulp/index.js +++ b/.gulp/index.js @@ -1,5 +1,5 @@ // import the tasks -//import './tasks/build'; +import './tasks/icons'; // export default script export default ['build']; \ No newline at end of file diff --git a/.gulp/tasks/icons.js b/.gulp/tasks/icons.js new file mode 100644 index 0000000..45f85f6 --- /dev/null +++ b/.gulp/tasks/icons.js @@ -0,0 +1,41 @@ +'use strict'; + +/* + * > Build Icons + */ + +import Gulp from 'gulp'; +import Colorize from 'gulp-colorize-svgs'; +import Paths from '../paths'; + +Gulp.task('process:icons', () => { + Gulp.src(`${Paths.src}/icons/*.svg`) + .pipe(Colorize({ + colors: { + // All files + default: { + green: '90A959', + blue: '6A9FB5', + blueDesaturated: '78909C', + red: 'AC4142', + redLight: 'D14748', + maroon: 'AB7558', + limeGreen: 'B8E15E', + greenTea: '2ECC71', + purple: 'AA759F', + purpleDark: '8251A8', + yellow: 'F4BF75', + teal: '80CBC4', + orange: 'D28445', + }, + // Specific files + icon2: { + green: '00ff00' + } + }, + replaceColor: function (content, hex) { + return content.replace('#000', '#' + hex); + } + })) + .pipe(Gulp.dest(Paths.icons)); +}); \ No newline at end of file diff --git a/icons/src/actionscript.svg b/icons/src/actionscript.svg new file mode 100755 index 0000000..7c38860 --- /dev/null +++ b/icons/src/actionscript.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/ai.svg b/icons/src/ai.svg new file mode 100755 index 0000000..d1b9e99 --- /dev/null +++ b/icons/src/ai.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/angular.svg b/icons/src/angular.svg new file mode 100755 index 0000000..b054fec --- /dev/null +++ b/icons/src/angular.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/applescript.svg b/icons/src/applescript.svg new file mode 100755 index 0000000..7b68cde --- /dev/null +++ b/icons/src/applescript.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/archive.svg b/icons/src/archive.svg new file mode 100755 index 0000000..3f5dc31 --- /dev/null +++ b/icons/src/archive.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/babel.svg b/icons/src/babel.svg new file mode 100755 index 0000000..f499981 --- /dev/null +++ b/icons/src/babel.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/binary.svg b/icons/src/binary.svg new file mode 100755 index 0000000..8f7d738 --- /dev/null +++ b/icons/src/binary.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/blade.svg b/icons/src/blade.svg new file mode 100755 index 0000000..6204858 --- /dev/null +++ b/icons/src/blade.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/bower.svg b/icons/src/bower.svg new file mode 100755 index 0000000..85517b0 --- /dev/null +++ b/icons/src/bower.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/c.svg b/icons/src/c.svg new file mode 100755 index 0000000..c078a10 --- /dev/null +++ b/icons/src/c.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/cf.svg b/icons/src/cf.svg new file mode 100755 index 0000000..7c8321d --- /dev/null +++ b/icons/src/cf.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/circleci.svg b/icons/src/circleci.svg new file mode 100755 index 0000000..36b0df6 --- /dev/null +++ b/icons/src/circleci.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/clojure.svg b/icons/src/clojure.svg new file mode 100755 index 0000000..e806789 --- /dev/null +++ b/icons/src/clojure.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/coffeescript.svg b/icons/src/coffeescript.svg new file mode 100755 index 0000000..b4ca76e --- /dev/null +++ b/icons/src/coffeescript.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/composer.svg b/icons/src/composer.svg new file mode 100755 index 0000000..323059e --- /dev/null +++ b/icons/src/composer.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/cpp.svg b/icons/src/cpp.svg new file mode 100755 index 0000000..da3d047 --- /dev/null +++ b/icons/src/cpp.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/csharp.svg b/icons/src/csharp.svg new file mode 100755 index 0000000..03d37f9 --- /dev/null +++ b/icons/src/csharp.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/css.svg b/icons/src/css.svg new file mode 100755 index 0000000..c28cc98 --- /dev/null +++ b/icons/src/css.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/csv.svg b/icons/src/csv.svg new file mode 100755 index 0000000..68505f3 --- /dev/null +++ b/icons/src/csv.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/default.svg b/icons/src/default.svg new file mode 100755 index 0000000..aab33d6 --- /dev/null +++ b/icons/src/default.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/dlang.svg b/icons/src/dlang.svg new file mode 100755 index 0000000..f61cdc9 --- /dev/null +++ b/icons/src/dlang.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/docker.svg b/icons/src/docker.svg new file mode 100755 index 0000000..23d8e27 --- /dev/null +++ b/icons/src/docker.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/dotnet.svg b/icons/src/dotnet.svg new file mode 100755 index 0000000..e19dd1a --- /dev/null +++ b/icons/src/dotnet.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/editorconfig.svg b/icons/src/editorconfig.svg new file mode 100755 index 0000000..a1b6422 --- /dev/null +++ b/icons/src/editorconfig.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/elm.svg b/icons/src/elm.svg new file mode 100755 index 0000000..56179c3 --- /dev/null +++ b/icons/src/elm.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/erlang.svg b/icons/src/erlang.svg new file mode 100755 index 0000000..f61b72d --- /dev/null +++ b/icons/src/erlang.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/eslint.svg b/icons/src/eslint.svg new file mode 100755 index 0000000..e2ced03 --- /dev/null +++ b/icons/src/eslint.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/ex.svg b/icons/src/ex.svg new file mode 100755 index 0000000..bcf263b --- /dev/null +++ b/icons/src/ex.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/font.svg b/icons/src/font.svg new file mode 100755 index 0000000..7b3658a --- /dev/null +++ b/icons/src/font.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/git.svg b/icons/src/git.svg new file mode 100755 index 0000000..06fd699 --- /dev/null +++ b/icons/src/git.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/go.svg b/icons/src/go.svg new file mode 100755 index 0000000..1e35057 --- /dev/null +++ b/icons/src/go.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/gradle.svg b/icons/src/gradle.svg new file mode 100755 index 0000000..216ff33 --- /dev/null +++ b/icons/src/gradle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/graphviz.svg b/icons/src/graphviz.svg new file mode 100755 index 0000000..4a38672 --- /dev/null +++ b/icons/src/graphviz.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/groovy.svg b/icons/src/groovy.svg new file mode 100755 index 0000000..792382e --- /dev/null +++ b/icons/src/groovy.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/gruntfile.svg b/icons/src/gruntfile.svg new file mode 100755 index 0000000..3d2a720 --- /dev/null +++ b/icons/src/gruntfile.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/gulpfile.svg b/icons/src/gulpfile.svg new file mode 100755 index 0000000..f443b7c --- /dev/null +++ b/icons/src/gulpfile.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/haml.svg b/icons/src/haml.svg new file mode 100755 index 0000000..dea690a --- /dev/null +++ b/icons/src/haml.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/haskell.svg b/icons/src/haskell.svg new file mode 100755 index 0000000..fb8ddc9 --- /dev/null +++ b/icons/src/haskell.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/haxe.svg b/icons/src/haxe.svg new file mode 100755 index 0000000..c69421f --- /dev/null +++ b/icons/src/haxe.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/html.svg b/icons/src/html.svg new file mode 100755 index 0000000..de96308 --- /dev/null +++ b/icons/src/html.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/image.svg b/icons/src/image.svg new file mode 100755 index 0000000..8db0c64 --- /dev/null +++ b/icons/src/image.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/java.svg b/icons/src/java.svg new file mode 100755 index 0000000..f6ccd04 --- /dev/null +++ b/icons/src/java.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/js.svg b/icons/src/js.svg new file mode 100755 index 0000000..80d3138 --- /dev/null +++ b/icons/src/js.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/json.svg b/icons/src/json.svg new file mode 100755 index 0000000..7f11ad2 --- /dev/null +++ b/icons/src/json.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/jsp.svg b/icons/src/jsp.svg new file mode 100755 index 0000000..de96308 --- /dev/null +++ b/icons/src/jsp.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/jsx.svg b/icons/src/jsx.svg new file mode 100755 index 0000000..ac02d46 --- /dev/null +++ b/icons/src/jsx.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/julia.svg b/icons/src/julia.svg new file mode 100755 index 0000000..3e44327 --- /dev/null +++ b/icons/src/julia.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/less.svg b/icons/src/less.svg new file mode 100755 index 0000000..5a7791a --- /dev/null +++ b/icons/src/less.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/license.svg b/icons/src/license.svg new file mode 100755 index 0000000..2b496b9 --- /dev/null +++ b/icons/src/license.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/liquid.svg b/icons/src/liquid.svg new file mode 100755 index 0000000..a69eb0e --- /dev/null +++ b/icons/src/liquid.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/lisp.svg b/icons/src/lisp.svg new file mode 100755 index 0000000..14de59d --- /dev/null +++ b/icons/src/lisp.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/lock.svg b/icons/src/lock.svg new file mode 100755 index 0000000..7c1dbac --- /dev/null +++ b/icons/src/lock.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/log.svg b/icons/src/log.svg new file mode 100755 index 0000000..7a41102 --- /dev/null +++ b/icons/src/log.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/lsl.svg b/icons/src/lsl.svg new file mode 100755 index 0000000..c7472d0 --- /dev/null +++ b/icons/src/lsl.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/lua.svg b/icons/src/lua.svg new file mode 100755 index 0000000..e2e4ea8 --- /dev/null +++ b/icons/src/lua.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/markdown.svg b/icons/src/markdown.svg new file mode 100755 index 0000000..4c8168c --- /dev/null +++ b/icons/src/markdown.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/markup.svg b/icons/src/markup.svg new file mode 100755 index 0000000..3eec1ec --- /dev/null +++ b/icons/src/markup.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/matlab.svg b/icons/src/matlab.svg new file mode 100755 index 0000000..5f68204 --- /dev/null +++ b/icons/src/matlab.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/mustache.svg b/icons/src/mustache.svg new file mode 100755 index 0000000..f415378 --- /dev/null +++ b/icons/src/mustache.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/nginx.svg b/icons/src/nginx.svg new file mode 100755 index 0000000..013b3ee --- /dev/null +++ b/icons/src/nginx.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/nodejs.svg b/icons/src/nodejs.svg new file mode 100755 index 0000000..d967df5 --- /dev/null +++ b/icons/src/nodejs.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/note.svg b/icons/src/note.svg new file mode 100755 index 0000000..272e04d --- /dev/null +++ b/icons/src/note.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/npm.svg b/icons/src/npm.svg new file mode 100755 index 0000000..af3b8e7 --- /dev/null +++ b/icons/src/npm.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/nsis.svg b/icons/src/nsis.svg new file mode 100755 index 0000000..7065e75 --- /dev/null +++ b/icons/src/nsis.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/ocaml.svg b/icons/src/ocaml.svg new file mode 100755 index 0000000..bb524ee --- /dev/null +++ b/icons/src/ocaml.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/pdf.svg b/icons/src/pdf.svg new file mode 100755 index 0000000..8a28996 --- /dev/null +++ b/icons/src/pdf.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/perl.svg b/icons/src/perl.svg new file mode 100755 index 0000000..32509a3 --- /dev/null +++ b/icons/src/perl.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/php.svg b/icons/src/php.svg new file mode 100755 index 0000000..9dca1e0 --- /dev/null +++ b/icons/src/php.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/plist.svg b/icons/src/plist.svg new file mode 100755 index 0000000..db3e9fa --- /dev/null +++ b/icons/src/plist.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/postcss.svg b/icons/src/postcss.svg new file mode 100755 index 0000000..2a93770 --- /dev/null +++ b/icons/src/postcss.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/preferences.svg b/icons/src/preferences.svg new file mode 100755 index 0000000..2017da7 --- /dev/null +++ b/icons/src/preferences.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/procfile.svg b/icons/src/procfile.svg new file mode 100755 index 0000000..880e65d --- /dev/null +++ b/icons/src/procfile.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/psd.svg b/icons/src/psd.svg new file mode 100755 index 0000000..76a9f51 --- /dev/null +++ b/icons/src/psd.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/pug.svg b/icons/src/pug.svg new file mode 100755 index 0000000..b11614a --- /dev/null +++ b/icons/src/pug.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/puppet.svg b/icons/src/puppet.svg new file mode 100755 index 0000000..7ebe58e --- /dev/null +++ b/icons/src/puppet.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/python.svg b/icons/src/python.svg new file mode 100755 index 0000000..004ed0a --- /dev/null +++ b/icons/src/python.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/r.svg b/icons/src/r.svg new file mode 100755 index 0000000..53bfd77 --- /dev/null +++ b/icons/src/r.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/rails.svg b/icons/src/rails.svg new file mode 100755 index 0000000..c7be628 --- /dev/null +++ b/icons/src/rails.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/riot.svg b/icons/src/riot.svg new file mode 100755 index 0000000..41faed9 --- /dev/null +++ b/icons/src/riot.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/ruby.svg b/icons/src/ruby.svg new file mode 100755 index 0000000..65b729a --- /dev/null +++ b/icons/src/ruby.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/rust.svg b/icons/src/rust.svg new file mode 100755 index 0000000..0c65735 --- /dev/null +++ b/icons/src/rust.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/sass.svg b/icons/src/sass.svg new file mode 100755 index 0000000..79478d9 --- /dev/null +++ b/icons/src/sass.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/scala.svg b/icons/src/scala.svg new file mode 100755 index 0000000..2e83768 --- /dev/null +++ b/icons/src/scala.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/scss.svg b/icons/src/scss.svg new file mode 100755 index 0000000..6b596fc --- /dev/null +++ b/icons/src/scss.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/settings.svg b/icons/src/settings.svg new file mode 100755 index 0000000..fe3ed11 --- /dev/null +++ b/icons/src/settings.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/shell.svg b/icons/src/shell.svg new file mode 100755 index 0000000..e10f3be --- /dev/null +++ b/icons/src/shell.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/sketch.svg b/icons/src/sketch.svg new file mode 100755 index 0000000..d5be148 --- /dev/null +++ b/icons/src/sketch.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/slim.svg b/icons/src/slim.svg new file mode 100755 index 0000000..6a2c1da --- /dev/null +++ b/icons/src/slim.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/source.svg b/icons/src/source.svg new file mode 100755 index 0000000..3eec1ec --- /dev/null +++ b/icons/src/source.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/sql.svg b/icons/src/sql.svg new file mode 100755 index 0000000..7c20ae7 --- /dev/null +++ b/icons/src/sql.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/stata.svg b/icons/src/stata.svg new file mode 100755 index 0000000..7fef8a5 --- /dev/null +++ b/icons/src/stata.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/stylelint.svg b/icons/src/stylelint.svg new file mode 100755 index 0000000..f773f11 --- /dev/null +++ b/icons/src/stylelint.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/stylus.svg b/icons/src/stylus.svg new file mode 100755 index 0000000..a588b34 --- /dev/null +++ b/icons/src/stylus.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/sublime.svg b/icons/src/sublime.svg new file mode 100755 index 0000000..0311625 --- /dev/null +++ b/icons/src/sublime.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/svg.svg b/icons/src/svg.svg new file mode 100755 index 0000000..072be26 --- /dev/null +++ b/icons/src/svg.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/swift.svg b/icons/src/swift.svg new file mode 100755 index 0000000..e2fd845 --- /dev/null +++ b/icons/src/swift.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/tcl.svg b/icons/src/tcl.svg new file mode 100755 index 0000000..3b5b7c2 --- /dev/null +++ b/icons/src/tcl.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/tex.svg b/icons/src/tex.svg new file mode 100755 index 0000000..f999f9e --- /dev/null +++ b/icons/src/tex.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/text.svg b/icons/src/text.svg new file mode 100755 index 0000000..272e04d --- /dev/null +++ b/icons/src/text.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/textile.svg b/icons/src/textile.svg new file mode 100755 index 0000000..09daef1 --- /dev/null +++ b/icons/src/textile.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/todo.svg b/icons/src/todo.svg new file mode 100755 index 0000000..6d60349 --- /dev/null +++ b/icons/src/todo.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/twig.svg b/icons/src/twig.svg new file mode 100755 index 0000000..659eb28 --- /dev/null +++ b/icons/src/twig.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/typescript.svg b/icons/src/typescript.svg new file mode 100755 index 0000000..41c0b5d --- /dev/null +++ b/icons/src/typescript.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/vue.svg b/icons/src/vue.svg new file mode 100755 index 0000000..1fce6c9 --- /dev/null +++ b/icons/src/vue.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/webpack.svg b/icons/src/webpack.svg new file mode 100755 index 0000000..67ca224 --- /dev/null +++ b/icons/src/webpack.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/windows.svg b/icons/src/windows.svg new file mode 100755 index 0000000..3a7e255 --- /dev/null +++ b/icons/src/windows.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/yaml.svg b/icons/src/yaml.svg new file mode 100755 index 0000000..7c20ae7 --- /dev/null +++ b/icons/src/yaml.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/yarn.svg b/icons/src/yarn.svg new file mode 100755 index 0000000..cf002e5 --- /dev/null +++ b/icons/src/yarn.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/package.json b/package.json index 3467d20..28d0bd9 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,13 @@ "license": "Apache-2.0", "homepage": "https://github.com/equinusocio/vsc-material-theme", "engines": { - "vscode": "^1.5.0" + "vscode": "^1.5.0" }, "categories": [ - "Theme", - "Material", - "Design", - "Themes" + "Theme", + "Material", + "Design", + "Themes" ], "contributes": { "themes": [ @@ -44,10 +44,11 @@ "eslint-plugin-standard": "^2.0.1", "gulp": "^3.9.1", "gulp-bump": "^2.4.0", + "gulp-colorize-svgs": "git+https://git@github.com/unic/gulp-colorize-svgs.git", "gulp-conventional-changelog": "^1.1.0", "gulp-stats": "^0.0.4", "gulp-watch": "^4.3.8", "run-sequence": "^1.2.2", "yargs": "^6.0.0" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 019bfb4..346f151 100644 --- a/yarn.lock +++ b/yarn.lock @@ -712,17 +712,7 @@ center-align@^0.1.1: align-text "^0.1.3" lazy-cache "^1.0.3" -chalk@*, chalk@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174" - dependencies: - ansi-styles "^1.1.0" - escape-string-regexp "^1.0.0" - has-ansi "^0.1.0" - strip-ansi "^0.3.0" - supports-color "^0.2.0" - -chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3: +chalk@*, chalk@^1.0.0, chalk@^1.1.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" dependencies: @@ -732,6 +722,16 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3: strip-ansi "^3.0.0" supports-color "^2.0.0" +chalk@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174" + dependencies: + ansi-styles "^1.1.0" + escape-string-regexp "^1.0.0" + has-ansi "^0.1.0" + strip-ansi "^0.3.0" + supports-color "^0.2.0" + chokidar@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2" From 53f35715d23358f3268ecdb85d0bbe4fbe18b3fe Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 13:01:19 +0100 Subject: [PATCH 07/18] chore: Add icons process --- .gulp/tasks/icons.js | 37 ++++++----------------- icons/colors.js | 34 +++++++++++++++++++++ icons/material-theme-icon-theme.json | 11 ++++--- icons/svg/actionscript.svg | 11 +++++++ icons/{src => svg}/ai.svg | 0 icons/svg/angular.svg | 3 -- icons/svg/applescript.svg | 3 -- icons/{src => svg}/archive.svg | 0 icons/{src => svg}/babel.svg | 0 icons/{src => svg}/binary.svg | 0 icons/{src => svg}/blade.svg | 0 icons/svg/bower.svg | 3 -- icons/{src => svg}/c.svg | 0 icons/{src => svg}/cf.svg | 0 icons/{src => svg}/circleci.svg | 0 icons/{src => svg}/clojure.svg | 0 icons/svg/coffee.svg | 3 -- icons/{src => svg}/coffeescript.svg | 0 icons/{src => svg}/composer.svg | 0 icons/{src => svg}/cpp.svg | 0 icons/svg/csharp.svg | 3 -- icons/svg/css.svg | 3 -- icons/{src => svg}/csv.svg | 0 icons/{src => svg}/default.svg | 0 icons/{src => svg}/dlang.svg | 0 icons/{src => svg}/docker.svg | 0 icons/{src => svg}/dotnet.svg | 0 icons/{src => svg}/editorconfig.svg | 0 icons/{src => svg}/elm.svg | 0 icons/{src => svg}/erlang.svg | 0 icons/{src => svg}/eslint.svg | 0 icons/{src => svg}/ex.svg | 0 icons/{src => svg}/font.svg | 0 icons/svg/git.svg | 3 -- icons/{src => svg}/go.svg | 0 icons/{src => svg}/gradle.svg | 0 icons/{src => svg}/graphviz.svg | 0 icons/{src => svg}/groovy.svg | 0 icons/{src => svg}/gruntfile.svg | 0 icons/{src => svg}/gulpfile.svg | 0 icons/{src => svg}/haml.svg | 0 icons/{src => svg}/haskell.svg | 0 icons/{src => svg}/haxe.svg | 0 icons/{src => svg}/html.svg | 0 icons/{src => svg}/image.svg | 0 icons/{src => svg}/java.svg | 0 icons/{src => svg}/js.svg | 0 icons/svg/json.svg | 6 ---- icons/{src => svg}/jsp.svg | 0 icons/{src => svg}/jsx.svg | 0 icons/{src => svg}/julia.svg | 0 icons/{src => svg}/less.svg | 0 icons/svg/license.svg | 3 -- icons/{src => svg}/liquid.svg | 0 icons/{src => svg}/lisp.svg | 0 icons/{src => svg}/lock.svg | 0 icons/{src => svg}/log.svg | 0 icons/{src => svg}/lsl.svg | 0 icons/{src => svg}/lua.svg | 0 icons/svg/markdown.svg | 3 -- icons/{src => svg}/markup.svg | 0 icons/{src => svg}/matlab.svg | 0 icons/{src => svg}/mustache.svg | 0 icons/{src => svg}/nginx.svg | 0 icons/{src => svg}/nodejs.svg | 0 icons/{src => svg}/note.svg | 0 icons/{src => svg}/npm.svg | 0 icons/{src => svg}/nsis.svg | 0 icons/{src => svg}/ocaml.svg | 0 icons/{src => svg}/pdf.svg | 0 icons/{src => svg}/perl.svg | 0 icons/{src => svg}/php.svg | 0 icons/{src => svg}/plist.svg | 0 icons/{src => svg}/postcss.svg | 0 icons/{src => svg}/preferences.svg | 0 icons/{src => svg}/procfile.svg | 0 icons/{src => svg}/psd.svg | 0 icons/{src => svg}/pug.svg | 0 icons/{src => svg}/puppet.svg | 0 icons/{src => svg}/python.svg | 0 icons/{src => svg}/r.svg | 0 icons/{src => svg}/rails.svg | 0 icons/{src => svg}/riot.svg | 0 icons/{src => svg}/ruby.svg | 0 icons/{src => svg}/rust.svg | 0 icons/svg/sass.svg | 3 -- icons/{src => svg}/scala.svg | 0 icons/{src => svg}/scss.svg | 0 icons/{src => svg}/settings.svg | 0 icons/{src => svg}/shell.svg | 0 icons/{src => svg}/sketch.svg | 0 icons/{src => svg}/slim.svg | 0 icons/{src => svg}/source.svg | 0 icons/{src => svg}/sql.svg | 0 icons/{src => svg}/stata.svg | 0 icons/{src => svg}/stylelint.svg | 0 icons/{src => svg}/stylus.svg | 0 icons/{src => svg}/sublime.svg | 0 icons/{src => svg}/svg.svg | 0 icons/{src => svg}/swift.svg | 0 icons/{src => svg}/tcl.svg | 0 icons/{src => svg}/tex.svg | 0 icons/{src => svg}/text.svg | 0 icons/{src => svg}/textile.svg | 0 icons/{src => svg}/todo.svg | 0 icons/{src => svg}/twig.svg | 0 icons/{src => svg}/typescript.svg | 0 icons/{src => svg}/vue.svg | 0 icons/{src => svg}/webpack.svg | 0 icons/{src => svg}/windows.svg | 0 icons/{src => svg}/yaml.svg | 0 icons/{src => svg}/yarn.svg | 0 {icons/src => src/icons}/actionscript.svg | 0 src/icons/ai.svg | 11 +++++++ src/icons/angular.svg | 11 +++++++ src/icons/applescript.svg | 11 +++++++ src/icons/archive.svg | 11 +++++++ src/icons/babel.svg | 11 +++++++ src/icons/binary.svg | 11 +++++++ src/icons/blade.svg | 11 +++++++ src/icons/bower.svg | 11 +++++++ src/icons/c.svg | 11 +++++++ src/icons/cf.svg | 11 +++++++ src/icons/circleci.svg | 11 +++++++ src/icons/clojure.svg | 11 +++++++ src/icons/coffeescript.svg | 11 +++++++ src/icons/composer.svg | 11 +++++++ src/icons/cpp.svg | 11 +++++++ src/icons/csharp.svg | 11 +++++++ src/icons/css.svg | 11 +++++++ src/icons/csv.svg | 11 +++++++ src/icons/default.svg | 11 +++++++ src/icons/dlang.svg | 11 +++++++ src/icons/docker.svg | 11 +++++++ src/icons/dotnet.svg | 11 +++++++ src/icons/editorconfig.svg | 11 +++++++ src/icons/elm.svg | 11 +++++++ src/icons/erlang.svg | 11 +++++++ src/icons/eslint.svg | 11 +++++++ src/icons/ex.svg | 11 +++++++ src/icons/font.svg | 11 +++++++ src/icons/git.svg | 11 +++++++ src/icons/go.svg | 11 +++++++ src/icons/gradle.svg | 11 +++++++ src/icons/graphviz.svg | 11 +++++++ src/icons/groovy.svg | 11 +++++++ src/icons/gruntfile.svg | 11 +++++++ src/icons/gulpfile.svg | 11 +++++++ src/icons/haml.svg | 11 +++++++ src/icons/haskell.svg | 11 +++++++ src/icons/haxe.svg | 11 +++++++ src/icons/html.svg | 11 +++++++ src/icons/image.svg | 11 +++++++ src/icons/java.svg | 11 +++++++ src/icons/js.svg | 11 +++++++ src/icons/json.svg | 11 +++++++ src/icons/jsp.svg | 11 +++++++ src/icons/jsx.svg | 11 +++++++ src/icons/julia.svg | 11 +++++++ src/icons/less.svg | 11 +++++++ src/icons/license.svg | 11 +++++++ src/icons/liquid.svg | 11 +++++++ src/icons/lisp.svg | 11 +++++++ src/icons/lock.svg | 11 +++++++ src/icons/log.svg | 11 +++++++ src/icons/lsl.svg | 11 +++++++ src/icons/lua.svg | 11 +++++++ src/icons/markdown.svg | 11 +++++++ src/icons/markup.svg | 11 +++++++ src/icons/matlab.svg | 11 +++++++ src/icons/mustache.svg | 11 +++++++ src/icons/nginx.svg | 11 +++++++ src/icons/nodejs.svg | 11 +++++++ src/icons/note.svg | 11 +++++++ src/icons/npm.svg | 11 +++++++ src/icons/nsis.svg | 11 +++++++ src/icons/ocaml.svg | 11 +++++++ src/icons/pdf.svg | 11 +++++++ src/icons/perl.svg | 11 +++++++ src/icons/php.svg | 11 +++++++ src/icons/plist.svg | 11 +++++++ src/icons/postcss.svg | 11 +++++++ src/icons/preferences.svg | 11 +++++++ src/icons/procfile.svg | 11 +++++++ src/icons/psd.svg | 11 +++++++ src/icons/pug.svg | 11 +++++++ src/icons/puppet.svg | 11 +++++++ src/icons/python.svg | 11 +++++++ src/icons/r.svg | 11 +++++++ src/icons/rails.svg | 11 +++++++ src/icons/riot.svg | 11 +++++++ src/icons/ruby.svg | 11 +++++++ src/icons/rust.svg | 11 +++++++ src/icons/sass.svg | 11 +++++++ src/icons/scala.svg | 11 +++++++ src/icons/scss.svg | 11 +++++++ src/icons/settings.svg | 11 +++++++ src/icons/shell.svg | 11 +++++++ src/icons/sketch.svg | 11 +++++++ src/icons/slim.svg | 11 +++++++ src/icons/source.svg | 11 +++++++ src/icons/sql.svg | 11 +++++++ src/icons/stata.svg | 11 +++++++ src/icons/stylelint.svg | 11 +++++++ src/icons/stylus.svg | 11 +++++++ src/icons/sublime.svg | 11 +++++++ src/icons/svg.svg | 11 +++++++ src/icons/swift.svg | 11 +++++++ src/icons/tcl.svg | 11 +++++++ src/icons/tex.svg | 11 +++++++ src/icons/text.svg | 11 +++++++ src/icons/textile.svg | 11 +++++++ src/icons/todo.svg | 11 +++++++ src/icons/twig.svg | 11 +++++++ src/icons/typescript.svg | 11 +++++++ src/icons/vue.svg | 11 +++++++ src/icons/webpack.svg | 11 +++++++ src/icons/windows.svg | 11 +++++++ src/icons/yaml.svg | 11 +++++++ src/icons/yarn.svg | 11 +++++++ 220 files changed, 1238 insertions(+), 68 deletions(-) create mode 100644 icons/colors.js create mode 100644 icons/svg/actionscript.svg rename icons/{src => svg}/ai.svg (100%) delete mode 100644 icons/svg/angular.svg delete mode 100644 icons/svg/applescript.svg rename icons/{src => svg}/archive.svg (100%) rename icons/{src => svg}/babel.svg (100%) rename icons/{src => svg}/binary.svg (100%) rename icons/{src => svg}/blade.svg (100%) delete mode 100644 icons/svg/bower.svg rename icons/{src => svg}/c.svg (100%) rename icons/{src => svg}/cf.svg (100%) rename icons/{src => svg}/circleci.svg (100%) rename icons/{src => svg}/clojure.svg (100%) delete mode 100644 icons/svg/coffee.svg rename icons/{src => svg}/coffeescript.svg (100%) rename icons/{src => svg}/composer.svg (100%) rename icons/{src => svg}/cpp.svg (100%) delete mode 100644 icons/svg/csharp.svg delete mode 100644 icons/svg/css.svg rename icons/{src => svg}/csv.svg (100%) rename icons/{src => svg}/default.svg (100%) rename icons/{src => svg}/dlang.svg (100%) rename icons/{src => svg}/docker.svg (100%) rename icons/{src => svg}/dotnet.svg (100%) rename icons/{src => svg}/editorconfig.svg (100%) rename icons/{src => svg}/elm.svg (100%) rename icons/{src => svg}/erlang.svg (100%) rename icons/{src => svg}/eslint.svg (100%) rename icons/{src => svg}/ex.svg (100%) rename icons/{src => svg}/font.svg (100%) delete mode 100644 icons/svg/git.svg rename icons/{src => svg}/go.svg (100%) rename icons/{src => svg}/gradle.svg (100%) rename icons/{src => svg}/graphviz.svg (100%) rename icons/{src => svg}/groovy.svg (100%) rename icons/{src => svg}/gruntfile.svg (100%) rename icons/{src => svg}/gulpfile.svg (100%) rename icons/{src => svg}/haml.svg (100%) rename icons/{src => svg}/haskell.svg (100%) rename icons/{src => svg}/haxe.svg (100%) rename icons/{src => svg}/html.svg (100%) rename icons/{src => svg}/image.svg (100%) rename icons/{src => svg}/java.svg (100%) rename icons/{src => svg}/js.svg (100%) delete mode 100644 icons/svg/json.svg rename icons/{src => svg}/jsp.svg (100%) rename icons/{src => svg}/jsx.svg (100%) rename icons/{src => svg}/julia.svg (100%) rename icons/{src => svg}/less.svg (100%) delete mode 100644 icons/svg/license.svg rename icons/{src => svg}/liquid.svg (100%) rename icons/{src => svg}/lisp.svg (100%) rename icons/{src => svg}/lock.svg (100%) rename icons/{src => svg}/log.svg (100%) rename icons/{src => svg}/lsl.svg (100%) rename icons/{src => svg}/lua.svg (100%) delete mode 100644 icons/svg/markdown.svg rename icons/{src => svg}/markup.svg (100%) rename icons/{src => svg}/matlab.svg (100%) rename icons/{src => svg}/mustache.svg (100%) rename icons/{src => svg}/nginx.svg (100%) rename icons/{src => svg}/nodejs.svg (100%) rename icons/{src => svg}/note.svg (100%) rename icons/{src => svg}/npm.svg (100%) rename icons/{src => svg}/nsis.svg (100%) rename icons/{src => svg}/ocaml.svg (100%) rename icons/{src => svg}/pdf.svg (100%) rename icons/{src => svg}/perl.svg (100%) rename icons/{src => svg}/php.svg (100%) rename icons/{src => svg}/plist.svg (100%) rename icons/{src => svg}/postcss.svg (100%) rename icons/{src => svg}/preferences.svg (100%) rename icons/{src => svg}/procfile.svg (100%) rename icons/{src => svg}/psd.svg (100%) rename icons/{src => svg}/pug.svg (100%) rename icons/{src => svg}/puppet.svg (100%) rename icons/{src => svg}/python.svg (100%) rename icons/{src => svg}/r.svg (100%) rename icons/{src => svg}/rails.svg (100%) rename icons/{src => svg}/riot.svg (100%) rename icons/{src => svg}/ruby.svg (100%) rename icons/{src => svg}/rust.svg (100%) delete mode 100644 icons/svg/sass.svg rename icons/{src => svg}/scala.svg (100%) rename icons/{src => svg}/scss.svg (100%) rename icons/{src => svg}/settings.svg (100%) rename icons/{src => svg}/shell.svg (100%) rename icons/{src => svg}/sketch.svg (100%) rename icons/{src => svg}/slim.svg (100%) rename icons/{src => svg}/source.svg (100%) rename icons/{src => svg}/sql.svg (100%) rename icons/{src => svg}/stata.svg (100%) rename icons/{src => svg}/stylelint.svg (100%) rename icons/{src => svg}/stylus.svg (100%) rename icons/{src => svg}/sublime.svg (100%) rename icons/{src => svg}/svg.svg (100%) rename icons/{src => svg}/swift.svg (100%) rename icons/{src => svg}/tcl.svg (100%) rename icons/{src => svg}/tex.svg (100%) rename icons/{src => svg}/text.svg (100%) rename icons/{src => svg}/textile.svg (100%) rename icons/{src => svg}/todo.svg (100%) rename icons/{src => svg}/twig.svg (100%) rename icons/{src => svg}/typescript.svg (100%) rename icons/{src => svg}/vue.svg (100%) rename icons/{src => svg}/webpack.svg (100%) rename icons/{src => svg}/windows.svg (100%) rename icons/{src => svg}/yaml.svg (100%) rename icons/{src => svg}/yarn.svg (100%) rename {icons/src => src/icons}/actionscript.svg (100%) create mode 100755 src/icons/ai.svg create mode 100755 src/icons/angular.svg create mode 100755 src/icons/applescript.svg create mode 100755 src/icons/archive.svg create mode 100755 src/icons/babel.svg create mode 100755 src/icons/binary.svg create mode 100755 src/icons/blade.svg create mode 100755 src/icons/bower.svg create mode 100755 src/icons/c.svg create mode 100755 src/icons/cf.svg create mode 100755 src/icons/circleci.svg create mode 100755 src/icons/clojure.svg create mode 100755 src/icons/coffeescript.svg create mode 100755 src/icons/composer.svg create mode 100755 src/icons/cpp.svg create mode 100755 src/icons/csharp.svg create mode 100755 src/icons/css.svg create mode 100755 src/icons/csv.svg create mode 100755 src/icons/default.svg create mode 100755 src/icons/dlang.svg create mode 100755 src/icons/docker.svg create mode 100755 src/icons/dotnet.svg create mode 100755 src/icons/editorconfig.svg create mode 100755 src/icons/elm.svg create mode 100755 src/icons/erlang.svg create mode 100755 src/icons/eslint.svg create mode 100755 src/icons/ex.svg create mode 100755 src/icons/font.svg create mode 100755 src/icons/git.svg create mode 100755 src/icons/go.svg create mode 100755 src/icons/gradle.svg create mode 100755 src/icons/graphviz.svg create mode 100755 src/icons/groovy.svg create mode 100755 src/icons/gruntfile.svg create mode 100755 src/icons/gulpfile.svg create mode 100755 src/icons/haml.svg create mode 100755 src/icons/haskell.svg create mode 100755 src/icons/haxe.svg create mode 100755 src/icons/html.svg create mode 100755 src/icons/image.svg create mode 100755 src/icons/java.svg create mode 100755 src/icons/js.svg create mode 100755 src/icons/json.svg create mode 100755 src/icons/jsp.svg create mode 100755 src/icons/jsx.svg create mode 100755 src/icons/julia.svg create mode 100755 src/icons/less.svg create mode 100755 src/icons/license.svg create mode 100755 src/icons/liquid.svg create mode 100755 src/icons/lisp.svg create mode 100755 src/icons/lock.svg create mode 100755 src/icons/log.svg create mode 100755 src/icons/lsl.svg create mode 100755 src/icons/lua.svg create mode 100755 src/icons/markdown.svg create mode 100755 src/icons/markup.svg create mode 100755 src/icons/matlab.svg create mode 100755 src/icons/mustache.svg create mode 100755 src/icons/nginx.svg create mode 100755 src/icons/nodejs.svg create mode 100755 src/icons/note.svg create mode 100755 src/icons/npm.svg create mode 100755 src/icons/nsis.svg create mode 100755 src/icons/ocaml.svg create mode 100755 src/icons/pdf.svg create mode 100755 src/icons/perl.svg create mode 100755 src/icons/php.svg create mode 100755 src/icons/plist.svg create mode 100755 src/icons/postcss.svg create mode 100755 src/icons/preferences.svg create mode 100755 src/icons/procfile.svg create mode 100755 src/icons/psd.svg create mode 100755 src/icons/pug.svg create mode 100755 src/icons/puppet.svg create mode 100755 src/icons/python.svg create mode 100755 src/icons/r.svg create mode 100755 src/icons/rails.svg create mode 100755 src/icons/riot.svg create mode 100755 src/icons/ruby.svg create mode 100755 src/icons/rust.svg create mode 100755 src/icons/sass.svg create mode 100755 src/icons/scala.svg create mode 100755 src/icons/scss.svg create mode 100755 src/icons/settings.svg create mode 100755 src/icons/shell.svg create mode 100755 src/icons/sketch.svg create mode 100755 src/icons/slim.svg create mode 100755 src/icons/source.svg create mode 100755 src/icons/sql.svg create mode 100755 src/icons/stata.svg create mode 100755 src/icons/stylelint.svg create mode 100755 src/icons/stylus.svg create mode 100755 src/icons/sublime.svg create mode 100755 src/icons/svg.svg create mode 100755 src/icons/swift.svg create mode 100755 src/icons/tcl.svg create mode 100755 src/icons/tex.svg create mode 100755 src/icons/text.svg create mode 100755 src/icons/textile.svg create mode 100755 src/icons/todo.svg create mode 100755 src/icons/twig.svg create mode 100755 src/icons/typescript.svg create mode 100755 src/icons/vue.svg create mode 100755 src/icons/webpack.svg create mode 100755 src/icons/windows.svg create mode 100755 src/icons/yaml.svg create mode 100755 src/icons/yarn.svg diff --git a/.gulp/tasks/icons.js b/.gulp/tasks/icons.js index 45f85f6..49032fe 100644 --- a/.gulp/tasks/icons.js +++ b/.gulp/tasks/icons.js @@ -6,36 +6,17 @@ import Gulp from 'gulp'; import Colorize from 'gulp-colorize-svgs'; +import colors from 'colors'; import Paths from '../paths'; +import del from 'del'; + +import iconsColors from '../../icons/colors.js'; Gulp.task('process:icons', () => { + del([`${Paths.icons}/svg/*.svg`]).then(paths => { + console.log('[ ⚙️ Deleting all icons]\n'.bold.red); + }); Gulp.src(`${Paths.src}/icons/*.svg`) - .pipe(Colorize({ - colors: { - // All files - default: { - green: '90A959', - blue: '6A9FB5', - blueDesaturated: '78909C', - red: 'AC4142', - redLight: 'D14748', - maroon: 'AB7558', - limeGreen: 'B8E15E', - greenTea: '2ECC71', - purple: 'AA759F', - purpleDark: '8251A8', - yellow: 'F4BF75', - teal: '80CBC4', - orange: 'D28445', - }, - // Specific files - icon2: { - green: '00ff00' - } - }, - replaceColor: function (content, hex) { - return content.replace('#000', '#' + hex); - } - })) - .pipe(Gulp.dest(Paths.icons)); + .pipe(Colorize(iconsColors)) + .pipe(Gulp.dest(`${Paths.icons}/svg`)); }); \ No newline at end of file diff --git a/icons/colors.js b/icons/colors.js new file mode 100644 index 0000000..1d72c2a --- /dev/null +++ b/icons/colors.js @@ -0,0 +1,34 @@ +const iconsColors ={ + colors: { + // Specific files + actionscript: { + pink: 'FF00FF' + } + }, + replaceColor: function (content, hex) { + return content.replace('#000', '#' + hex); + }, + replacePath: function (path, colorKey) { + return path.replace(/\.svg/, '.svg'); + } +} + +/* +default: { + green: '90A959', + blue: '6A9FB5', + blueDesaturated: '78909C', + red: 'AC4142', + redLight: 'D14748', + maroon: 'AB7558', + limeGreen: 'B8E15E', + greenTea: '2ECC71', + purple: 'AA759F', + purpleDark: '8251A8', + yellow: 'F4BF75', + teal: '80CBC4', + orange: 'D28445', + } +*/ + +export default iconsColors; \ No newline at end of file diff --git a/icons/material-theme-icon-theme.json b/icons/material-theme-icon-theme.json index 099061f..d04a72a 100644 --- a/icons/material-theme-icon-theme.json +++ b/icons/material-theme-icon-theme.json @@ -1,18 +1,21 @@ { "iconDefinitions": { "_markdown": { - "iconPath": "./svg/markdown.svg" + "iconPath": "svg/markdown.svg" }, "_sass": { - "iconPath": "./svg/sass.svg" + "iconPath": "svg/sass.svg" + }, + "_scss": { + "iconPath": "svg/scss.svg" }, "_json": { - "iconPath": "./svg/json.svg" + "iconPath": "svg/json.svg" } }, "fileExtensions": { "md": "_markdown", - "scss": "_sass", + "scss": "_scss", "sass": "_sass", "json": "_json" } diff --git a/icons/svg/actionscript.svg b/icons/svg/actionscript.svg new file mode 100644 index 0000000..d11ed54 --- /dev/null +++ b/icons/svg/actionscript.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/icons/src/ai.svg b/icons/svg/ai.svg similarity index 100% rename from icons/src/ai.svg rename to icons/svg/ai.svg diff --git a/icons/svg/angular.svg b/icons/svg/angular.svg deleted file mode 100644 index c23e0bf..0000000 --- a/icons/svg/angular.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/svg/applescript.svg b/icons/svg/applescript.svg deleted file mode 100644 index c1cc8fa..0000000 --- a/icons/svg/applescript.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/src/archive.svg b/icons/svg/archive.svg similarity index 100% rename from icons/src/archive.svg rename to icons/svg/archive.svg diff --git a/icons/src/babel.svg b/icons/svg/babel.svg similarity index 100% rename from icons/src/babel.svg rename to icons/svg/babel.svg diff --git a/icons/src/binary.svg b/icons/svg/binary.svg similarity index 100% rename from icons/src/binary.svg rename to icons/svg/binary.svg diff --git a/icons/src/blade.svg b/icons/svg/blade.svg similarity index 100% rename from icons/src/blade.svg rename to icons/svg/blade.svg diff --git a/icons/svg/bower.svg b/icons/svg/bower.svg deleted file mode 100644 index 1dbdcb9..0000000 --- a/icons/svg/bower.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/src/c.svg b/icons/svg/c.svg similarity index 100% rename from icons/src/c.svg rename to icons/svg/c.svg diff --git a/icons/src/cf.svg b/icons/svg/cf.svg similarity index 100% rename from icons/src/cf.svg rename to icons/svg/cf.svg diff --git a/icons/src/circleci.svg b/icons/svg/circleci.svg similarity index 100% rename from icons/src/circleci.svg rename to icons/svg/circleci.svg diff --git a/icons/src/clojure.svg b/icons/svg/clojure.svg similarity index 100% rename from icons/src/clojure.svg rename to icons/svg/clojure.svg diff --git a/icons/svg/coffee.svg b/icons/svg/coffee.svg deleted file mode 100644 index f7c7b9f..0000000 --- a/icons/svg/coffee.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/src/coffeescript.svg b/icons/svg/coffeescript.svg similarity index 100% rename from icons/src/coffeescript.svg rename to icons/svg/coffeescript.svg diff --git a/icons/src/composer.svg b/icons/svg/composer.svg similarity index 100% rename from icons/src/composer.svg rename to icons/svg/composer.svg diff --git a/icons/src/cpp.svg b/icons/svg/cpp.svg similarity index 100% rename from icons/src/cpp.svg rename to icons/svg/cpp.svg diff --git a/icons/svg/csharp.svg b/icons/svg/csharp.svg deleted file mode 100644 index fffd665..0000000 --- a/icons/svg/csharp.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/svg/css.svg b/icons/svg/css.svg deleted file mode 100644 index 02a91e0..0000000 --- a/icons/svg/css.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/src/csv.svg b/icons/svg/csv.svg similarity index 100% rename from icons/src/csv.svg rename to icons/svg/csv.svg diff --git a/icons/src/default.svg b/icons/svg/default.svg similarity index 100% rename from icons/src/default.svg rename to icons/svg/default.svg diff --git a/icons/src/dlang.svg b/icons/svg/dlang.svg similarity index 100% rename from icons/src/dlang.svg rename to icons/svg/dlang.svg diff --git a/icons/src/docker.svg b/icons/svg/docker.svg similarity index 100% rename from icons/src/docker.svg rename to icons/svg/docker.svg diff --git a/icons/src/dotnet.svg b/icons/svg/dotnet.svg similarity index 100% rename from icons/src/dotnet.svg rename to icons/svg/dotnet.svg diff --git a/icons/src/editorconfig.svg b/icons/svg/editorconfig.svg similarity index 100% rename from icons/src/editorconfig.svg rename to icons/svg/editorconfig.svg diff --git a/icons/src/elm.svg b/icons/svg/elm.svg similarity index 100% rename from icons/src/elm.svg rename to icons/svg/elm.svg diff --git a/icons/src/erlang.svg b/icons/svg/erlang.svg similarity index 100% rename from icons/src/erlang.svg rename to icons/svg/erlang.svg diff --git a/icons/src/eslint.svg b/icons/svg/eslint.svg similarity index 100% rename from icons/src/eslint.svg rename to icons/svg/eslint.svg diff --git a/icons/src/ex.svg b/icons/svg/ex.svg similarity index 100% rename from icons/src/ex.svg rename to icons/svg/ex.svg diff --git a/icons/src/font.svg b/icons/svg/font.svg similarity index 100% rename from icons/src/font.svg rename to icons/svg/font.svg diff --git a/icons/svg/git.svg b/icons/svg/git.svg deleted file mode 100644 index 592b08e..0000000 --- a/icons/svg/git.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/src/go.svg b/icons/svg/go.svg similarity index 100% rename from icons/src/go.svg rename to icons/svg/go.svg diff --git a/icons/src/gradle.svg b/icons/svg/gradle.svg similarity index 100% rename from icons/src/gradle.svg rename to icons/svg/gradle.svg diff --git a/icons/src/graphviz.svg b/icons/svg/graphviz.svg similarity index 100% rename from icons/src/graphviz.svg rename to icons/svg/graphviz.svg diff --git a/icons/src/groovy.svg b/icons/svg/groovy.svg similarity index 100% rename from icons/src/groovy.svg rename to icons/svg/groovy.svg diff --git a/icons/src/gruntfile.svg b/icons/svg/gruntfile.svg similarity index 100% rename from icons/src/gruntfile.svg rename to icons/svg/gruntfile.svg diff --git a/icons/src/gulpfile.svg b/icons/svg/gulpfile.svg similarity index 100% rename from icons/src/gulpfile.svg rename to icons/svg/gulpfile.svg diff --git a/icons/src/haml.svg b/icons/svg/haml.svg similarity index 100% rename from icons/src/haml.svg rename to icons/svg/haml.svg diff --git a/icons/src/haskell.svg b/icons/svg/haskell.svg similarity index 100% rename from icons/src/haskell.svg rename to icons/svg/haskell.svg diff --git a/icons/src/haxe.svg b/icons/svg/haxe.svg similarity index 100% rename from icons/src/haxe.svg rename to icons/svg/haxe.svg diff --git a/icons/src/html.svg b/icons/svg/html.svg similarity index 100% rename from icons/src/html.svg rename to icons/svg/html.svg diff --git a/icons/src/image.svg b/icons/svg/image.svg similarity index 100% rename from icons/src/image.svg rename to icons/svg/image.svg diff --git a/icons/src/java.svg b/icons/svg/java.svg similarity index 100% rename from icons/src/java.svg rename to icons/svg/java.svg diff --git a/icons/src/js.svg b/icons/svg/js.svg similarity index 100% rename from icons/src/js.svg rename to icons/svg/js.svg diff --git a/icons/svg/json.svg b/icons/svg/json.svg deleted file mode 100644 index 2b470f1..0000000 --- a/icons/svg/json.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/icons/src/jsp.svg b/icons/svg/jsp.svg similarity index 100% rename from icons/src/jsp.svg rename to icons/svg/jsp.svg diff --git a/icons/src/jsx.svg b/icons/svg/jsx.svg similarity index 100% rename from icons/src/jsx.svg rename to icons/svg/jsx.svg diff --git a/icons/src/julia.svg b/icons/svg/julia.svg similarity index 100% rename from icons/src/julia.svg rename to icons/svg/julia.svg diff --git a/icons/src/less.svg b/icons/svg/less.svg similarity index 100% rename from icons/src/less.svg rename to icons/svg/less.svg diff --git a/icons/svg/license.svg b/icons/svg/license.svg deleted file mode 100644 index 05b3098..0000000 --- a/icons/svg/license.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/src/liquid.svg b/icons/svg/liquid.svg similarity index 100% rename from icons/src/liquid.svg rename to icons/svg/liquid.svg diff --git a/icons/src/lisp.svg b/icons/svg/lisp.svg similarity index 100% rename from icons/src/lisp.svg rename to icons/svg/lisp.svg diff --git a/icons/src/lock.svg b/icons/svg/lock.svg similarity index 100% rename from icons/src/lock.svg rename to icons/svg/lock.svg diff --git a/icons/src/log.svg b/icons/svg/log.svg similarity index 100% rename from icons/src/log.svg rename to icons/svg/log.svg diff --git a/icons/src/lsl.svg b/icons/svg/lsl.svg similarity index 100% rename from icons/src/lsl.svg rename to icons/svg/lsl.svg diff --git a/icons/src/lua.svg b/icons/svg/lua.svg similarity index 100% rename from icons/src/lua.svg rename to icons/svg/lua.svg diff --git a/icons/svg/markdown.svg b/icons/svg/markdown.svg deleted file mode 100644 index c7f505a..0000000 --- a/icons/svg/markdown.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/src/markup.svg b/icons/svg/markup.svg similarity index 100% rename from icons/src/markup.svg rename to icons/svg/markup.svg diff --git a/icons/src/matlab.svg b/icons/svg/matlab.svg similarity index 100% rename from icons/src/matlab.svg rename to icons/svg/matlab.svg diff --git a/icons/src/mustache.svg b/icons/svg/mustache.svg similarity index 100% rename from icons/src/mustache.svg rename to icons/svg/mustache.svg diff --git a/icons/src/nginx.svg b/icons/svg/nginx.svg similarity index 100% rename from icons/src/nginx.svg rename to icons/svg/nginx.svg diff --git a/icons/src/nodejs.svg b/icons/svg/nodejs.svg similarity index 100% rename from icons/src/nodejs.svg rename to icons/svg/nodejs.svg diff --git a/icons/src/note.svg b/icons/svg/note.svg similarity index 100% rename from icons/src/note.svg rename to icons/svg/note.svg diff --git a/icons/src/npm.svg b/icons/svg/npm.svg similarity index 100% rename from icons/src/npm.svg rename to icons/svg/npm.svg diff --git a/icons/src/nsis.svg b/icons/svg/nsis.svg similarity index 100% rename from icons/src/nsis.svg rename to icons/svg/nsis.svg diff --git a/icons/src/ocaml.svg b/icons/svg/ocaml.svg similarity index 100% rename from icons/src/ocaml.svg rename to icons/svg/ocaml.svg diff --git a/icons/src/pdf.svg b/icons/svg/pdf.svg similarity index 100% rename from icons/src/pdf.svg rename to icons/svg/pdf.svg diff --git a/icons/src/perl.svg b/icons/svg/perl.svg similarity index 100% rename from icons/src/perl.svg rename to icons/svg/perl.svg diff --git a/icons/src/php.svg b/icons/svg/php.svg similarity index 100% rename from icons/src/php.svg rename to icons/svg/php.svg diff --git a/icons/src/plist.svg b/icons/svg/plist.svg similarity index 100% rename from icons/src/plist.svg rename to icons/svg/plist.svg diff --git a/icons/src/postcss.svg b/icons/svg/postcss.svg similarity index 100% rename from icons/src/postcss.svg rename to icons/svg/postcss.svg diff --git a/icons/src/preferences.svg b/icons/svg/preferences.svg similarity index 100% rename from icons/src/preferences.svg rename to icons/svg/preferences.svg diff --git a/icons/src/procfile.svg b/icons/svg/procfile.svg similarity index 100% rename from icons/src/procfile.svg rename to icons/svg/procfile.svg diff --git a/icons/src/psd.svg b/icons/svg/psd.svg similarity index 100% rename from icons/src/psd.svg rename to icons/svg/psd.svg diff --git a/icons/src/pug.svg b/icons/svg/pug.svg similarity index 100% rename from icons/src/pug.svg rename to icons/svg/pug.svg diff --git a/icons/src/puppet.svg b/icons/svg/puppet.svg similarity index 100% rename from icons/src/puppet.svg rename to icons/svg/puppet.svg diff --git a/icons/src/python.svg b/icons/svg/python.svg similarity index 100% rename from icons/src/python.svg rename to icons/svg/python.svg diff --git a/icons/src/r.svg b/icons/svg/r.svg similarity index 100% rename from icons/src/r.svg rename to icons/svg/r.svg diff --git a/icons/src/rails.svg b/icons/svg/rails.svg similarity index 100% rename from icons/src/rails.svg rename to icons/svg/rails.svg diff --git a/icons/src/riot.svg b/icons/svg/riot.svg similarity index 100% rename from icons/src/riot.svg rename to icons/svg/riot.svg diff --git a/icons/src/ruby.svg b/icons/svg/ruby.svg similarity index 100% rename from icons/src/ruby.svg rename to icons/svg/ruby.svg diff --git a/icons/src/rust.svg b/icons/svg/rust.svg similarity index 100% rename from icons/src/rust.svg rename to icons/svg/rust.svg diff --git a/icons/svg/sass.svg b/icons/svg/sass.svg deleted file mode 100644 index 3270306..0000000 --- a/icons/svg/sass.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/icons/src/scala.svg b/icons/svg/scala.svg similarity index 100% rename from icons/src/scala.svg rename to icons/svg/scala.svg diff --git a/icons/src/scss.svg b/icons/svg/scss.svg similarity index 100% rename from icons/src/scss.svg rename to icons/svg/scss.svg diff --git a/icons/src/settings.svg b/icons/svg/settings.svg similarity index 100% rename from icons/src/settings.svg rename to icons/svg/settings.svg diff --git a/icons/src/shell.svg b/icons/svg/shell.svg similarity index 100% rename from icons/src/shell.svg rename to icons/svg/shell.svg diff --git a/icons/src/sketch.svg b/icons/svg/sketch.svg similarity index 100% rename from icons/src/sketch.svg rename to icons/svg/sketch.svg diff --git a/icons/src/slim.svg b/icons/svg/slim.svg similarity index 100% rename from icons/src/slim.svg rename to icons/svg/slim.svg diff --git a/icons/src/source.svg b/icons/svg/source.svg similarity index 100% rename from icons/src/source.svg rename to icons/svg/source.svg diff --git a/icons/src/sql.svg b/icons/svg/sql.svg similarity index 100% rename from icons/src/sql.svg rename to icons/svg/sql.svg diff --git a/icons/src/stata.svg b/icons/svg/stata.svg similarity index 100% rename from icons/src/stata.svg rename to icons/svg/stata.svg diff --git a/icons/src/stylelint.svg b/icons/svg/stylelint.svg similarity index 100% rename from icons/src/stylelint.svg rename to icons/svg/stylelint.svg diff --git a/icons/src/stylus.svg b/icons/svg/stylus.svg similarity index 100% rename from icons/src/stylus.svg rename to icons/svg/stylus.svg diff --git a/icons/src/sublime.svg b/icons/svg/sublime.svg similarity index 100% rename from icons/src/sublime.svg rename to icons/svg/sublime.svg diff --git a/icons/src/svg.svg b/icons/svg/svg.svg similarity index 100% rename from icons/src/svg.svg rename to icons/svg/svg.svg diff --git a/icons/src/swift.svg b/icons/svg/swift.svg similarity index 100% rename from icons/src/swift.svg rename to icons/svg/swift.svg diff --git a/icons/src/tcl.svg b/icons/svg/tcl.svg similarity index 100% rename from icons/src/tcl.svg rename to icons/svg/tcl.svg diff --git a/icons/src/tex.svg b/icons/svg/tex.svg similarity index 100% rename from icons/src/tex.svg rename to icons/svg/tex.svg diff --git a/icons/src/text.svg b/icons/svg/text.svg similarity index 100% rename from icons/src/text.svg rename to icons/svg/text.svg diff --git a/icons/src/textile.svg b/icons/svg/textile.svg similarity index 100% rename from icons/src/textile.svg rename to icons/svg/textile.svg diff --git a/icons/src/todo.svg b/icons/svg/todo.svg similarity index 100% rename from icons/src/todo.svg rename to icons/svg/todo.svg diff --git a/icons/src/twig.svg b/icons/svg/twig.svg similarity index 100% rename from icons/src/twig.svg rename to icons/svg/twig.svg diff --git a/icons/src/typescript.svg b/icons/svg/typescript.svg similarity index 100% rename from icons/src/typescript.svg rename to icons/svg/typescript.svg diff --git a/icons/src/vue.svg b/icons/svg/vue.svg similarity index 100% rename from icons/src/vue.svg rename to icons/svg/vue.svg diff --git a/icons/src/webpack.svg b/icons/svg/webpack.svg similarity index 100% rename from icons/src/webpack.svg rename to icons/svg/webpack.svg diff --git a/icons/src/windows.svg b/icons/svg/windows.svg similarity index 100% rename from icons/src/windows.svg rename to icons/svg/windows.svg diff --git a/icons/src/yaml.svg b/icons/svg/yaml.svg similarity index 100% rename from icons/src/yaml.svg rename to icons/svg/yaml.svg diff --git a/icons/src/yarn.svg b/icons/svg/yarn.svg similarity index 100% rename from icons/src/yarn.svg rename to icons/svg/yarn.svg diff --git a/icons/src/actionscript.svg b/src/icons/actionscript.svg similarity index 100% rename from icons/src/actionscript.svg rename to src/icons/actionscript.svg diff --git a/src/icons/ai.svg b/src/icons/ai.svg new file mode 100755 index 0000000..d1b9e99 --- /dev/null +++ b/src/icons/ai.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/angular.svg b/src/icons/angular.svg new file mode 100755 index 0000000..b054fec --- /dev/null +++ b/src/icons/angular.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/applescript.svg b/src/icons/applescript.svg new file mode 100755 index 0000000..7b68cde --- /dev/null +++ b/src/icons/applescript.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/archive.svg b/src/icons/archive.svg new file mode 100755 index 0000000..3f5dc31 --- /dev/null +++ b/src/icons/archive.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/babel.svg b/src/icons/babel.svg new file mode 100755 index 0000000..f499981 --- /dev/null +++ b/src/icons/babel.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/binary.svg b/src/icons/binary.svg new file mode 100755 index 0000000..8f7d738 --- /dev/null +++ b/src/icons/binary.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/blade.svg b/src/icons/blade.svg new file mode 100755 index 0000000..6204858 --- /dev/null +++ b/src/icons/blade.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/bower.svg b/src/icons/bower.svg new file mode 100755 index 0000000..85517b0 --- /dev/null +++ b/src/icons/bower.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/c.svg b/src/icons/c.svg new file mode 100755 index 0000000..c078a10 --- /dev/null +++ b/src/icons/c.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/cf.svg b/src/icons/cf.svg new file mode 100755 index 0000000..7c8321d --- /dev/null +++ b/src/icons/cf.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/circleci.svg b/src/icons/circleci.svg new file mode 100755 index 0000000..36b0df6 --- /dev/null +++ b/src/icons/circleci.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/clojure.svg b/src/icons/clojure.svg new file mode 100755 index 0000000..e806789 --- /dev/null +++ b/src/icons/clojure.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/coffeescript.svg b/src/icons/coffeescript.svg new file mode 100755 index 0000000..b4ca76e --- /dev/null +++ b/src/icons/coffeescript.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/composer.svg b/src/icons/composer.svg new file mode 100755 index 0000000..323059e --- /dev/null +++ b/src/icons/composer.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/cpp.svg b/src/icons/cpp.svg new file mode 100755 index 0000000..da3d047 --- /dev/null +++ b/src/icons/cpp.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/csharp.svg b/src/icons/csharp.svg new file mode 100755 index 0000000..03d37f9 --- /dev/null +++ b/src/icons/csharp.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/css.svg b/src/icons/css.svg new file mode 100755 index 0000000..c28cc98 --- /dev/null +++ b/src/icons/css.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/csv.svg b/src/icons/csv.svg new file mode 100755 index 0000000..68505f3 --- /dev/null +++ b/src/icons/csv.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/default.svg b/src/icons/default.svg new file mode 100755 index 0000000..aab33d6 --- /dev/null +++ b/src/icons/default.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/dlang.svg b/src/icons/dlang.svg new file mode 100755 index 0000000..f61cdc9 --- /dev/null +++ b/src/icons/dlang.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/docker.svg b/src/icons/docker.svg new file mode 100755 index 0000000..23d8e27 --- /dev/null +++ b/src/icons/docker.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/dotnet.svg b/src/icons/dotnet.svg new file mode 100755 index 0000000..e19dd1a --- /dev/null +++ b/src/icons/dotnet.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/editorconfig.svg b/src/icons/editorconfig.svg new file mode 100755 index 0000000..a1b6422 --- /dev/null +++ b/src/icons/editorconfig.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/elm.svg b/src/icons/elm.svg new file mode 100755 index 0000000..56179c3 --- /dev/null +++ b/src/icons/elm.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/erlang.svg b/src/icons/erlang.svg new file mode 100755 index 0000000..f61b72d --- /dev/null +++ b/src/icons/erlang.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/eslint.svg b/src/icons/eslint.svg new file mode 100755 index 0000000..e2ced03 --- /dev/null +++ b/src/icons/eslint.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/ex.svg b/src/icons/ex.svg new file mode 100755 index 0000000..bcf263b --- /dev/null +++ b/src/icons/ex.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/font.svg b/src/icons/font.svg new file mode 100755 index 0000000..7b3658a --- /dev/null +++ b/src/icons/font.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/git.svg b/src/icons/git.svg new file mode 100755 index 0000000..06fd699 --- /dev/null +++ b/src/icons/git.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/go.svg b/src/icons/go.svg new file mode 100755 index 0000000..1e35057 --- /dev/null +++ b/src/icons/go.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/gradle.svg b/src/icons/gradle.svg new file mode 100755 index 0000000..216ff33 --- /dev/null +++ b/src/icons/gradle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/graphviz.svg b/src/icons/graphviz.svg new file mode 100755 index 0000000..4a38672 --- /dev/null +++ b/src/icons/graphviz.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/groovy.svg b/src/icons/groovy.svg new file mode 100755 index 0000000..792382e --- /dev/null +++ b/src/icons/groovy.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/gruntfile.svg b/src/icons/gruntfile.svg new file mode 100755 index 0000000..3d2a720 --- /dev/null +++ b/src/icons/gruntfile.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/gulpfile.svg b/src/icons/gulpfile.svg new file mode 100755 index 0000000..f443b7c --- /dev/null +++ b/src/icons/gulpfile.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/haml.svg b/src/icons/haml.svg new file mode 100755 index 0000000..dea690a --- /dev/null +++ b/src/icons/haml.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/haskell.svg b/src/icons/haskell.svg new file mode 100755 index 0000000..fb8ddc9 --- /dev/null +++ b/src/icons/haskell.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/haxe.svg b/src/icons/haxe.svg new file mode 100755 index 0000000..c69421f --- /dev/null +++ b/src/icons/haxe.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/html.svg b/src/icons/html.svg new file mode 100755 index 0000000..de96308 --- /dev/null +++ b/src/icons/html.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/image.svg b/src/icons/image.svg new file mode 100755 index 0000000..8db0c64 --- /dev/null +++ b/src/icons/image.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/java.svg b/src/icons/java.svg new file mode 100755 index 0000000..f6ccd04 --- /dev/null +++ b/src/icons/java.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/js.svg b/src/icons/js.svg new file mode 100755 index 0000000..80d3138 --- /dev/null +++ b/src/icons/js.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/json.svg b/src/icons/json.svg new file mode 100755 index 0000000..7f11ad2 --- /dev/null +++ b/src/icons/json.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/jsp.svg b/src/icons/jsp.svg new file mode 100755 index 0000000..de96308 --- /dev/null +++ b/src/icons/jsp.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/jsx.svg b/src/icons/jsx.svg new file mode 100755 index 0000000..ac02d46 --- /dev/null +++ b/src/icons/jsx.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/julia.svg b/src/icons/julia.svg new file mode 100755 index 0000000..3e44327 --- /dev/null +++ b/src/icons/julia.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/less.svg b/src/icons/less.svg new file mode 100755 index 0000000..5a7791a --- /dev/null +++ b/src/icons/less.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/license.svg b/src/icons/license.svg new file mode 100755 index 0000000..2b496b9 --- /dev/null +++ b/src/icons/license.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/liquid.svg b/src/icons/liquid.svg new file mode 100755 index 0000000..a69eb0e --- /dev/null +++ b/src/icons/liquid.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/lisp.svg b/src/icons/lisp.svg new file mode 100755 index 0000000..14de59d --- /dev/null +++ b/src/icons/lisp.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/lock.svg b/src/icons/lock.svg new file mode 100755 index 0000000..7c1dbac --- /dev/null +++ b/src/icons/lock.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/log.svg b/src/icons/log.svg new file mode 100755 index 0000000..7a41102 --- /dev/null +++ b/src/icons/log.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/lsl.svg b/src/icons/lsl.svg new file mode 100755 index 0000000..c7472d0 --- /dev/null +++ b/src/icons/lsl.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/lua.svg b/src/icons/lua.svg new file mode 100755 index 0000000..e2e4ea8 --- /dev/null +++ b/src/icons/lua.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/markdown.svg b/src/icons/markdown.svg new file mode 100755 index 0000000..4c8168c --- /dev/null +++ b/src/icons/markdown.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/markup.svg b/src/icons/markup.svg new file mode 100755 index 0000000..3eec1ec --- /dev/null +++ b/src/icons/markup.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/matlab.svg b/src/icons/matlab.svg new file mode 100755 index 0000000..5f68204 --- /dev/null +++ b/src/icons/matlab.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/mustache.svg b/src/icons/mustache.svg new file mode 100755 index 0000000..f415378 --- /dev/null +++ b/src/icons/mustache.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/nginx.svg b/src/icons/nginx.svg new file mode 100755 index 0000000..013b3ee --- /dev/null +++ b/src/icons/nginx.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/nodejs.svg b/src/icons/nodejs.svg new file mode 100755 index 0000000..d967df5 --- /dev/null +++ b/src/icons/nodejs.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/note.svg b/src/icons/note.svg new file mode 100755 index 0000000..272e04d --- /dev/null +++ b/src/icons/note.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/npm.svg b/src/icons/npm.svg new file mode 100755 index 0000000..af3b8e7 --- /dev/null +++ b/src/icons/npm.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/nsis.svg b/src/icons/nsis.svg new file mode 100755 index 0000000..7065e75 --- /dev/null +++ b/src/icons/nsis.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/ocaml.svg b/src/icons/ocaml.svg new file mode 100755 index 0000000..bb524ee --- /dev/null +++ b/src/icons/ocaml.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/pdf.svg b/src/icons/pdf.svg new file mode 100755 index 0000000..8a28996 --- /dev/null +++ b/src/icons/pdf.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/perl.svg b/src/icons/perl.svg new file mode 100755 index 0000000..32509a3 --- /dev/null +++ b/src/icons/perl.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/php.svg b/src/icons/php.svg new file mode 100755 index 0000000..9dca1e0 --- /dev/null +++ b/src/icons/php.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/plist.svg b/src/icons/plist.svg new file mode 100755 index 0000000..db3e9fa --- /dev/null +++ b/src/icons/plist.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/postcss.svg b/src/icons/postcss.svg new file mode 100755 index 0000000..2a93770 --- /dev/null +++ b/src/icons/postcss.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/preferences.svg b/src/icons/preferences.svg new file mode 100755 index 0000000..2017da7 --- /dev/null +++ b/src/icons/preferences.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/procfile.svg b/src/icons/procfile.svg new file mode 100755 index 0000000..880e65d --- /dev/null +++ b/src/icons/procfile.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/psd.svg b/src/icons/psd.svg new file mode 100755 index 0000000..76a9f51 --- /dev/null +++ b/src/icons/psd.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/pug.svg b/src/icons/pug.svg new file mode 100755 index 0000000..b11614a --- /dev/null +++ b/src/icons/pug.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/puppet.svg b/src/icons/puppet.svg new file mode 100755 index 0000000..7ebe58e --- /dev/null +++ b/src/icons/puppet.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/python.svg b/src/icons/python.svg new file mode 100755 index 0000000..004ed0a --- /dev/null +++ b/src/icons/python.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/r.svg b/src/icons/r.svg new file mode 100755 index 0000000..53bfd77 --- /dev/null +++ b/src/icons/r.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/rails.svg b/src/icons/rails.svg new file mode 100755 index 0000000..c7be628 --- /dev/null +++ b/src/icons/rails.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/riot.svg b/src/icons/riot.svg new file mode 100755 index 0000000..41faed9 --- /dev/null +++ b/src/icons/riot.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/ruby.svg b/src/icons/ruby.svg new file mode 100755 index 0000000..65b729a --- /dev/null +++ b/src/icons/ruby.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/rust.svg b/src/icons/rust.svg new file mode 100755 index 0000000..0c65735 --- /dev/null +++ b/src/icons/rust.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/sass.svg b/src/icons/sass.svg new file mode 100755 index 0000000..79478d9 --- /dev/null +++ b/src/icons/sass.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/scala.svg b/src/icons/scala.svg new file mode 100755 index 0000000..2e83768 --- /dev/null +++ b/src/icons/scala.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/scss.svg b/src/icons/scss.svg new file mode 100755 index 0000000..6b596fc --- /dev/null +++ b/src/icons/scss.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/settings.svg b/src/icons/settings.svg new file mode 100755 index 0000000..fe3ed11 --- /dev/null +++ b/src/icons/settings.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/shell.svg b/src/icons/shell.svg new file mode 100755 index 0000000..e10f3be --- /dev/null +++ b/src/icons/shell.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/sketch.svg b/src/icons/sketch.svg new file mode 100755 index 0000000..d5be148 --- /dev/null +++ b/src/icons/sketch.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/slim.svg b/src/icons/slim.svg new file mode 100755 index 0000000..6a2c1da --- /dev/null +++ b/src/icons/slim.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/source.svg b/src/icons/source.svg new file mode 100755 index 0000000..3eec1ec --- /dev/null +++ b/src/icons/source.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/sql.svg b/src/icons/sql.svg new file mode 100755 index 0000000..7c20ae7 --- /dev/null +++ b/src/icons/sql.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/stata.svg b/src/icons/stata.svg new file mode 100755 index 0000000..7fef8a5 --- /dev/null +++ b/src/icons/stata.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/stylelint.svg b/src/icons/stylelint.svg new file mode 100755 index 0000000..f773f11 --- /dev/null +++ b/src/icons/stylelint.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/stylus.svg b/src/icons/stylus.svg new file mode 100755 index 0000000..a588b34 --- /dev/null +++ b/src/icons/stylus.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/sublime.svg b/src/icons/sublime.svg new file mode 100755 index 0000000..0311625 --- /dev/null +++ b/src/icons/sublime.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/svg.svg b/src/icons/svg.svg new file mode 100755 index 0000000..072be26 --- /dev/null +++ b/src/icons/svg.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/swift.svg b/src/icons/swift.svg new file mode 100755 index 0000000..e2fd845 --- /dev/null +++ b/src/icons/swift.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/tcl.svg b/src/icons/tcl.svg new file mode 100755 index 0000000..3b5b7c2 --- /dev/null +++ b/src/icons/tcl.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/tex.svg b/src/icons/tex.svg new file mode 100755 index 0000000..f999f9e --- /dev/null +++ b/src/icons/tex.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/text.svg b/src/icons/text.svg new file mode 100755 index 0000000..272e04d --- /dev/null +++ b/src/icons/text.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/textile.svg b/src/icons/textile.svg new file mode 100755 index 0000000..09daef1 --- /dev/null +++ b/src/icons/textile.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/todo.svg b/src/icons/todo.svg new file mode 100755 index 0000000..6d60349 --- /dev/null +++ b/src/icons/todo.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/twig.svg b/src/icons/twig.svg new file mode 100755 index 0000000..659eb28 --- /dev/null +++ b/src/icons/twig.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/typescript.svg b/src/icons/typescript.svg new file mode 100755 index 0000000..41c0b5d --- /dev/null +++ b/src/icons/typescript.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/vue.svg b/src/icons/vue.svg new file mode 100755 index 0000000..1fce6c9 --- /dev/null +++ b/src/icons/vue.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/webpack.svg b/src/icons/webpack.svg new file mode 100755 index 0000000..67ca224 --- /dev/null +++ b/src/icons/webpack.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/windows.svg b/src/icons/windows.svg new file mode 100755 index 0000000..3a7e255 --- /dev/null +++ b/src/icons/windows.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/yaml.svg b/src/icons/yaml.svg new file mode 100755 index 0000000..7c20ae7 --- /dev/null +++ b/src/icons/yaml.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/src/icons/yarn.svg b/src/icons/yarn.svg new file mode 100755 index 0000000..cf002e5 --- /dev/null +++ b/src/icons/yarn.svg @@ -0,0 +1,11 @@ + + + + + + From dcd9548d8f34d0e391104067af566b650c55b425 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 14:27:04 +0100 Subject: [PATCH 08/18] chore: add svg transformation task --- .gulp/tasks/icons.js | 14 ++++++-- icons/colors.js | 51 ++++++++++++------------------ icons/{src => svg}/angular.svg | 0 icons/{src => svg}/applescript.svg | 0 icons/{src => svg}/bower.svg | 0 icons/{src => svg}/csharp.svg | 0 icons/{src => svg}/css.svg | 0 icons/{src => svg}/git.svg | 0 icons/{src => svg}/json.svg | 0 icons/{src => svg}/license.svg | 0 icons/{src => svg}/markdown.svg | 0 icons/{src => svg}/sass.svg | 0 12 files changed, 33 insertions(+), 32 deletions(-) rename icons/{src => svg}/angular.svg (100%) rename icons/{src => svg}/applescript.svg (100%) rename icons/{src => svg}/bower.svg (100%) rename icons/{src => svg}/csharp.svg (100%) rename icons/{src => svg}/css.svg (100%) rename icons/{src => svg}/git.svg (100%) rename icons/{src => svg}/json.svg (100%) rename icons/{src => svg}/license.svg (100%) rename icons/{src => svg}/markdown.svg (100%) rename icons/{src => svg}/sass.svg (100%) diff --git a/.gulp/tasks/icons.js b/.gulp/tasks/icons.js index 49032fe..be86788 100644 --- a/.gulp/tasks/icons.js +++ b/.gulp/tasks/icons.js @@ -12,11 +12,21 @@ import del from 'del'; import iconsColors from '../../icons/colors.js'; +console.log(iconsColors); + Gulp.task('process:icons', () => { del([`${Paths.icons}/svg/*.svg`]).then(paths => { - console.log('[ ⚙️ Deleting all icons]\n'.bold.red); + console.log('[ 🔥 Deleting all icons]\n'.bold.red); }); Gulp.src(`${Paths.src}/icons/*.svg`) - .pipe(Colorize(iconsColors)) + .pipe(Colorize({ + colors: iconsColors, + replaceColor: function (content, hex) { + return content.replace('#000', '#' + hex); + }, + replacePath: function (path, colorKey) { + return path.replace(/\.svg/, '.svg'); + } + })) .pipe(Gulp.dest(`${Paths.icons}/svg`)); }); \ No newline at end of file diff --git a/icons/colors.js b/icons/colors.js index 1d72c2a..f394f71 100644 --- a/icons/colors.js +++ b/icons/colors.js @@ -1,34 +1,25 @@ -const iconsColors ={ - colors: { - // Specific files - actionscript: { - pink: 'FF00FF' - } - }, - replaceColor: function (content, hex) { - return content.replace('#000', '#' + hex); - }, - replacePath: function (path, colorKey) { - return path.replace(/\.svg/, '.svg'); +/* Color Palette: + * green: '90A959', + * blue: '6A9FB5', + * blueDesaturated: '78909C', + * red: 'AC4142', + * redLight: 'D14748', + * maroon: 'AB7558', + * limeGreen: 'B8E15E', + * greenTea: '2ECC71', + * purple: 'AA759F', + * purpleDark: '8251A8', + * yellow: 'F4BF75', + * teal: '80CBC4', + * orange: 'D28445', +*/ + + + +var iconsColors = { + actionscript: { + pink: 'FF00FF' } } -/* -default: { - green: '90A959', - blue: '6A9FB5', - blueDesaturated: '78909C', - red: 'AC4142', - redLight: 'D14748', - maroon: 'AB7558', - limeGreen: 'B8E15E', - greenTea: '2ECC71', - purple: 'AA759F', - purpleDark: '8251A8', - yellow: 'F4BF75', - teal: '80CBC4', - orange: 'D28445', - } -*/ - export default iconsColors; \ No newline at end of file diff --git a/icons/src/angular.svg b/icons/svg/angular.svg similarity index 100% rename from icons/src/angular.svg rename to icons/svg/angular.svg diff --git a/icons/src/applescript.svg b/icons/svg/applescript.svg similarity index 100% rename from icons/src/applescript.svg rename to icons/svg/applescript.svg diff --git a/icons/src/bower.svg b/icons/svg/bower.svg similarity index 100% rename from icons/src/bower.svg rename to icons/svg/bower.svg diff --git a/icons/src/csharp.svg b/icons/svg/csharp.svg similarity index 100% rename from icons/src/csharp.svg rename to icons/svg/csharp.svg diff --git a/icons/src/css.svg b/icons/svg/css.svg similarity index 100% rename from icons/src/css.svg rename to icons/svg/css.svg diff --git a/icons/src/git.svg b/icons/svg/git.svg similarity index 100% rename from icons/src/git.svg rename to icons/svg/git.svg diff --git a/icons/src/json.svg b/icons/svg/json.svg similarity index 100% rename from icons/src/json.svg rename to icons/svg/json.svg diff --git a/icons/src/license.svg b/icons/svg/license.svg similarity index 100% rename from icons/src/license.svg rename to icons/svg/license.svg diff --git a/icons/src/markdown.svg b/icons/svg/markdown.svg similarity index 100% rename from icons/src/markdown.svg rename to icons/svg/markdown.svg diff --git a/icons/src/sass.svg b/icons/svg/sass.svg similarity index 100% rename from icons/src/sass.svg rename to icons/svg/sass.svg From e062daac58ba5bb6e5f6fcf647dd12c926330478 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 14:56:29 +0100 Subject: [PATCH 09/18] chore: Add tasks --- .gulp/index.js | 2 ++ .gulp/tasks/bump.js | 37 ++++++++++++++++++++ .gulp/tasks/changelog.js | 18 ++++++++++ CHANGELOG.md | 7 ---- package.json | 5 +-- yarn.lock | 73 +++++++++++++++++++++++++++++++++++++--- 6 files changed, 128 insertions(+), 14 deletions(-) create mode 100644 .gulp/tasks/bump.js create mode 100644 .gulp/tasks/changelog.js diff --git a/.gulp/index.js b/.gulp/index.js index 56e41e6..7bf51d3 100644 --- a/.gulp/index.js +++ b/.gulp/index.js @@ -1,5 +1,7 @@ // import the tasks import './tasks/icons'; +import './tasks/changelog'; +import './tasks/bump'; // export default script export default ['build']; \ No newline at end of file diff --git a/.gulp/tasks/bump.js b/.gulp/tasks/bump.js new file mode 100644 index 0000000..212f271 --- /dev/null +++ b/.gulp/tasks/bump.js @@ -0,0 +1,37 @@ +'use strict'; + +/* + * > Bump + */ + +import gulp from 'gulp'; +import runSequence from 'run-sequence'; +import colors from 'colors'; +import yrgv from 'yargs'; +import bump from 'gulp-bump'; +import gulpif from 'gulp-if'; + +var argv = yrgv.argv; + +gulp.task('bump', (cb) => { + runSequence( + 'bump-pkg-version', + (error) => { + if (error) { + console.log('[bump]'.bold.magenta + ' There was an issue bumping version:\n'.bold.red + error.message); + } else { + console.log('[bump]'.bold.magenta + ' Finished successfully'.bold.green); + } + cb(error); + } + ); +}); + +gulp.task('bump-pkg-version', () => { + return gulp.src(['./package.json']) + .pipe(gulpif((Object.keys(argv).length === 2), bump())) + .pipe(gulpif(argv.patch, bump())) + .pipe(gulpif(argv.minor, bump({ type: 'minor' }))) + .pipe(gulpif(argv.major, bump({ type: 'major' }))) + .pipe(gulp.dest('./')); +}); \ No newline at end of file diff --git a/.gulp/tasks/changelog.js b/.gulp/tasks/changelog.js new file mode 100644 index 0000000..f667b7e --- /dev/null +++ b/.gulp/tasks/changelog.js @@ -0,0 +1,18 @@ +'use strict'; + +/* + * > Changelog + */ + +import gulp from 'gulp'; +import conventionalChangelog from 'gulp-conventional-changelog'; + + +gulp.task('changelog', () => { + return gulp.src('CHANGELOG.md') + .pipe(conventionalChangelog({ + preset: 'angular', + releaseCount: 0 + })) + .pipe(gulp.dest('./')); +}); \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ee5a3eb..e69de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +0,0 @@ -# Change Log -All notable changes to the "theme-material-theme-darker" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] -- Initial release diff --git a/package.json b/package.json index 28d0bd9..ebb49d1 100644 --- a/package.json +++ b/package.json @@ -43,12 +43,13 @@ "eslint": "^3.11.0", "eslint-plugin-standard": "^2.0.1", "gulp": "^3.9.1", - "gulp-bump": "^2.4.0", + "gulp-bump": "^2.6.1", "gulp-colorize-svgs": "git+https://git@github.com/unic/gulp-colorize-svgs.git", "gulp-conventional-changelog": "^1.1.0", + "gulp-if": "^2.0.2", "gulp-stats": "^0.0.4", "gulp-watch": "^4.3.8", "run-sequence": "^1.2.2", - "yargs": "^6.0.0" + "yargs": "^6.6.0" } } diff --git a/yarn.lock b/yarn.lock index 346f151..2450bf5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1098,12 +1098,27 @@ duplexer2@0.0.2: dependencies: readable-stream "~1.1.9" +duplexify@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.5.0.tgz#1aa773002e1578457e9d9d4a50b0ccaaebcbd604" + 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.1" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" dependencies: jsbn "~0.1.0" +end-of-stream@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.0.0.tgz#d4596e702734a93e40e9af864319eabd99ff2f0e" + dependencies: + once "~1.3.0" + end-of-stream@~0.1.5: version "0.1.5" resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-0.1.5.tgz#8e177206c3c80837d85632e8b9359dfe8b2f6eaf" @@ -1411,6 +1426,10 @@ forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" +fork-stream@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/fork-stream/-/fork-stream-0.0.4.tgz#db849fce77f6708a5f8f386ae533a0907b54ae70" + form-data@~2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.2.tgz#89c3534008b97eada4cbb157d58f6f5df025eae4" @@ -1673,7 +1692,7 @@ graceful-fs@~1.2.0: version "1.0.1" resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" -gulp-bump@^2.4.0: +gulp-bump@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/gulp-bump/-/gulp-bump-2.6.1.tgz#9d27a9ec0e1b8608c39bb41238a35e860281bb18" dependencies: @@ -1683,6 +1702,13 @@ gulp-bump@^2.4.0: semver "^5.3.0" through2 "^2.0.1" +"gulp-colorize-svgs@git+https://git@github.com/unic/gulp-colorize-svgs.git": + version "0.1.0" + resolved "git+https://git@github.com/unic/gulp-colorize-svgs.git#c4fe69a9771f149a9ae720277246710470c2bd01" + dependencies: + gulp-util "^3.0.4" + lodash "^3.6.0" + gulp-conventional-changelog@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/gulp-conventional-changelog/-/gulp-conventional-changelog-1.1.0.tgz#0aae0c02da3ec45a7b4fe258295e491b47ffa202" @@ -1694,6 +1720,20 @@ gulp-conventional-changelog@^1.1.0: object-assign "^4.0.1" through2 "^2.0.0" +gulp-if@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/gulp-if/-/gulp-if-2.0.2.tgz#a497b7e7573005041caa2bc8b7dda3c80444d629" + dependencies: + gulp-match "^1.0.3" + ternary-stream "^2.0.1" + through2 "^2.0.1" + +gulp-match@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/gulp-match/-/gulp-match-1.0.3.tgz#91c7c0d7f29becd6606d57d80a7f8776a87aba8e" + dependencies: + minimatch "^3.0.3" + gulp-stats@^0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/gulp-stats/-/gulp-stats-0.0.4.tgz#f216c2bc079cb890cebf5d6aaa3b1eb397d12bab" @@ -1702,7 +1742,7 @@ gulp-stats@^0.0.4: pretty-hrtime "^1.0.0" text-table "^0.2.0" -gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.6, gulp-util@^3.0.7: +gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.4, gulp-util@^3.0.6, gulp-util@^3.0.7: version "3.0.8" resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" dependencies: @@ -2332,6 +2372,10 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "~3.0.0" +lodash@^3.6.0: + version "3.10.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" + lodash@^4.0.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -2384,6 +2428,12 @@ meow@^3.3.0: redent "^1.0.0" trim-newlines "^1.0.0" +merge-stream@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" + dependencies: + readable-stream "^2.0.1" + micromatch@^2.1.5, micromatch@^2.3.7: version "2.3.11" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" @@ -2418,7 +2468,7 @@ minimatch@^2.0.1: dependencies: brace-expansion "^1.0.0" -minimatch@^3.0.0, minimatch@^3.0.2: +minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" dependencies: @@ -2782,7 +2832,7 @@ read-pkg@^1.0.0, read-pkg@^1.1.0: isarray "0.0.1" string_decoder "~0.10.x" -"readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2: +readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e" dependencies: @@ -3114,6 +3164,10 @@ stream-consume@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.0.tgz#a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f" +stream-shift@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" + string-width@^1.0.1, string-width@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" @@ -3227,6 +3281,15 @@ tar@~2.2.1: fstream "^1.0.2" inherits "2" +ternary-stream@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/ternary-stream/-/ternary-stream-2.0.1.tgz#064e489b4b5bf60ba6a6b7bc7f2f5c274ecf8269" + dependencies: + duplexify "^3.5.0" + fork-stream "^0.0.4" + merge-stream "^1.0.0" + through2 "^2.0.1" + text-extensions@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.4.0.tgz#c385d2e80879fe6ef97893e1709d88d9453726e9" @@ -3475,7 +3538,7 @@ yargs-parser@^4.2.0: dependencies: camelcase "^3.0.0" -yargs@^6.0.0: +yargs@^6.6.0: version "6.6.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208" dependencies: From 8cbd95a449471f083c98b313c038487abbac26ca Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 22:01:06 +0100 Subject: [PATCH 10/18] chore: Add icons builder --- .gulp/tasks/icons.js | 58 ++++- .npmignore | 1 + .vscodeignore | 5 + CHANGELOG.md | 5 + icons/colors.js | 25 --- icons/material-theme-icon-theme.json | 316 ++++++++++++++++++++++++++- icons/svg/actionscript.svg | 2 +- icons/svg/ai.svg | 2 +- icons/svg/angular.svg | 2 +- icons/svg/applescript.svg | 2 +- icons/svg/bower.svg | 2 +- icons/svg/coffeescript.svg | 2 +- icons/svg/csharp.svg | 2 +- icons/svg/css.svg | 2 +- icons/svg/dlang.svg | 2 +- icons/svg/docker.svg | 2 +- icons/svg/erlang.svg | 2 +- icons/svg/git.svg | 2 +- icons/svg/go.svg | 2 +- icons/svg/graphviz.svg | 2 +- icons/svg/gruntfile.svg | 2 +- icons/svg/gulpfile.svg | 2 +- icons/svg/license.svg | 2 +- package.json | 4 + src/iconlist.json | 110 ++++++++++ src/settings/colors.js | 69 ++++++ src/theme-icon.template | 13 ++ yarn.lock | 56 ++++- 28 files changed, 644 insertions(+), 52 deletions(-) create mode 100644 .npmignore create mode 100644 .vscodeignore delete mode 100644 icons/colors.js mode change 100644 => 100755 icons/svg/actionscript.svg mode change 100755 => 100644 icons/svg/ai.svg mode change 100755 => 100644 icons/svg/angular.svg mode change 100755 => 100644 icons/svg/applescript.svg mode change 100755 => 100644 icons/svg/bower.svg mode change 100755 => 100644 icons/svg/coffeescript.svg mode change 100755 => 100644 icons/svg/csharp.svg mode change 100755 => 100644 icons/svg/css.svg mode change 100755 => 100644 icons/svg/dlang.svg mode change 100755 => 100644 icons/svg/docker.svg mode change 100755 => 100644 icons/svg/erlang.svg mode change 100755 => 100644 icons/svg/git.svg mode change 100755 => 100644 icons/svg/go.svg mode change 100755 => 100644 icons/svg/graphviz.svg mode change 100755 => 100644 icons/svg/gruntfile.svg mode change 100755 => 100644 icons/svg/gulpfile.svg mode change 100755 => 100644 icons/svg/license.svg create mode 100644 src/iconlist.json create mode 100644 src/settings/colors.js create mode 100644 src/theme-icon.template diff --git a/.gulp/tasks/icons.js b/.gulp/tasks/icons.js index be86788..38a4b4a 100644 --- a/.gulp/tasks/icons.js +++ b/.gulp/tasks/icons.js @@ -6,18 +6,41 @@ import Gulp from 'gulp'; import Colorize from 'gulp-colorize-svgs'; -import colors from 'colors'; +import runSequence from 'run-sequence'; +import Template from 'gulp-template'; +import Rename from 'gulp-rename'; +import FileList from 'gulp-filelist'; +import Data from 'gulp-data'; import Paths from '../paths'; -import del from 'del'; +import Del from 'del'; -import iconsColors from '../../icons/colors.js'; +import iconsColors from '../../src/settings/colors.js'; +import iconList from '../../src/iconlist.json'; -console.log(iconsColors); + +Gulp.task('icons', (cb) => { + runSequence( + 'clean:icons', + 'process:icons', + 'iconslist', + 'template:icons', + (error) => { + if (error) { + console.log('\n[Build Icons]'.bold.magenta + ' There was an issue building icons:\n'.bold.red + error.message); + } else { + console.log('\n[Build Icons]'.bold.magenta + ' Finished successfully\n'.bold.green); + } + cb(error); + } + ); +}); + + +Gulp.task('clean:icons', () => { + Del([`${Paths.icons}/svg/*.svg`]); +}); Gulp.task('process:icons', () => { - del([`${Paths.icons}/svg/*.svg`]).then(paths => { - console.log('[ 🔥 Deleting all icons]\n'.bold.red); - }); Gulp.src(`${Paths.src}/icons/*.svg`) .pipe(Colorize({ colors: iconsColors, @@ -29,4 +52,25 @@ Gulp.task('process:icons', () => { } })) .pipe(Gulp.dest(`${Paths.icons}/svg`)); +}); + +Gulp.task('iconslist', () => { + Gulp.src(`${Paths.src}/icons/*.svg`) + .pipe(FileList('iconlist.json', { + flatten: true, + removeExtensions: true + })) + .pipe(Gulp.dest(Paths.src)); +}); + + +Gulp.task('template:icons', () => { + Gulp.src(`${Paths.src}/theme-icon.template`) + .pipe(Data(() => ({ icons: iconList }))) + .pipe(Template()) + .pipe(Rename({ + basename: "material-theme-icon-theme", + extname: ".json" + })) + .pipe(Gulp.dest(Paths.icons)); }); \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..aa8e45f --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +src/ \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore new file mode 100644 index 0000000..026411a --- /dev/null +++ b/.vscodeignore @@ -0,0 +1,5 @@ +.vscode/** +.vscode-test/** +src/** +.gitignore +vsc-extension-quickstart.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..2373427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ + +## 0.0.1 (2017-02-04) + + + diff --git a/icons/colors.js b/icons/colors.js deleted file mode 100644 index f394f71..0000000 --- a/icons/colors.js +++ /dev/null @@ -1,25 +0,0 @@ -/* Color Palette: - * green: '90A959', - * blue: '6A9FB5', - * blueDesaturated: '78909C', - * red: 'AC4142', - * redLight: 'D14748', - * maroon: 'AB7558', - * limeGreen: 'B8E15E', - * greenTea: '2ECC71', - * purple: 'AA759F', - * purpleDark: '8251A8', - * yellow: 'F4BF75', - * teal: '80CBC4', - * orange: 'D28445', -*/ - - - -var iconsColors = { - actionscript: { - pink: 'FF00FF' - } -} - -export default iconsColors; \ No newline at end of file diff --git a/icons/material-theme-icon-theme.json b/icons/material-theme-icon-theme.json index d04a72a..d97ec90 100644 --- a/icons/material-theme-icon-theme.json +++ b/icons/material-theme-icon-theme.json @@ -1,16 +1,328 @@ { "iconDefinitions": { + "_actionscript": { + "iconPath": "svg/actionscript.svg" + }, + "_ai": { + "iconPath": "svg/ai.svg" + }, + "_angular": { + "iconPath": "svg/angular.svg" + }, + "_applescript": { + "iconPath": "svg/applescript.svg" + }, + "_archive": { + "iconPath": "svg/archive.svg" + }, + "_babel": { + "iconPath": "svg/babel.svg" + }, + "_binary": { + "iconPath": "svg/binary.svg" + }, + "_blade": { + "iconPath": "svg/blade.svg" + }, + "_bower": { + "iconPath": "svg/bower.svg" + }, + "_c": { + "iconPath": "svg/c.svg" + }, + "_cf": { + "iconPath": "svg/cf.svg" + }, + "_circleci": { + "iconPath": "svg/circleci.svg" + }, + "_clojure": { + "iconPath": "svg/clojure.svg" + }, + "_coffeescript": { + "iconPath": "svg/coffeescript.svg" + }, + "_composer": { + "iconPath": "svg/composer.svg" + }, + "_cpp": { + "iconPath": "svg/cpp.svg" + }, + "_csharp": { + "iconPath": "svg/csharp.svg" + }, + "_css": { + "iconPath": "svg/css.svg" + }, + "_csv": { + "iconPath": "svg/csv.svg" + }, + "_default": { + "iconPath": "svg/default.svg" + }, + "_dlang": { + "iconPath": "svg/dlang.svg" + }, + "_docker": { + "iconPath": "svg/docker.svg" + }, + "_dotnet": { + "iconPath": "svg/dotnet.svg" + }, + "_editorconfig": { + "iconPath": "svg/editorconfig.svg" + }, + "_elm": { + "iconPath": "svg/elm.svg" + }, + "_erlang": { + "iconPath": "svg/erlang.svg" + }, + "_eslint": { + "iconPath": "svg/eslint.svg" + }, + "_ex": { + "iconPath": "svg/ex.svg" + }, + "_font": { + "iconPath": "svg/font.svg" + }, + "_git": { + "iconPath": "svg/git.svg" + }, + "_go": { + "iconPath": "svg/go.svg" + }, + "_gradle": { + "iconPath": "svg/gradle.svg" + }, + "_graphviz": { + "iconPath": "svg/graphviz.svg" + }, + "_groovy": { + "iconPath": "svg/groovy.svg" + }, + "_gruntfile": { + "iconPath": "svg/gruntfile.svg" + }, + "_gulpfile": { + "iconPath": "svg/gulpfile.svg" + }, + "_haml": { + "iconPath": "svg/haml.svg" + }, + "_haskell": { + "iconPath": "svg/haskell.svg" + }, + "_haxe": { + "iconPath": "svg/haxe.svg" + }, + "_html": { + "iconPath": "svg/html.svg" + }, + "_image": { + "iconPath": "svg/image.svg" + }, + "_java": { + "iconPath": "svg/java.svg" + }, + "_js": { + "iconPath": "svg/js.svg" + }, + "_json": { + "iconPath": "svg/json.svg" + }, + "_jsp": { + "iconPath": "svg/jsp.svg" + }, + "_jsx": { + "iconPath": "svg/jsx.svg" + }, + "_julia": { + "iconPath": "svg/julia.svg" + }, + "_less": { + "iconPath": "svg/less.svg" + }, + "_license": { + "iconPath": "svg/license.svg" + }, + "_liquid": { + "iconPath": "svg/liquid.svg" + }, + "_lisp": { + "iconPath": "svg/lisp.svg" + }, + "_lock": { + "iconPath": "svg/lock.svg" + }, + "_log": { + "iconPath": "svg/log.svg" + }, + "_lsl": { + "iconPath": "svg/lsl.svg" + }, + "_lua": { + "iconPath": "svg/lua.svg" + }, "_markdown": { "iconPath": "svg/markdown.svg" }, + "_markup": { + "iconPath": "svg/markup.svg" + }, + "_matlab": { + "iconPath": "svg/matlab.svg" + }, + "_mustache": { + "iconPath": "svg/mustache.svg" + }, + "_nginx": { + "iconPath": "svg/nginx.svg" + }, + "_nodejs": { + "iconPath": "svg/nodejs.svg" + }, + "_note": { + "iconPath": "svg/note.svg" + }, + "_npm": { + "iconPath": "svg/npm.svg" + }, + "_nsis": { + "iconPath": "svg/nsis.svg" + }, + "_ocaml": { + "iconPath": "svg/ocaml.svg" + }, + "_pdf": { + "iconPath": "svg/pdf.svg" + }, + "_perl": { + "iconPath": "svg/perl.svg" + }, + "_php": { + "iconPath": "svg/php.svg" + }, + "_plist": { + "iconPath": "svg/plist.svg" + }, + "_postcss": { + "iconPath": "svg/postcss.svg" + }, + "_preferences": { + "iconPath": "svg/preferences.svg" + }, + "_procfile": { + "iconPath": "svg/procfile.svg" + }, + "_psd": { + "iconPath": "svg/psd.svg" + }, + "_pug": { + "iconPath": "svg/pug.svg" + }, + "_puppet": { + "iconPath": "svg/puppet.svg" + }, + "_python": { + "iconPath": "svg/python.svg" + }, + "_r": { + "iconPath": "svg/r.svg" + }, + "_rails": { + "iconPath": "svg/rails.svg" + }, + "_riot": { + "iconPath": "svg/riot.svg" + }, + "_ruby": { + "iconPath": "svg/ruby.svg" + }, + "_rust": { + "iconPath": "svg/rust.svg" + }, "_sass": { "iconPath": "svg/sass.svg" }, + "_scala": { + "iconPath": "svg/scala.svg" + }, "_scss": { "iconPath": "svg/scss.svg" }, - "_json": { - "iconPath": "svg/json.svg" + "_settings": { + "iconPath": "svg/settings.svg" + }, + "_shell": { + "iconPath": "svg/shell.svg" + }, + "_sketch": { + "iconPath": "svg/sketch.svg" + }, + "_slim": { + "iconPath": "svg/slim.svg" + }, + "_source": { + "iconPath": "svg/source.svg" + }, + "_sql": { + "iconPath": "svg/sql.svg" + }, + "_stata": { + "iconPath": "svg/stata.svg" + }, + "_stylelint": { + "iconPath": "svg/stylelint.svg" + }, + "_stylus": { + "iconPath": "svg/stylus.svg" + }, + "_sublime": { + "iconPath": "svg/sublime.svg" + }, + "_svg": { + "iconPath": "svg/svg.svg" + }, + "_swift": { + "iconPath": "svg/swift.svg" + }, + "_tcl": { + "iconPath": "svg/tcl.svg" + }, + "_tex": { + "iconPath": "svg/tex.svg" + }, + "_text": { + "iconPath": "svg/text.svg" + }, + "_textile": { + "iconPath": "svg/textile.svg" + }, + "_todo": { + "iconPath": "svg/todo.svg" + }, + "_twig": { + "iconPath": "svg/twig.svg" + }, + "_typescript": { + "iconPath": "svg/typescript.svg" + }, + "_vue": { + "iconPath": "svg/vue.svg" + }, + "_webpack": { + "iconPath": "svg/webpack.svg" + }, + "_windows": { + "iconPath": "svg/windows.svg" + }, + "_yaml": { + "iconPath": "svg/yaml.svg" + }, + "_yarn": { + "iconPath": "svg/yarn.svg" } }, "fileExtensions": { diff --git a/icons/svg/actionscript.svg b/icons/svg/actionscript.svg old mode 100644 new mode 100755 index d11ed54..7c38860 --- a/icons/svg/actionscript.svg +++ b/icons/svg/actionscript.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/ai.svg b/icons/svg/ai.svg old mode 100755 new mode 100644 index d1b9e99..83087a3 --- a/icons/svg/ai.svg +++ b/icons/svg/ai.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/angular.svg b/icons/svg/angular.svg old mode 100755 new mode 100644 index b054fec..ac4b43e --- a/icons/svg/angular.svg +++ b/icons/svg/angular.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/applescript.svg b/icons/svg/applescript.svg old mode 100755 new mode 100644 index 7b68cde..3014ddf --- a/icons/svg/applescript.svg +++ b/icons/svg/applescript.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/bower.svg b/icons/svg/bower.svg old mode 100755 new mode 100644 index 85517b0..9c19785 --- a/icons/svg/bower.svg +++ b/icons/svg/bower.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/coffeescript.svg b/icons/svg/coffeescript.svg old mode 100755 new mode 100644 index b4ca76e..eb4fab9 --- a/icons/svg/coffeescript.svg +++ b/icons/svg/coffeescript.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/csharp.svg b/icons/svg/csharp.svg old mode 100755 new mode 100644 index 03d37f9..238c9e5 --- a/icons/svg/csharp.svg +++ b/icons/svg/csharp.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/css.svg b/icons/svg/css.svg old mode 100755 new mode 100644 index c28cc98..39d271f --- a/icons/svg/css.svg +++ b/icons/svg/css.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/dlang.svg b/icons/svg/dlang.svg old mode 100755 new mode 100644 index f61cdc9..affef2c --- a/icons/svg/dlang.svg +++ b/icons/svg/dlang.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/docker.svg b/icons/svg/docker.svg old mode 100755 new mode 100644 index 23d8e27..517e577 --- a/icons/svg/docker.svg +++ b/icons/svg/docker.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/erlang.svg b/icons/svg/erlang.svg old mode 100755 new mode 100644 index f61b72d..77ba0b9 --- a/icons/svg/erlang.svg +++ b/icons/svg/erlang.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/git.svg b/icons/svg/git.svg old mode 100755 new mode 100644 index 06fd699..e2497e5 --- a/icons/svg/git.svg +++ b/icons/svg/git.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/go.svg b/icons/svg/go.svg old mode 100755 new mode 100644 index 1e35057..fd67f54 --- a/icons/svg/go.svg +++ b/icons/svg/go.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/graphviz.svg b/icons/svg/graphviz.svg old mode 100755 new mode 100644 index 4a38672..94b5860 --- a/icons/svg/graphviz.svg +++ b/icons/svg/graphviz.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/gruntfile.svg b/icons/svg/gruntfile.svg old mode 100755 new mode 100644 index 3d2a720..7d85cd5 --- a/icons/svg/gruntfile.svg +++ b/icons/svg/gruntfile.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/gulpfile.svg b/icons/svg/gulpfile.svg old mode 100755 new mode 100644 index f443b7c..a7c3149 --- a/icons/svg/gulpfile.svg +++ b/icons/svg/gulpfile.svg @@ -2,7 +2,7 @@ diff --git a/icons/svg/license.svg b/icons/svg/license.svg old mode 100755 new mode 100644 index 2b496b9..2053040 --- a/icons/svg/license.svg +++ b/icons/svg/license.svg @@ -2,7 +2,7 @@ diff --git a/package.json b/package.json index ebb49d1..d7fc8c0 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,12 @@ "gulp-bump": "^2.6.1", "gulp-colorize-svgs": "git+https://git@github.com/unic/gulp-colorize-svgs.git", "gulp-conventional-changelog": "^1.1.0", + "gulp-data": "^1.2.1", + "gulp-filelist": "^1.0.0", "gulp-if": "^2.0.2", + "gulp-rename": "^1.2.2", "gulp-stats": "^0.0.4", + "gulp-template": "^4.0.0", "gulp-watch": "^4.3.8", "run-sequence": "^1.2.2", "yargs": "^6.6.0" diff --git a/src/iconlist.json b/src/iconlist.json new file mode 100644 index 0000000..95276ad --- /dev/null +++ b/src/iconlist.json @@ -0,0 +1,110 @@ +[ + "actionscript", + "ai", + "angular", + "applescript", + "archive", + "babel", + "binary", + "blade", + "bower", + "c", + "cf", + "circleci", + "clojure", + "coffeescript", + "composer", + "cpp", + "csharp", + "css", + "csv", + "default", + "dlang", + "docker", + "dotnet", + "editorconfig", + "elm", + "erlang", + "eslint", + "ex", + "font", + "git", + "go", + "gradle", + "graphviz", + "groovy", + "gruntfile", + "gulpfile", + "haml", + "haskell", + "haxe", + "html", + "image", + "java", + "js", + "json", + "jsp", + "jsx", + "julia", + "less", + "license", + "liquid", + "lisp", + "lock", + "log", + "lsl", + "lua", + "markdown", + "markup", + "matlab", + "mustache", + "nginx", + "nodejs", + "note", + "npm", + "nsis", + "ocaml", + "pdf", + "perl", + "php", + "plist", + "postcss", + "preferences", + "procfile", + "psd", + "pug", + "puppet", + "python", + "r", + "rails", + "riot", + "ruby", + "rust", + "sass", + "scala", + "scss", + "settings", + "shell", + "sketch", + "slim", + "source", + "sql", + "stata", + "stylelint", + "stylus", + "sublime", + "svg", + "swift", + "tcl", + "tex", + "text", + "textile", + "todo", + "twig", + "typescript", + "vue", + "webpack", + "windows", + "yaml", + "yarn" +] \ No newline at end of file diff --git a/src/settings/colors.js b/src/settings/colors.js new file mode 100644 index 0000000..c27a339 --- /dev/null +++ b/src/settings/colors.js @@ -0,0 +1,69 @@ +/* Color Palette: */ +let green = '90A959'; +let blue = '6A9FB5'; +let blueDesaturated = '78909C'; +let red = 'AC4142'; +let redLight = 'D14748'; +let maroon = 'AB7558'; +let limeGreen = 'B8E15E'; +let greenTea = '2ECC71'; +let purple = 'AA759F'; +let purpleDark = '8251A8'; +let yellow = 'F4BF75'; +let teal = '80CBC4'; +let orange = 'D28445'; +let gray = '7A8387'; + + +var iconsColors = { + ai: { + color: orange + }, + git: { + color: red + }, + license: { + color: yellow + }, + angular: { + color: redLight + }, + applescript: { + color: gray + }, + bower: { + color: gray + }, + csharp: { + color: blue + }, + coffeescript: { + color: maroon + }, + css: { + color: blue + }, + dlang: { + color: red + }, + docker: { + color: blue + }, + erlang: { + color: purple + }, + go: { + color: blue + }, + graphviz: { + color: orange + }, + gruntfile: { + color: yellow + }, + gulpfile: { + color: redLight + } +} + +export default iconsColors; \ No newline at end of file diff --git a/src/theme-icon.template b/src/theme-icon.template new file mode 100644 index 0000000..2371856 --- /dev/null +++ b/src/theme-icon.template @@ -0,0 +1,13 @@ +{ + "iconDefinitions": {<% for( var i = 0; i < icons.length; i++ ){ %> + "_<%= icons[i] %>": { + "iconPath": "svg/<%= icons[i] %>.svg" + }<% if( i !== (icons.length - 1)){ %>,<%} %><% } %> + }, + "fileExtensions": { + "md": "_markdown", + "scss": "_scss", + "sass": "_sass", + "json": "_json" + } +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 2450bf5..84a22c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1720,6 +1720,23 @@ gulp-conventional-changelog@^1.1.0: object-assign "^4.0.1" through2 "^2.0.0" +gulp-data@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/gulp-data/-/gulp-data-1.2.1.tgz#a94b54de7d4f3b8ea1f40ef859749c24578cf12b" + dependencies: + gulp-util "^3.0.7" + through2 "^2.0.0" + util-extend "^1.0.1" + +gulp-filelist@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gulp-filelist/-/gulp-filelist-1.0.0.tgz#21e2408298a3d30de0ea60ed1f72fcab15c86889" + dependencies: + gulp-util "^3.0.7" + path "^0.12.7" + through2 "^2.0.0" + vinyl "^1.1.0" + gulp-if@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/gulp-if/-/gulp-if-2.0.2.tgz#a497b7e7573005041caa2bc8b7dda3c80444d629" @@ -1734,6 +1751,10 @@ gulp-match@^1.0.3: dependencies: minimatch "^3.0.3" +gulp-rename@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/gulp-rename/-/gulp-rename-1.2.2.tgz#3ad4428763f05e2764dec1c67d868db275687817" + gulp-stats@^0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/gulp-stats/-/gulp-stats-0.0.4.tgz#f216c2bc079cb890cebf5d6aaa3b1eb397d12bab" @@ -1742,6 +1763,14 @@ gulp-stats@^0.0.4: pretty-hrtime "^1.0.0" text-table "^0.2.0" +gulp-template@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/gulp-template/-/gulp-template-4.0.0.tgz#05de36808c6fb9966578d5a94ee72cee08cdc53b" + dependencies: + gulp-util "^3.0.0" + lodash "^4.8.2" + through2 "^2.0.0" + gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.4, gulp-util@^3.0.6, gulp-util@^3.0.7: version "3.0.8" resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" @@ -1912,6 +1941,10 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" +inherits@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" + ini@^1.3.2, ini@^1.3.4, ini@~1.3.0: version "1.3.4" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e" @@ -2376,7 +2409,7 @@ lodash@^3.6.0: version "3.10.1" resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" -lodash@^4.0.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: +lodash@^4.0.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.8.2: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -2721,6 +2754,13 @@ path-type@^1.0.0: pify "^2.0.0" pinkie-promise "^2.0.0" +path@^0.12.7: + version "0.12.7" + resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f" + dependencies: + process "^0.11.1" + util "^0.10.3" + pify@^2.0.0, pify@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" @@ -2776,6 +2816,10 @@ 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" +process@^0.11.1: + version "0.11.9" + resolved "https://registry.yarnpkg.com/process/-/process-0.11.9.tgz#7bd5ad21aa6253e7da8682264f1e11d11c0318c1" + progress@^1.1.8: version "1.1.8" resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be" @@ -3405,6 +3449,16 @@ util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" +util-extend@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/util-extend/-/util-extend-1.0.3.tgz#a7c216d267545169637b3b6edc6ca9119e2ff93f" + +util@^0.10.3: + version "0.10.3" + resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" + dependencies: + inherits "2.0.1" + uuid@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1" From 1d80882bf6870c4097de1393e15c84915e188c3e Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 22:55:05 +0100 Subject: [PATCH 11/18] chore: Remove icons --- .gulp/index.js | 1 - .gulp/tasks/icons.js | 76 --- icons/material-theme-icon-theme.json | 334 ----------- icons/svg/actionscript.svg | 11 - icons/svg/ai.svg | 11 - icons/svg/angular.svg | 11 - icons/svg/applescript.svg | 11 - icons/svg/archive.svg | 11 - icons/svg/babel.svg | 11 - icons/svg/binary.svg | 11 - icons/svg/blade.svg | 11 - icons/svg/bower.svg | 11 - icons/svg/c.svg | 11 - icons/svg/cf.svg | 11 - icons/svg/circleci.svg | 11 - icons/svg/clojure.svg | 11 - icons/svg/coffeescript.svg | 11 - icons/svg/composer.svg | 11 - icons/svg/cpp.svg | 11 - icons/svg/csharp.svg | 11 - icons/svg/css.svg | 11 - icons/svg/csv.svg | 11 - icons/svg/default.svg | 11 - icons/svg/dlang.svg | 11 - icons/svg/docker.svg | 11 - icons/svg/dotnet.svg | 11 - icons/svg/editorconfig.svg | 11 - icons/svg/elm.svg | 11 - icons/svg/erlang.svg | 11 - icons/svg/eslint.svg | 11 - icons/svg/ex.svg | 11 - icons/svg/font.svg | 11 - icons/svg/git.svg | 11 - icons/svg/go.svg | 11 - icons/svg/gradle.svg | 11 - icons/svg/graphviz.svg | 11 - icons/svg/groovy.svg | 11 - icons/svg/gruntfile.svg | 11 - icons/svg/gulpfile.svg | 11 - icons/svg/haml.svg | 11 - icons/svg/haskell.svg | 11 - icons/svg/haxe.svg | 11 - icons/svg/html.svg | 11 - icons/svg/image.svg | 11 - icons/svg/java.svg | 11 - icons/svg/js.svg | 11 - icons/svg/json.svg | 11 - icons/svg/jsp.svg | 11 - icons/svg/jsx.svg | 11 - icons/svg/julia.svg | 11 - icons/svg/less.svg | 11 - icons/svg/license.svg | 11 - icons/svg/liquid.svg | 11 - icons/svg/lisp.svg | 11 - icons/svg/lock.svg | 11 - icons/svg/log.svg | 11 - icons/svg/lsl.svg | 11 - icons/svg/lua.svg | 11 - icons/svg/markdown.svg | 11 - icons/svg/markup.svg | 11 - icons/svg/matlab.svg | 11 - icons/svg/mustache.svg | 11 - icons/svg/nginx.svg | 11 - icons/svg/nodejs.svg | 11 - icons/svg/note.svg | 11 - icons/svg/npm.svg | 11 - icons/svg/nsis.svg | 11 - icons/svg/ocaml.svg | 11 - icons/svg/pdf.svg | 11 - icons/svg/perl.svg | 11 - icons/svg/php.svg | 11 - icons/svg/plist.svg | 11 - icons/svg/postcss.svg | 11 - icons/svg/preferences.svg | 11 - icons/svg/procfile.svg | 11 - icons/svg/psd.svg | 11 - icons/svg/pug.svg | 11 - icons/svg/puppet.svg | 11 - icons/svg/python.svg | 11 - icons/svg/r.svg | 11 - icons/svg/rails.svg | 11 - icons/svg/riot.svg | 11 - icons/svg/ruby.svg | 11 - icons/svg/rust.svg | 11 - icons/svg/sass.svg | 11 - icons/svg/scala.svg | 11 - icons/svg/scss.svg | 11 - icons/svg/settings.svg | 11 - icons/svg/shell.svg | 11 - icons/svg/sketch.svg | 11 - icons/svg/slim.svg | 11 - icons/svg/source.svg | 11 - icons/svg/sql.svg | 11 - icons/svg/stata.svg | 11 - icons/svg/stylelint.svg | 11 - icons/svg/stylus.svg | 11 - icons/svg/sublime.svg | 11 - icons/svg/svg.svg | 11 - icons/svg/swift.svg | 11 - icons/svg/tcl.svg | 11 - icons/svg/tex.svg | 11 - icons/svg/text.svg | 11 - icons/svg/textile.svg | 11 - icons/svg/todo.svg | 11 - icons/svg/twig.svg | 11 - icons/svg/typescript.svg | 11 - icons/svg/vue.svg | 11 - icons/svg/webpack.svg | 11 - icons/svg/windows.svg | 11 - icons/svg/yaml.svg | 11 - icons/svg/yarn.svg | 11 - package.json | 25 +- src/iconlist.json | 110 ---- src/icons/actionscript.svg | 11 - src/icons/ai.svg | 11 - src/icons/angular.svg | 11 - src/icons/applescript.svg | 11 - src/icons/archive.svg | 11 - src/icons/babel.svg | 11 - src/icons/binary.svg | 11 - src/icons/blade.svg | 11 - src/icons/bower.svg | 11 - src/icons/c.svg | 11 - src/icons/cf.svg | 11 - src/icons/circleci.svg | 11 - src/icons/clojure.svg | 11 - src/icons/coffeescript.svg | 11 - src/icons/composer.svg | 11 - src/icons/cpp.svg | 11 - src/icons/csharp.svg | 11 - src/icons/css.svg | 11 - src/icons/csv.svg | 11 - src/icons/default.svg | 11 - src/icons/dlang.svg | 11 - src/icons/docker.svg | 11 - src/icons/dotnet.svg | 11 - src/icons/editorconfig.svg | 11 - src/icons/elm.svg | 11 - src/icons/erlang.svg | 11 - src/icons/eslint.svg | 11 - src/icons/ex.svg | 11 - src/icons/font.svg | 11 - src/icons/git.svg | 11 - src/icons/go.svg | 11 - src/icons/gradle.svg | 11 - src/icons/graphviz.svg | 11 - src/icons/groovy.svg | 11 - src/icons/gruntfile.svg | 11 - src/icons/gulpfile.svg | 11 - src/icons/haml.svg | 11 - src/icons/haskell.svg | 11 - src/icons/haxe.svg | 11 - src/icons/html.svg | 11 - src/icons/image.svg | 11 - src/icons/java.svg | 11 - src/icons/js.svg | 11 - src/icons/json.svg | 11 - src/icons/jsp.svg | 11 - src/icons/jsx.svg | 11 - src/icons/julia.svg | 11 - src/icons/less.svg | 11 - src/icons/license.svg | 11 - src/icons/liquid.svg | 11 - src/icons/lisp.svg | 11 - src/icons/lock.svg | 11 - src/icons/log.svg | 11 - src/icons/lsl.svg | 11 - src/icons/lua.svg | 11 - src/icons/markdown.svg | 11 - src/icons/markup.svg | 11 - src/icons/matlab.svg | 11 - src/icons/mustache.svg | 11 - src/icons/nginx.svg | 11 - src/icons/nodejs.svg | 11 - src/icons/note.svg | 11 - src/icons/npm.svg | 11 - src/icons/nsis.svg | 11 - src/icons/ocaml.svg | 11 - src/icons/pdf.svg | 11 - src/icons/perl.svg | 11 - src/icons/php.svg | 11 - src/icons/plist.svg | 11 - src/icons/postcss.svg | 11 - src/icons/preferences.svg | 11 - src/icons/procfile.svg | 11 - src/icons/psd.svg | 11 - src/icons/pug.svg | 11 - src/icons/puppet.svg | 11 - src/icons/python.svg | 11 - src/icons/r.svg | 11 - src/icons/rails.svg | 11 - src/icons/riot.svg | 11 - src/icons/ruby.svg | 11 - src/icons/rust.svg | 11 - src/icons/sass.svg | 11 - src/icons/scala.svg | 11 - src/icons/scss.svg | 11 - src/icons/settings.svg | 11 - src/icons/shell.svg | 11 - src/icons/sketch.svg | 11 - src/icons/slim.svg | 11 - src/icons/source.svg | 11 - src/icons/sql.svg | 11 - src/icons/stata.svg | 11 - src/icons/stylelint.svg | 11 - src/icons/stylus.svg | 11 - src/icons/sublime.svg | 11 - src/icons/svg.svg | 11 - src/icons/swift.svg | 11 - src/icons/tcl.svg | 11 - src/icons/tex.svg | 11 - src/icons/text.svg | 11 - src/icons/textile.svg | 11 - src/icons/todo.svg | 11 - src/icons/twig.svg | 11 - src/icons/typescript.svg | 11 - src/icons/vue.svg | 11 - src/icons/webpack.svg | 11 - src/icons/windows.svg | 11 - src/icons/yaml.svg | 11 - src/icons/yarn.svg | 11 - src/settings/colors.js | 69 --- src/theme-icon.template | 2 + yarn.lock | 844 +++++++++++++++++++++++---- 224 files changed, 731 insertions(+), 3106 deletions(-) delete mode 100644 .gulp/tasks/icons.js delete mode 100644 icons/material-theme-icon-theme.json delete mode 100755 icons/svg/actionscript.svg delete mode 100644 icons/svg/ai.svg delete mode 100644 icons/svg/angular.svg delete mode 100644 icons/svg/applescript.svg delete mode 100755 icons/svg/archive.svg delete mode 100755 icons/svg/babel.svg delete mode 100755 icons/svg/binary.svg delete mode 100755 icons/svg/blade.svg delete mode 100644 icons/svg/bower.svg delete mode 100755 icons/svg/c.svg delete mode 100755 icons/svg/cf.svg delete mode 100755 icons/svg/circleci.svg delete mode 100755 icons/svg/clojure.svg delete mode 100644 icons/svg/coffeescript.svg delete mode 100755 icons/svg/composer.svg delete mode 100755 icons/svg/cpp.svg delete mode 100644 icons/svg/csharp.svg delete mode 100644 icons/svg/css.svg delete mode 100755 icons/svg/csv.svg delete mode 100755 icons/svg/default.svg delete mode 100644 icons/svg/dlang.svg delete mode 100644 icons/svg/docker.svg delete mode 100755 icons/svg/dotnet.svg delete mode 100755 icons/svg/editorconfig.svg delete mode 100755 icons/svg/elm.svg delete mode 100644 icons/svg/erlang.svg delete mode 100755 icons/svg/eslint.svg delete mode 100755 icons/svg/ex.svg delete mode 100755 icons/svg/font.svg delete mode 100644 icons/svg/git.svg delete mode 100644 icons/svg/go.svg delete mode 100755 icons/svg/gradle.svg delete mode 100644 icons/svg/graphviz.svg delete mode 100755 icons/svg/groovy.svg delete mode 100644 icons/svg/gruntfile.svg delete mode 100644 icons/svg/gulpfile.svg delete mode 100755 icons/svg/haml.svg delete mode 100755 icons/svg/haskell.svg delete mode 100755 icons/svg/haxe.svg delete mode 100755 icons/svg/html.svg delete mode 100755 icons/svg/image.svg delete mode 100755 icons/svg/java.svg delete mode 100755 icons/svg/js.svg delete mode 100755 icons/svg/json.svg delete mode 100755 icons/svg/jsp.svg delete mode 100755 icons/svg/jsx.svg delete mode 100755 icons/svg/julia.svg delete mode 100755 icons/svg/less.svg delete mode 100644 icons/svg/license.svg delete mode 100755 icons/svg/liquid.svg delete mode 100755 icons/svg/lisp.svg delete mode 100755 icons/svg/lock.svg delete mode 100755 icons/svg/log.svg delete mode 100755 icons/svg/lsl.svg delete mode 100755 icons/svg/lua.svg delete mode 100755 icons/svg/markdown.svg delete mode 100755 icons/svg/markup.svg delete mode 100755 icons/svg/matlab.svg delete mode 100755 icons/svg/mustache.svg delete mode 100755 icons/svg/nginx.svg delete mode 100755 icons/svg/nodejs.svg delete mode 100755 icons/svg/note.svg delete mode 100755 icons/svg/npm.svg delete mode 100755 icons/svg/nsis.svg delete mode 100755 icons/svg/ocaml.svg delete mode 100755 icons/svg/pdf.svg delete mode 100755 icons/svg/perl.svg delete mode 100755 icons/svg/php.svg delete mode 100755 icons/svg/plist.svg delete mode 100755 icons/svg/postcss.svg delete mode 100755 icons/svg/preferences.svg delete mode 100755 icons/svg/procfile.svg delete mode 100755 icons/svg/psd.svg delete mode 100755 icons/svg/pug.svg delete mode 100755 icons/svg/puppet.svg delete mode 100755 icons/svg/python.svg delete mode 100755 icons/svg/r.svg delete mode 100755 icons/svg/rails.svg delete mode 100755 icons/svg/riot.svg delete mode 100755 icons/svg/ruby.svg delete mode 100755 icons/svg/rust.svg delete mode 100755 icons/svg/sass.svg delete mode 100755 icons/svg/scala.svg delete mode 100755 icons/svg/scss.svg delete mode 100755 icons/svg/settings.svg delete mode 100755 icons/svg/shell.svg delete mode 100755 icons/svg/sketch.svg delete mode 100755 icons/svg/slim.svg delete mode 100755 icons/svg/source.svg delete mode 100755 icons/svg/sql.svg delete mode 100755 icons/svg/stata.svg delete mode 100755 icons/svg/stylelint.svg delete mode 100755 icons/svg/stylus.svg delete mode 100755 icons/svg/sublime.svg delete mode 100755 icons/svg/svg.svg delete mode 100755 icons/svg/swift.svg delete mode 100755 icons/svg/tcl.svg delete mode 100755 icons/svg/tex.svg delete mode 100755 icons/svg/text.svg delete mode 100755 icons/svg/textile.svg delete mode 100755 icons/svg/todo.svg delete mode 100755 icons/svg/twig.svg delete mode 100755 icons/svg/typescript.svg delete mode 100755 icons/svg/vue.svg delete mode 100755 icons/svg/webpack.svg delete mode 100755 icons/svg/windows.svg delete mode 100755 icons/svg/yaml.svg delete mode 100755 icons/svg/yarn.svg delete mode 100644 src/iconlist.json delete mode 100755 src/icons/actionscript.svg delete mode 100755 src/icons/ai.svg delete mode 100755 src/icons/angular.svg delete mode 100755 src/icons/applescript.svg delete mode 100755 src/icons/archive.svg delete mode 100755 src/icons/babel.svg delete mode 100755 src/icons/binary.svg delete mode 100755 src/icons/blade.svg delete mode 100755 src/icons/bower.svg delete mode 100755 src/icons/c.svg delete mode 100755 src/icons/cf.svg delete mode 100755 src/icons/circleci.svg delete mode 100755 src/icons/clojure.svg delete mode 100755 src/icons/coffeescript.svg delete mode 100755 src/icons/composer.svg delete mode 100755 src/icons/cpp.svg delete mode 100755 src/icons/csharp.svg delete mode 100755 src/icons/css.svg delete mode 100755 src/icons/csv.svg delete mode 100755 src/icons/default.svg delete mode 100755 src/icons/dlang.svg delete mode 100755 src/icons/docker.svg delete mode 100755 src/icons/dotnet.svg delete mode 100755 src/icons/editorconfig.svg delete mode 100755 src/icons/elm.svg delete mode 100755 src/icons/erlang.svg delete mode 100755 src/icons/eslint.svg delete mode 100755 src/icons/ex.svg delete mode 100755 src/icons/font.svg delete mode 100755 src/icons/git.svg delete mode 100755 src/icons/go.svg delete mode 100755 src/icons/gradle.svg delete mode 100755 src/icons/graphviz.svg delete mode 100755 src/icons/groovy.svg delete mode 100755 src/icons/gruntfile.svg delete mode 100755 src/icons/gulpfile.svg delete mode 100755 src/icons/haml.svg delete mode 100755 src/icons/haskell.svg delete mode 100755 src/icons/haxe.svg delete mode 100755 src/icons/html.svg delete mode 100755 src/icons/image.svg delete mode 100755 src/icons/java.svg delete mode 100755 src/icons/js.svg delete mode 100755 src/icons/json.svg delete mode 100755 src/icons/jsp.svg delete mode 100755 src/icons/jsx.svg delete mode 100755 src/icons/julia.svg delete mode 100755 src/icons/less.svg delete mode 100755 src/icons/license.svg delete mode 100755 src/icons/liquid.svg delete mode 100755 src/icons/lisp.svg delete mode 100755 src/icons/lock.svg delete mode 100755 src/icons/log.svg delete mode 100755 src/icons/lsl.svg delete mode 100755 src/icons/lua.svg delete mode 100755 src/icons/markdown.svg delete mode 100755 src/icons/markup.svg delete mode 100755 src/icons/matlab.svg delete mode 100755 src/icons/mustache.svg delete mode 100755 src/icons/nginx.svg delete mode 100755 src/icons/nodejs.svg delete mode 100755 src/icons/note.svg delete mode 100755 src/icons/npm.svg delete mode 100755 src/icons/nsis.svg delete mode 100755 src/icons/ocaml.svg delete mode 100755 src/icons/pdf.svg delete mode 100755 src/icons/perl.svg delete mode 100755 src/icons/php.svg delete mode 100755 src/icons/plist.svg delete mode 100755 src/icons/postcss.svg delete mode 100755 src/icons/preferences.svg delete mode 100755 src/icons/procfile.svg delete mode 100755 src/icons/psd.svg delete mode 100755 src/icons/pug.svg delete mode 100755 src/icons/puppet.svg delete mode 100755 src/icons/python.svg delete mode 100755 src/icons/r.svg delete mode 100755 src/icons/rails.svg delete mode 100755 src/icons/riot.svg delete mode 100755 src/icons/ruby.svg delete mode 100755 src/icons/rust.svg delete mode 100755 src/icons/sass.svg delete mode 100755 src/icons/scala.svg delete mode 100755 src/icons/scss.svg delete mode 100755 src/icons/settings.svg delete mode 100755 src/icons/shell.svg delete mode 100755 src/icons/sketch.svg delete mode 100755 src/icons/slim.svg delete mode 100755 src/icons/source.svg delete mode 100755 src/icons/sql.svg delete mode 100755 src/icons/stata.svg delete mode 100755 src/icons/stylelint.svg delete mode 100755 src/icons/stylus.svg delete mode 100755 src/icons/sublime.svg delete mode 100755 src/icons/svg.svg delete mode 100755 src/icons/swift.svg delete mode 100755 src/icons/tcl.svg delete mode 100755 src/icons/tex.svg delete mode 100755 src/icons/text.svg delete mode 100755 src/icons/textile.svg delete mode 100755 src/icons/todo.svg delete mode 100755 src/icons/twig.svg delete mode 100755 src/icons/typescript.svg delete mode 100755 src/icons/vue.svg delete mode 100755 src/icons/webpack.svg delete mode 100755 src/icons/windows.svg delete mode 100755 src/icons/yaml.svg delete mode 100755 src/icons/yarn.svg delete mode 100644 src/settings/colors.js diff --git a/.gulp/index.js b/.gulp/index.js index 7bf51d3..0b7550e 100644 --- a/.gulp/index.js +++ b/.gulp/index.js @@ -1,5 +1,4 @@ // import the tasks -import './tasks/icons'; import './tasks/changelog'; import './tasks/bump'; diff --git a/.gulp/tasks/icons.js b/.gulp/tasks/icons.js deleted file mode 100644 index 38a4b4a..0000000 --- a/.gulp/tasks/icons.js +++ /dev/null @@ -1,76 +0,0 @@ -'use strict'; - -/* - * > Build Icons - */ - -import Gulp from 'gulp'; -import Colorize from 'gulp-colorize-svgs'; -import runSequence from 'run-sequence'; -import Template from 'gulp-template'; -import Rename from 'gulp-rename'; -import FileList from 'gulp-filelist'; -import Data from 'gulp-data'; -import Paths from '../paths'; -import Del from 'del'; - -import iconsColors from '../../src/settings/colors.js'; -import iconList from '../../src/iconlist.json'; - - -Gulp.task('icons', (cb) => { - runSequence( - 'clean:icons', - 'process:icons', - 'iconslist', - 'template:icons', - (error) => { - if (error) { - console.log('\n[Build Icons]'.bold.magenta + ' There was an issue building icons:\n'.bold.red + error.message); - } else { - console.log('\n[Build Icons]'.bold.magenta + ' Finished successfully\n'.bold.green); - } - cb(error); - } - ); -}); - - -Gulp.task('clean:icons', () => { - Del([`${Paths.icons}/svg/*.svg`]); -}); - -Gulp.task('process:icons', () => { - Gulp.src(`${Paths.src}/icons/*.svg`) - .pipe(Colorize({ - colors: iconsColors, - replaceColor: function (content, hex) { - return content.replace('#000', '#' + hex); - }, - replacePath: function (path, colorKey) { - return path.replace(/\.svg/, '.svg'); - } - })) - .pipe(Gulp.dest(`${Paths.icons}/svg`)); -}); - -Gulp.task('iconslist', () => { - Gulp.src(`${Paths.src}/icons/*.svg`) - .pipe(FileList('iconlist.json', { - flatten: true, - removeExtensions: true - })) - .pipe(Gulp.dest(Paths.src)); -}); - - -Gulp.task('template:icons', () => { - Gulp.src(`${Paths.src}/theme-icon.template`) - .pipe(Data(() => ({ icons: iconList }))) - .pipe(Template()) - .pipe(Rename({ - basename: "material-theme-icon-theme", - extname: ".json" - })) - .pipe(Gulp.dest(Paths.icons)); -}); \ No newline at end of file diff --git a/icons/material-theme-icon-theme.json b/icons/material-theme-icon-theme.json deleted file mode 100644 index d97ec90..0000000 --- a/icons/material-theme-icon-theme.json +++ /dev/null @@ -1,334 +0,0 @@ -{ - "iconDefinitions": { - "_actionscript": { - "iconPath": "svg/actionscript.svg" - }, - "_ai": { - "iconPath": "svg/ai.svg" - }, - "_angular": { - "iconPath": "svg/angular.svg" - }, - "_applescript": { - "iconPath": "svg/applescript.svg" - }, - "_archive": { - "iconPath": "svg/archive.svg" - }, - "_babel": { - "iconPath": "svg/babel.svg" - }, - "_binary": { - "iconPath": "svg/binary.svg" - }, - "_blade": { - "iconPath": "svg/blade.svg" - }, - "_bower": { - "iconPath": "svg/bower.svg" - }, - "_c": { - "iconPath": "svg/c.svg" - }, - "_cf": { - "iconPath": "svg/cf.svg" - }, - "_circleci": { - "iconPath": "svg/circleci.svg" - }, - "_clojure": { - "iconPath": "svg/clojure.svg" - }, - "_coffeescript": { - "iconPath": "svg/coffeescript.svg" - }, - "_composer": { - "iconPath": "svg/composer.svg" - }, - "_cpp": { - "iconPath": "svg/cpp.svg" - }, - "_csharp": { - "iconPath": "svg/csharp.svg" - }, - "_css": { - "iconPath": "svg/css.svg" - }, - "_csv": { - "iconPath": "svg/csv.svg" - }, - "_default": { - "iconPath": "svg/default.svg" - }, - "_dlang": { - "iconPath": "svg/dlang.svg" - }, - "_docker": { - "iconPath": "svg/docker.svg" - }, - "_dotnet": { - "iconPath": "svg/dotnet.svg" - }, - "_editorconfig": { - "iconPath": "svg/editorconfig.svg" - }, - "_elm": { - "iconPath": "svg/elm.svg" - }, - "_erlang": { - "iconPath": "svg/erlang.svg" - }, - "_eslint": { - "iconPath": "svg/eslint.svg" - }, - "_ex": { - "iconPath": "svg/ex.svg" - }, - "_font": { - "iconPath": "svg/font.svg" - }, - "_git": { - "iconPath": "svg/git.svg" - }, - "_go": { - "iconPath": "svg/go.svg" - }, - "_gradle": { - "iconPath": "svg/gradle.svg" - }, - "_graphviz": { - "iconPath": "svg/graphviz.svg" - }, - "_groovy": { - "iconPath": "svg/groovy.svg" - }, - "_gruntfile": { - "iconPath": "svg/gruntfile.svg" - }, - "_gulpfile": { - "iconPath": "svg/gulpfile.svg" - }, - "_haml": { - "iconPath": "svg/haml.svg" - }, - "_haskell": { - "iconPath": "svg/haskell.svg" - }, - "_haxe": { - "iconPath": "svg/haxe.svg" - }, - "_html": { - "iconPath": "svg/html.svg" - }, - "_image": { - "iconPath": "svg/image.svg" - }, - "_java": { - "iconPath": "svg/java.svg" - }, - "_js": { - "iconPath": "svg/js.svg" - }, - "_json": { - "iconPath": "svg/json.svg" - }, - "_jsp": { - "iconPath": "svg/jsp.svg" - }, - "_jsx": { - "iconPath": "svg/jsx.svg" - }, - "_julia": { - "iconPath": "svg/julia.svg" - }, - "_less": { - "iconPath": "svg/less.svg" - }, - "_license": { - "iconPath": "svg/license.svg" - }, - "_liquid": { - "iconPath": "svg/liquid.svg" - }, - "_lisp": { - "iconPath": "svg/lisp.svg" - }, - "_lock": { - "iconPath": "svg/lock.svg" - }, - "_log": { - "iconPath": "svg/log.svg" - }, - "_lsl": { - "iconPath": "svg/lsl.svg" - }, - "_lua": { - "iconPath": "svg/lua.svg" - }, - "_markdown": { - "iconPath": "svg/markdown.svg" - }, - "_markup": { - "iconPath": "svg/markup.svg" - }, - "_matlab": { - "iconPath": "svg/matlab.svg" - }, - "_mustache": { - "iconPath": "svg/mustache.svg" - }, - "_nginx": { - "iconPath": "svg/nginx.svg" - }, - "_nodejs": { - "iconPath": "svg/nodejs.svg" - }, - "_note": { - "iconPath": "svg/note.svg" - }, - "_npm": { - "iconPath": "svg/npm.svg" - }, - "_nsis": { - "iconPath": "svg/nsis.svg" - }, - "_ocaml": { - "iconPath": "svg/ocaml.svg" - }, - "_pdf": { - "iconPath": "svg/pdf.svg" - }, - "_perl": { - "iconPath": "svg/perl.svg" - }, - "_php": { - "iconPath": "svg/php.svg" - }, - "_plist": { - "iconPath": "svg/plist.svg" - }, - "_postcss": { - "iconPath": "svg/postcss.svg" - }, - "_preferences": { - "iconPath": "svg/preferences.svg" - }, - "_procfile": { - "iconPath": "svg/procfile.svg" - }, - "_psd": { - "iconPath": "svg/psd.svg" - }, - "_pug": { - "iconPath": "svg/pug.svg" - }, - "_puppet": { - "iconPath": "svg/puppet.svg" - }, - "_python": { - "iconPath": "svg/python.svg" - }, - "_r": { - "iconPath": "svg/r.svg" - }, - "_rails": { - "iconPath": "svg/rails.svg" - }, - "_riot": { - "iconPath": "svg/riot.svg" - }, - "_ruby": { - "iconPath": "svg/ruby.svg" - }, - "_rust": { - "iconPath": "svg/rust.svg" - }, - "_sass": { - "iconPath": "svg/sass.svg" - }, - "_scala": { - "iconPath": "svg/scala.svg" - }, - "_scss": { - "iconPath": "svg/scss.svg" - }, - "_settings": { - "iconPath": "svg/settings.svg" - }, - "_shell": { - "iconPath": "svg/shell.svg" - }, - "_sketch": { - "iconPath": "svg/sketch.svg" - }, - "_slim": { - "iconPath": "svg/slim.svg" - }, - "_source": { - "iconPath": "svg/source.svg" - }, - "_sql": { - "iconPath": "svg/sql.svg" - }, - "_stata": { - "iconPath": "svg/stata.svg" - }, - "_stylelint": { - "iconPath": "svg/stylelint.svg" - }, - "_stylus": { - "iconPath": "svg/stylus.svg" - }, - "_sublime": { - "iconPath": "svg/sublime.svg" - }, - "_svg": { - "iconPath": "svg/svg.svg" - }, - "_swift": { - "iconPath": "svg/swift.svg" - }, - "_tcl": { - "iconPath": "svg/tcl.svg" - }, - "_tex": { - "iconPath": "svg/tex.svg" - }, - "_text": { - "iconPath": "svg/text.svg" - }, - "_textile": { - "iconPath": "svg/textile.svg" - }, - "_todo": { - "iconPath": "svg/todo.svg" - }, - "_twig": { - "iconPath": "svg/twig.svg" - }, - "_typescript": { - "iconPath": "svg/typescript.svg" - }, - "_vue": { - "iconPath": "svg/vue.svg" - }, - "_webpack": { - "iconPath": "svg/webpack.svg" - }, - "_windows": { - "iconPath": "svg/windows.svg" - }, - "_yaml": { - "iconPath": "svg/yaml.svg" - }, - "_yarn": { - "iconPath": "svg/yarn.svg" - } - }, - "fileExtensions": { - "md": "_markdown", - "scss": "_scss", - "sass": "_sass", - "json": "_json" - } -} \ No newline at end of file diff --git a/icons/svg/actionscript.svg b/icons/svg/actionscript.svg deleted file mode 100755 index 7c38860..0000000 --- a/icons/svg/actionscript.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/ai.svg b/icons/svg/ai.svg deleted file mode 100644 index 83087a3..0000000 --- a/icons/svg/ai.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/angular.svg b/icons/svg/angular.svg deleted file mode 100644 index ac4b43e..0000000 --- a/icons/svg/angular.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/applescript.svg b/icons/svg/applescript.svg deleted file mode 100644 index 3014ddf..0000000 --- a/icons/svg/applescript.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/archive.svg b/icons/svg/archive.svg deleted file mode 100755 index 3f5dc31..0000000 --- a/icons/svg/archive.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/babel.svg b/icons/svg/babel.svg deleted file mode 100755 index f499981..0000000 --- a/icons/svg/babel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/binary.svg b/icons/svg/binary.svg deleted file mode 100755 index 8f7d738..0000000 --- a/icons/svg/binary.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/blade.svg b/icons/svg/blade.svg deleted file mode 100755 index 6204858..0000000 --- a/icons/svg/blade.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/bower.svg b/icons/svg/bower.svg deleted file mode 100644 index 9c19785..0000000 --- a/icons/svg/bower.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/c.svg b/icons/svg/c.svg deleted file mode 100755 index c078a10..0000000 --- a/icons/svg/c.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/cf.svg b/icons/svg/cf.svg deleted file mode 100755 index 7c8321d..0000000 --- a/icons/svg/cf.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/circleci.svg b/icons/svg/circleci.svg deleted file mode 100755 index 36b0df6..0000000 --- a/icons/svg/circleci.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/clojure.svg b/icons/svg/clojure.svg deleted file mode 100755 index e806789..0000000 --- a/icons/svg/clojure.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/coffeescript.svg b/icons/svg/coffeescript.svg deleted file mode 100644 index eb4fab9..0000000 --- a/icons/svg/coffeescript.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/composer.svg b/icons/svg/composer.svg deleted file mode 100755 index 323059e..0000000 --- a/icons/svg/composer.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/cpp.svg b/icons/svg/cpp.svg deleted file mode 100755 index da3d047..0000000 --- a/icons/svg/cpp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/csharp.svg b/icons/svg/csharp.svg deleted file mode 100644 index 238c9e5..0000000 --- a/icons/svg/csharp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/css.svg b/icons/svg/css.svg deleted file mode 100644 index 39d271f..0000000 --- a/icons/svg/css.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/csv.svg b/icons/svg/csv.svg deleted file mode 100755 index 68505f3..0000000 --- a/icons/svg/csv.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/default.svg b/icons/svg/default.svg deleted file mode 100755 index aab33d6..0000000 --- a/icons/svg/default.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/dlang.svg b/icons/svg/dlang.svg deleted file mode 100644 index affef2c..0000000 --- a/icons/svg/dlang.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/docker.svg b/icons/svg/docker.svg deleted file mode 100644 index 517e577..0000000 --- a/icons/svg/docker.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/dotnet.svg b/icons/svg/dotnet.svg deleted file mode 100755 index e19dd1a..0000000 --- a/icons/svg/dotnet.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/editorconfig.svg b/icons/svg/editorconfig.svg deleted file mode 100755 index a1b6422..0000000 --- a/icons/svg/editorconfig.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/elm.svg b/icons/svg/elm.svg deleted file mode 100755 index 56179c3..0000000 --- a/icons/svg/elm.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/erlang.svg b/icons/svg/erlang.svg deleted file mode 100644 index 77ba0b9..0000000 --- a/icons/svg/erlang.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/eslint.svg b/icons/svg/eslint.svg deleted file mode 100755 index e2ced03..0000000 --- a/icons/svg/eslint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/ex.svg b/icons/svg/ex.svg deleted file mode 100755 index bcf263b..0000000 --- a/icons/svg/ex.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/font.svg b/icons/svg/font.svg deleted file mode 100755 index 7b3658a..0000000 --- a/icons/svg/font.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/git.svg b/icons/svg/git.svg deleted file mode 100644 index e2497e5..0000000 --- a/icons/svg/git.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/go.svg b/icons/svg/go.svg deleted file mode 100644 index fd67f54..0000000 --- a/icons/svg/go.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/gradle.svg b/icons/svg/gradle.svg deleted file mode 100755 index 216ff33..0000000 --- a/icons/svg/gradle.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/graphviz.svg b/icons/svg/graphviz.svg deleted file mode 100644 index 94b5860..0000000 --- a/icons/svg/graphviz.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/groovy.svg b/icons/svg/groovy.svg deleted file mode 100755 index 792382e..0000000 --- a/icons/svg/groovy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/gruntfile.svg b/icons/svg/gruntfile.svg deleted file mode 100644 index 7d85cd5..0000000 --- a/icons/svg/gruntfile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/gulpfile.svg b/icons/svg/gulpfile.svg deleted file mode 100644 index a7c3149..0000000 --- a/icons/svg/gulpfile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/haml.svg b/icons/svg/haml.svg deleted file mode 100755 index dea690a..0000000 --- a/icons/svg/haml.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/haskell.svg b/icons/svg/haskell.svg deleted file mode 100755 index fb8ddc9..0000000 --- a/icons/svg/haskell.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/haxe.svg b/icons/svg/haxe.svg deleted file mode 100755 index c69421f..0000000 --- a/icons/svg/haxe.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/html.svg b/icons/svg/html.svg deleted file mode 100755 index de96308..0000000 --- a/icons/svg/html.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/image.svg b/icons/svg/image.svg deleted file mode 100755 index 8db0c64..0000000 --- a/icons/svg/image.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/java.svg b/icons/svg/java.svg deleted file mode 100755 index f6ccd04..0000000 --- a/icons/svg/java.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/js.svg b/icons/svg/js.svg deleted file mode 100755 index 80d3138..0000000 --- a/icons/svg/js.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/json.svg b/icons/svg/json.svg deleted file mode 100755 index 7f11ad2..0000000 --- a/icons/svg/json.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/jsp.svg b/icons/svg/jsp.svg deleted file mode 100755 index de96308..0000000 --- a/icons/svg/jsp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/jsx.svg b/icons/svg/jsx.svg deleted file mode 100755 index ac02d46..0000000 --- a/icons/svg/jsx.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/julia.svg b/icons/svg/julia.svg deleted file mode 100755 index 3e44327..0000000 --- a/icons/svg/julia.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/less.svg b/icons/svg/less.svg deleted file mode 100755 index 5a7791a..0000000 --- a/icons/svg/less.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/license.svg b/icons/svg/license.svg deleted file mode 100644 index 2053040..0000000 --- a/icons/svg/license.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/liquid.svg b/icons/svg/liquid.svg deleted file mode 100755 index a69eb0e..0000000 --- a/icons/svg/liquid.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/lisp.svg b/icons/svg/lisp.svg deleted file mode 100755 index 14de59d..0000000 --- a/icons/svg/lisp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/lock.svg b/icons/svg/lock.svg deleted file mode 100755 index 7c1dbac..0000000 --- a/icons/svg/lock.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/log.svg b/icons/svg/log.svg deleted file mode 100755 index 7a41102..0000000 --- a/icons/svg/log.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/lsl.svg b/icons/svg/lsl.svg deleted file mode 100755 index c7472d0..0000000 --- a/icons/svg/lsl.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/lua.svg b/icons/svg/lua.svg deleted file mode 100755 index e2e4ea8..0000000 --- a/icons/svg/lua.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/markdown.svg b/icons/svg/markdown.svg deleted file mode 100755 index 4c8168c..0000000 --- a/icons/svg/markdown.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/markup.svg b/icons/svg/markup.svg deleted file mode 100755 index 3eec1ec..0000000 --- a/icons/svg/markup.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/matlab.svg b/icons/svg/matlab.svg deleted file mode 100755 index 5f68204..0000000 --- a/icons/svg/matlab.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/mustache.svg b/icons/svg/mustache.svg deleted file mode 100755 index f415378..0000000 --- a/icons/svg/mustache.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/nginx.svg b/icons/svg/nginx.svg deleted file mode 100755 index 013b3ee..0000000 --- a/icons/svg/nginx.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/nodejs.svg b/icons/svg/nodejs.svg deleted file mode 100755 index d967df5..0000000 --- a/icons/svg/nodejs.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/note.svg b/icons/svg/note.svg deleted file mode 100755 index 272e04d..0000000 --- a/icons/svg/note.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/npm.svg b/icons/svg/npm.svg deleted file mode 100755 index af3b8e7..0000000 --- a/icons/svg/npm.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/nsis.svg b/icons/svg/nsis.svg deleted file mode 100755 index 7065e75..0000000 --- a/icons/svg/nsis.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/ocaml.svg b/icons/svg/ocaml.svg deleted file mode 100755 index bb524ee..0000000 --- a/icons/svg/ocaml.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/pdf.svg b/icons/svg/pdf.svg deleted file mode 100755 index 8a28996..0000000 --- a/icons/svg/pdf.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/perl.svg b/icons/svg/perl.svg deleted file mode 100755 index 32509a3..0000000 --- a/icons/svg/perl.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/php.svg b/icons/svg/php.svg deleted file mode 100755 index 9dca1e0..0000000 --- a/icons/svg/php.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/plist.svg b/icons/svg/plist.svg deleted file mode 100755 index db3e9fa..0000000 --- a/icons/svg/plist.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/postcss.svg b/icons/svg/postcss.svg deleted file mode 100755 index 2a93770..0000000 --- a/icons/svg/postcss.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/preferences.svg b/icons/svg/preferences.svg deleted file mode 100755 index 2017da7..0000000 --- a/icons/svg/preferences.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/procfile.svg b/icons/svg/procfile.svg deleted file mode 100755 index 880e65d..0000000 --- a/icons/svg/procfile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/psd.svg b/icons/svg/psd.svg deleted file mode 100755 index 76a9f51..0000000 --- a/icons/svg/psd.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/pug.svg b/icons/svg/pug.svg deleted file mode 100755 index b11614a..0000000 --- a/icons/svg/pug.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/puppet.svg b/icons/svg/puppet.svg deleted file mode 100755 index 7ebe58e..0000000 --- a/icons/svg/puppet.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/python.svg b/icons/svg/python.svg deleted file mode 100755 index 004ed0a..0000000 --- a/icons/svg/python.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/r.svg b/icons/svg/r.svg deleted file mode 100755 index 53bfd77..0000000 --- a/icons/svg/r.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/rails.svg b/icons/svg/rails.svg deleted file mode 100755 index c7be628..0000000 --- a/icons/svg/rails.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/riot.svg b/icons/svg/riot.svg deleted file mode 100755 index 41faed9..0000000 --- a/icons/svg/riot.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/ruby.svg b/icons/svg/ruby.svg deleted file mode 100755 index 65b729a..0000000 --- a/icons/svg/ruby.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/rust.svg b/icons/svg/rust.svg deleted file mode 100755 index 0c65735..0000000 --- a/icons/svg/rust.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/sass.svg b/icons/svg/sass.svg deleted file mode 100755 index 79478d9..0000000 --- a/icons/svg/sass.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/scala.svg b/icons/svg/scala.svg deleted file mode 100755 index 2e83768..0000000 --- a/icons/svg/scala.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/scss.svg b/icons/svg/scss.svg deleted file mode 100755 index 6b596fc..0000000 --- a/icons/svg/scss.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/settings.svg b/icons/svg/settings.svg deleted file mode 100755 index fe3ed11..0000000 --- a/icons/svg/settings.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/shell.svg b/icons/svg/shell.svg deleted file mode 100755 index e10f3be..0000000 --- a/icons/svg/shell.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/sketch.svg b/icons/svg/sketch.svg deleted file mode 100755 index d5be148..0000000 --- a/icons/svg/sketch.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/slim.svg b/icons/svg/slim.svg deleted file mode 100755 index 6a2c1da..0000000 --- a/icons/svg/slim.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/source.svg b/icons/svg/source.svg deleted file mode 100755 index 3eec1ec..0000000 --- a/icons/svg/source.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/sql.svg b/icons/svg/sql.svg deleted file mode 100755 index 7c20ae7..0000000 --- a/icons/svg/sql.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/stata.svg b/icons/svg/stata.svg deleted file mode 100755 index 7fef8a5..0000000 --- a/icons/svg/stata.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/stylelint.svg b/icons/svg/stylelint.svg deleted file mode 100755 index f773f11..0000000 --- a/icons/svg/stylelint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/stylus.svg b/icons/svg/stylus.svg deleted file mode 100755 index a588b34..0000000 --- a/icons/svg/stylus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/sublime.svg b/icons/svg/sublime.svg deleted file mode 100755 index 0311625..0000000 --- a/icons/svg/sublime.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/svg.svg b/icons/svg/svg.svg deleted file mode 100755 index 072be26..0000000 --- a/icons/svg/svg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/swift.svg b/icons/svg/swift.svg deleted file mode 100755 index e2fd845..0000000 --- a/icons/svg/swift.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/tcl.svg b/icons/svg/tcl.svg deleted file mode 100755 index 3b5b7c2..0000000 --- a/icons/svg/tcl.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/tex.svg b/icons/svg/tex.svg deleted file mode 100755 index f999f9e..0000000 --- a/icons/svg/tex.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/text.svg b/icons/svg/text.svg deleted file mode 100755 index 272e04d..0000000 --- a/icons/svg/text.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/textile.svg b/icons/svg/textile.svg deleted file mode 100755 index 09daef1..0000000 --- a/icons/svg/textile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/todo.svg b/icons/svg/todo.svg deleted file mode 100755 index 6d60349..0000000 --- a/icons/svg/todo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/twig.svg b/icons/svg/twig.svg deleted file mode 100755 index 659eb28..0000000 --- a/icons/svg/twig.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/typescript.svg b/icons/svg/typescript.svg deleted file mode 100755 index 41c0b5d..0000000 --- a/icons/svg/typescript.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/vue.svg b/icons/svg/vue.svg deleted file mode 100755 index 1fce6c9..0000000 --- a/icons/svg/vue.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/webpack.svg b/icons/svg/webpack.svg deleted file mode 100755 index 67ca224..0000000 --- a/icons/svg/webpack.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/windows.svg b/icons/svg/windows.svg deleted file mode 100755 index 3a7e255..0000000 --- a/icons/svg/windows.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/yaml.svg b/icons/svg/yaml.svg deleted file mode 100755 index 7c20ae7..0000000 --- a/icons/svg/yaml.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/icons/svg/yarn.svg b/icons/svg/yarn.svg deleted file mode 100755 index cf002e5..0000000 --- a/icons/svg/yarn.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/package.json b/package.json index d7fc8c0..d55aa4a 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,21 @@ "description": "The most epic theme now for Visual Studio Code", "version": "0.0.1", "publisher": "Equinusocio", + "license": "Apache-2.0", + "homepage": "https://github.com/equinusocio/vsc-material-theme", "bugs": { "url": "https://github.com/equinusocio/vsc-material-theme/issues" }, - "license": "Apache-2.0", - "homepage": "https://github.com/equinusocio/vsc-material-theme", "engines": { "vscode": "^1.5.0" }, + "scripts": { + "vscode:prepublish": "tsc -p ./", + "compile": "node ./scripts/import.js", + "postinstall": "node ./node_modules/vscode/bin/install", + "test": "node ./node_modules/vscode/bin/test", + "import": "node ./scripts/import.js" + }, "categories": [ "Theme", "Material", @@ -25,13 +32,6 @@ "uiTheme": "vs-dark", "path": "./themes/Material-Theme-Darker.tmTheme" } - ], - "iconThemes": [ - { - "id": "material-theme-icons", - "label": "Material Theme Icons", - "path": "./icons/material-theme-icon-theme.json" - } ] }, "devDependencies": { @@ -44,16 +44,11 @@ "eslint-plugin-standard": "^2.0.1", "gulp": "^3.9.1", "gulp-bump": "^2.6.1", - "gulp-colorize-svgs": "git+https://git@github.com/unic/gulp-colorize-svgs.git", "gulp-conventional-changelog": "^1.1.0", - "gulp-data": "^1.2.1", - "gulp-filelist": "^1.0.0", - "gulp-if": "^2.0.2", - "gulp-rename": "^1.2.2", "gulp-stats": "^0.0.4", - "gulp-template": "^4.0.0", "gulp-watch": "^4.3.8", "run-sequence": "^1.2.2", + "vscode": "^1.0.3", "yargs": "^6.6.0" } } diff --git a/src/iconlist.json b/src/iconlist.json deleted file mode 100644 index 95276ad..0000000 --- a/src/iconlist.json +++ /dev/null @@ -1,110 +0,0 @@ -[ - "actionscript", - "ai", - "angular", - "applescript", - "archive", - "babel", - "binary", - "blade", - "bower", - "c", - "cf", - "circleci", - "clojure", - "coffeescript", - "composer", - "cpp", - "csharp", - "css", - "csv", - "default", - "dlang", - "docker", - "dotnet", - "editorconfig", - "elm", - "erlang", - "eslint", - "ex", - "font", - "git", - "go", - "gradle", - "graphviz", - "groovy", - "gruntfile", - "gulpfile", - "haml", - "haskell", - "haxe", - "html", - "image", - "java", - "js", - "json", - "jsp", - "jsx", - "julia", - "less", - "license", - "liquid", - "lisp", - "lock", - "log", - "lsl", - "lua", - "markdown", - "markup", - "matlab", - "mustache", - "nginx", - "nodejs", - "note", - "npm", - "nsis", - "ocaml", - "pdf", - "perl", - "php", - "plist", - "postcss", - "preferences", - "procfile", - "psd", - "pug", - "puppet", - "python", - "r", - "rails", - "riot", - "ruby", - "rust", - "sass", - "scala", - "scss", - "settings", - "shell", - "sketch", - "slim", - "source", - "sql", - "stata", - "stylelint", - "stylus", - "sublime", - "svg", - "swift", - "tcl", - "tex", - "text", - "textile", - "todo", - "twig", - "typescript", - "vue", - "webpack", - "windows", - "yaml", - "yarn" -] \ No newline at end of file diff --git a/src/icons/actionscript.svg b/src/icons/actionscript.svg deleted file mode 100755 index 7c38860..0000000 --- a/src/icons/actionscript.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/ai.svg b/src/icons/ai.svg deleted file mode 100755 index d1b9e99..0000000 --- a/src/icons/ai.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/angular.svg b/src/icons/angular.svg deleted file mode 100755 index b054fec..0000000 --- a/src/icons/angular.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/applescript.svg b/src/icons/applescript.svg deleted file mode 100755 index 7b68cde..0000000 --- a/src/icons/applescript.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/archive.svg b/src/icons/archive.svg deleted file mode 100755 index 3f5dc31..0000000 --- a/src/icons/archive.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/babel.svg b/src/icons/babel.svg deleted file mode 100755 index f499981..0000000 --- a/src/icons/babel.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/binary.svg b/src/icons/binary.svg deleted file mode 100755 index 8f7d738..0000000 --- a/src/icons/binary.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/blade.svg b/src/icons/blade.svg deleted file mode 100755 index 6204858..0000000 --- a/src/icons/blade.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/bower.svg b/src/icons/bower.svg deleted file mode 100755 index 85517b0..0000000 --- a/src/icons/bower.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/c.svg b/src/icons/c.svg deleted file mode 100755 index c078a10..0000000 --- a/src/icons/c.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/cf.svg b/src/icons/cf.svg deleted file mode 100755 index 7c8321d..0000000 --- a/src/icons/cf.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/circleci.svg b/src/icons/circleci.svg deleted file mode 100755 index 36b0df6..0000000 --- a/src/icons/circleci.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/clojure.svg b/src/icons/clojure.svg deleted file mode 100755 index e806789..0000000 --- a/src/icons/clojure.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/coffeescript.svg b/src/icons/coffeescript.svg deleted file mode 100755 index b4ca76e..0000000 --- a/src/icons/coffeescript.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/composer.svg b/src/icons/composer.svg deleted file mode 100755 index 323059e..0000000 --- a/src/icons/composer.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/cpp.svg b/src/icons/cpp.svg deleted file mode 100755 index da3d047..0000000 --- a/src/icons/cpp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/csharp.svg b/src/icons/csharp.svg deleted file mode 100755 index 03d37f9..0000000 --- a/src/icons/csharp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/css.svg b/src/icons/css.svg deleted file mode 100755 index c28cc98..0000000 --- a/src/icons/css.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/csv.svg b/src/icons/csv.svg deleted file mode 100755 index 68505f3..0000000 --- a/src/icons/csv.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/default.svg b/src/icons/default.svg deleted file mode 100755 index aab33d6..0000000 --- a/src/icons/default.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/dlang.svg b/src/icons/dlang.svg deleted file mode 100755 index f61cdc9..0000000 --- a/src/icons/dlang.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/docker.svg b/src/icons/docker.svg deleted file mode 100755 index 23d8e27..0000000 --- a/src/icons/docker.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/dotnet.svg b/src/icons/dotnet.svg deleted file mode 100755 index e19dd1a..0000000 --- a/src/icons/dotnet.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/editorconfig.svg b/src/icons/editorconfig.svg deleted file mode 100755 index a1b6422..0000000 --- a/src/icons/editorconfig.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/elm.svg b/src/icons/elm.svg deleted file mode 100755 index 56179c3..0000000 --- a/src/icons/elm.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/erlang.svg b/src/icons/erlang.svg deleted file mode 100755 index f61b72d..0000000 --- a/src/icons/erlang.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/eslint.svg b/src/icons/eslint.svg deleted file mode 100755 index e2ced03..0000000 --- a/src/icons/eslint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/ex.svg b/src/icons/ex.svg deleted file mode 100755 index bcf263b..0000000 --- a/src/icons/ex.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/font.svg b/src/icons/font.svg deleted file mode 100755 index 7b3658a..0000000 --- a/src/icons/font.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/git.svg b/src/icons/git.svg deleted file mode 100755 index 06fd699..0000000 --- a/src/icons/git.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/go.svg b/src/icons/go.svg deleted file mode 100755 index 1e35057..0000000 --- a/src/icons/go.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/gradle.svg b/src/icons/gradle.svg deleted file mode 100755 index 216ff33..0000000 --- a/src/icons/gradle.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/graphviz.svg b/src/icons/graphviz.svg deleted file mode 100755 index 4a38672..0000000 --- a/src/icons/graphviz.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/groovy.svg b/src/icons/groovy.svg deleted file mode 100755 index 792382e..0000000 --- a/src/icons/groovy.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/gruntfile.svg b/src/icons/gruntfile.svg deleted file mode 100755 index 3d2a720..0000000 --- a/src/icons/gruntfile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/gulpfile.svg b/src/icons/gulpfile.svg deleted file mode 100755 index f443b7c..0000000 --- a/src/icons/gulpfile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/haml.svg b/src/icons/haml.svg deleted file mode 100755 index dea690a..0000000 --- a/src/icons/haml.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/haskell.svg b/src/icons/haskell.svg deleted file mode 100755 index fb8ddc9..0000000 --- a/src/icons/haskell.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/haxe.svg b/src/icons/haxe.svg deleted file mode 100755 index c69421f..0000000 --- a/src/icons/haxe.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/html.svg b/src/icons/html.svg deleted file mode 100755 index de96308..0000000 --- a/src/icons/html.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/image.svg b/src/icons/image.svg deleted file mode 100755 index 8db0c64..0000000 --- a/src/icons/image.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/java.svg b/src/icons/java.svg deleted file mode 100755 index f6ccd04..0000000 --- a/src/icons/java.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/js.svg b/src/icons/js.svg deleted file mode 100755 index 80d3138..0000000 --- a/src/icons/js.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/json.svg b/src/icons/json.svg deleted file mode 100755 index 7f11ad2..0000000 --- a/src/icons/json.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/jsp.svg b/src/icons/jsp.svg deleted file mode 100755 index de96308..0000000 --- a/src/icons/jsp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/jsx.svg b/src/icons/jsx.svg deleted file mode 100755 index ac02d46..0000000 --- a/src/icons/jsx.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/julia.svg b/src/icons/julia.svg deleted file mode 100755 index 3e44327..0000000 --- a/src/icons/julia.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/less.svg b/src/icons/less.svg deleted file mode 100755 index 5a7791a..0000000 --- a/src/icons/less.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/license.svg b/src/icons/license.svg deleted file mode 100755 index 2b496b9..0000000 --- a/src/icons/license.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/liquid.svg b/src/icons/liquid.svg deleted file mode 100755 index a69eb0e..0000000 --- a/src/icons/liquid.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/lisp.svg b/src/icons/lisp.svg deleted file mode 100755 index 14de59d..0000000 --- a/src/icons/lisp.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/lock.svg b/src/icons/lock.svg deleted file mode 100755 index 7c1dbac..0000000 --- a/src/icons/lock.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/log.svg b/src/icons/log.svg deleted file mode 100755 index 7a41102..0000000 --- a/src/icons/log.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/lsl.svg b/src/icons/lsl.svg deleted file mode 100755 index c7472d0..0000000 --- a/src/icons/lsl.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/lua.svg b/src/icons/lua.svg deleted file mode 100755 index e2e4ea8..0000000 --- a/src/icons/lua.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/markdown.svg b/src/icons/markdown.svg deleted file mode 100755 index 4c8168c..0000000 --- a/src/icons/markdown.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/markup.svg b/src/icons/markup.svg deleted file mode 100755 index 3eec1ec..0000000 --- a/src/icons/markup.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/matlab.svg b/src/icons/matlab.svg deleted file mode 100755 index 5f68204..0000000 --- a/src/icons/matlab.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/mustache.svg b/src/icons/mustache.svg deleted file mode 100755 index f415378..0000000 --- a/src/icons/mustache.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/nginx.svg b/src/icons/nginx.svg deleted file mode 100755 index 013b3ee..0000000 --- a/src/icons/nginx.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/nodejs.svg b/src/icons/nodejs.svg deleted file mode 100755 index d967df5..0000000 --- a/src/icons/nodejs.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/note.svg b/src/icons/note.svg deleted file mode 100755 index 272e04d..0000000 --- a/src/icons/note.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/npm.svg b/src/icons/npm.svg deleted file mode 100755 index af3b8e7..0000000 --- a/src/icons/npm.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/nsis.svg b/src/icons/nsis.svg deleted file mode 100755 index 7065e75..0000000 --- a/src/icons/nsis.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/ocaml.svg b/src/icons/ocaml.svg deleted file mode 100755 index bb524ee..0000000 --- a/src/icons/ocaml.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/pdf.svg b/src/icons/pdf.svg deleted file mode 100755 index 8a28996..0000000 --- a/src/icons/pdf.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/perl.svg b/src/icons/perl.svg deleted file mode 100755 index 32509a3..0000000 --- a/src/icons/perl.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/php.svg b/src/icons/php.svg deleted file mode 100755 index 9dca1e0..0000000 --- a/src/icons/php.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/plist.svg b/src/icons/plist.svg deleted file mode 100755 index db3e9fa..0000000 --- a/src/icons/plist.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/postcss.svg b/src/icons/postcss.svg deleted file mode 100755 index 2a93770..0000000 --- a/src/icons/postcss.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/preferences.svg b/src/icons/preferences.svg deleted file mode 100755 index 2017da7..0000000 --- a/src/icons/preferences.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/procfile.svg b/src/icons/procfile.svg deleted file mode 100755 index 880e65d..0000000 --- a/src/icons/procfile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/psd.svg b/src/icons/psd.svg deleted file mode 100755 index 76a9f51..0000000 --- a/src/icons/psd.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/pug.svg b/src/icons/pug.svg deleted file mode 100755 index b11614a..0000000 --- a/src/icons/pug.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/puppet.svg b/src/icons/puppet.svg deleted file mode 100755 index 7ebe58e..0000000 --- a/src/icons/puppet.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/python.svg b/src/icons/python.svg deleted file mode 100755 index 004ed0a..0000000 --- a/src/icons/python.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/r.svg b/src/icons/r.svg deleted file mode 100755 index 53bfd77..0000000 --- a/src/icons/r.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/rails.svg b/src/icons/rails.svg deleted file mode 100755 index c7be628..0000000 --- a/src/icons/rails.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/riot.svg b/src/icons/riot.svg deleted file mode 100755 index 41faed9..0000000 --- a/src/icons/riot.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/ruby.svg b/src/icons/ruby.svg deleted file mode 100755 index 65b729a..0000000 --- a/src/icons/ruby.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/rust.svg b/src/icons/rust.svg deleted file mode 100755 index 0c65735..0000000 --- a/src/icons/rust.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/sass.svg b/src/icons/sass.svg deleted file mode 100755 index 79478d9..0000000 --- a/src/icons/sass.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/scala.svg b/src/icons/scala.svg deleted file mode 100755 index 2e83768..0000000 --- a/src/icons/scala.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/scss.svg b/src/icons/scss.svg deleted file mode 100755 index 6b596fc..0000000 --- a/src/icons/scss.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/settings.svg b/src/icons/settings.svg deleted file mode 100755 index fe3ed11..0000000 --- a/src/icons/settings.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/shell.svg b/src/icons/shell.svg deleted file mode 100755 index e10f3be..0000000 --- a/src/icons/shell.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/sketch.svg b/src/icons/sketch.svg deleted file mode 100755 index d5be148..0000000 --- a/src/icons/sketch.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/slim.svg b/src/icons/slim.svg deleted file mode 100755 index 6a2c1da..0000000 --- a/src/icons/slim.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/source.svg b/src/icons/source.svg deleted file mode 100755 index 3eec1ec..0000000 --- a/src/icons/source.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/sql.svg b/src/icons/sql.svg deleted file mode 100755 index 7c20ae7..0000000 --- a/src/icons/sql.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/stata.svg b/src/icons/stata.svg deleted file mode 100755 index 7fef8a5..0000000 --- a/src/icons/stata.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/stylelint.svg b/src/icons/stylelint.svg deleted file mode 100755 index f773f11..0000000 --- a/src/icons/stylelint.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/stylus.svg b/src/icons/stylus.svg deleted file mode 100755 index a588b34..0000000 --- a/src/icons/stylus.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/sublime.svg b/src/icons/sublime.svg deleted file mode 100755 index 0311625..0000000 --- a/src/icons/sublime.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/svg.svg b/src/icons/svg.svg deleted file mode 100755 index 072be26..0000000 --- a/src/icons/svg.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/swift.svg b/src/icons/swift.svg deleted file mode 100755 index e2fd845..0000000 --- a/src/icons/swift.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/tcl.svg b/src/icons/tcl.svg deleted file mode 100755 index 3b5b7c2..0000000 --- a/src/icons/tcl.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/tex.svg b/src/icons/tex.svg deleted file mode 100755 index f999f9e..0000000 --- a/src/icons/tex.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/text.svg b/src/icons/text.svg deleted file mode 100755 index 272e04d..0000000 --- a/src/icons/text.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/textile.svg b/src/icons/textile.svg deleted file mode 100755 index 09daef1..0000000 --- a/src/icons/textile.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/todo.svg b/src/icons/todo.svg deleted file mode 100755 index 6d60349..0000000 --- a/src/icons/todo.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/twig.svg b/src/icons/twig.svg deleted file mode 100755 index 659eb28..0000000 --- a/src/icons/twig.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/typescript.svg b/src/icons/typescript.svg deleted file mode 100755 index 41c0b5d..0000000 --- a/src/icons/typescript.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/vue.svg b/src/icons/vue.svg deleted file mode 100755 index 1fce6c9..0000000 --- a/src/icons/vue.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/webpack.svg b/src/icons/webpack.svg deleted file mode 100755 index 67ca224..0000000 --- a/src/icons/webpack.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/windows.svg b/src/icons/windows.svg deleted file mode 100755 index 3a7e255..0000000 --- a/src/icons/windows.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/yaml.svg b/src/icons/yaml.svg deleted file mode 100755 index 7c20ae7..0000000 --- a/src/icons/yaml.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/icons/yarn.svg b/src/icons/yarn.svg deleted file mode 100755 index cf002e5..0000000 --- a/src/icons/yarn.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/src/settings/colors.js b/src/settings/colors.js deleted file mode 100644 index c27a339..0000000 --- a/src/settings/colors.js +++ /dev/null @@ -1,69 +0,0 @@ -/* Color Palette: */ -let green = '90A959'; -let blue = '6A9FB5'; -let blueDesaturated = '78909C'; -let red = 'AC4142'; -let redLight = 'D14748'; -let maroon = 'AB7558'; -let limeGreen = 'B8E15E'; -let greenTea = '2ECC71'; -let purple = 'AA759F'; -let purpleDark = '8251A8'; -let yellow = 'F4BF75'; -let teal = '80CBC4'; -let orange = 'D28445'; -let gray = '7A8387'; - - -var iconsColors = { - ai: { - color: orange - }, - git: { - color: red - }, - license: { - color: yellow - }, - angular: { - color: redLight - }, - applescript: { - color: gray - }, - bower: { - color: gray - }, - csharp: { - color: blue - }, - coffeescript: { - color: maroon - }, - css: { - color: blue - }, - dlang: { - color: red - }, - docker: { - color: blue - }, - erlang: { - color: purple - }, - go: { - color: blue - }, - graphviz: { - color: orange - }, - gruntfile: { - color: yellow - }, - gulpfile: { - color: redLight - } -} - -export default iconsColors; \ No newline at end of file diff --git a/src/theme-icon.template b/src/theme-icon.template index 2371856..caace6c 100644 --- a/src/theme-icon.template +++ b/src/theme-icon.template @@ -6,6 +6,8 @@ }, "fileExtensions": { "md": "_markdown", + "js": "_js", + "css": "_css", "scss": "_scss", "sass": "_sass", "json": "_json" diff --git a/yarn.lock b/yarn.lock index 84a22c5..0b2ae6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -173,10 +173,18 @@ arrify@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" +asn1@0.1.11: + version "0.1.11" + resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.1.11.tgz#559be18376d08a4ec4dbe80877d27818639b2df7" + asn1@~0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86" +assert-plus@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.1.5.tgz#ee74009413002d84cec7219c6ac811812e723160" + assert-plus@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" @@ -193,6 +201,12 @@ async@^1.4.0: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" +async@^2.0.1: + version "2.1.4" + resolved "https://registry.yarnpkg.com/async/-/async-2.1.4.tgz#2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4" + dependencies: + lodash "^4.14.0" + async@~0.2.6: version "0.2.10" resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1" @@ -201,6 +215,10 @@ asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" +aws-sign2@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.5.0.tgz#c57103f7a17fc037f02d7c2e64b602ea223f7d63" + aws-sign2@~0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" @@ -630,12 +648,22 @@ binary-extensions@^1.0.0: version "1.8.0" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774" +bl@~0.9.0: + version "0.9.5" + resolved "https://registry.yarnpkg.com/bl/-/bl-0.9.5.tgz#c06b797af085ea00bc527afc8efcf11de2232054" + dependencies: + readable-stream "~1.0.26" + block-stream@*: version "0.0.9" resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" dependencies: inherits "~2.0.0" +bluebird@^2.9.30: + version "2.11.0" + resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" + boom@2.x.x: version "2.10.1" resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" @@ -657,6 +685,10 @@ braces@^1.8.2: preserve "^0.2.0" repeat-element "^1.1.2" +buffer-crc32@~0.2.3: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + buffer-shims@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51" @@ -701,6 +733,10 @@ camelcase@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" +caseless@~0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.10.0.tgz#ed6b2719adcd1fd18f58dc081c0f1a5b43963909" + caseless@~0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" @@ -722,7 +758,7 @@ chalk@*, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3: strip-ansi "^3.0.0" supports-color "^2.0.0" -chalk@^0.5.1: +chalk@^0.5.0, chalk@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174" dependencies: @@ -777,7 +813,7 @@ cliui@^3.2.0: strip-ansi "^3.0.1" wrap-ansi "^2.0.0" -clone-stats@^0.0.1: +clone-stats@^0.0.1, clone-stats@~0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" @@ -801,13 +837,21 @@ colors@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" -combined-stream@^1.0.5, combined-stream@~1.0.5: +combined-stream@^1.0.5, combined-stream@~1.0.1, combined-stream@~1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" dependencies: delayed-stream "~1.0.0" -commander@^2.9.0: +commander@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-0.6.1.tgz#fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06" + +commander@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.3.0.tgz#fd430e889832ec353b9acd1de217c11cb3eef873" + +commander@^2.8.1, commander@^2.9.0: version "2.9.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4" dependencies: @@ -960,7 +1004,7 @@ conventional-commits-parser@^1.0.0: through2 "^2.0.0" trim-off-newlines "^1.0.0" -convert-source-map@^1.1.0: +convert-source-map@^1.1.0, convert-source-map@^1.1.1: version "1.3.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.3.0.tgz#e9f3e9c6e2728efc2676696a70eb382f73106a67" @@ -978,6 +1022,10 @@ cryptiles@2.x.x: dependencies: boom "2.x.x" +ctype@0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/ctype/-/ctype-0.5.3.tgz#82c18c2461f74114ef16c135224ad0b9144ca12f" + currently-unhandled@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" @@ -1002,7 +1050,7 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -dateformat@^1.0.11, dateformat@^1.0.12: +dateformat@^1.0.11, dateformat@^1.0.12, dateformat@^1.0.7-1.2.3: version "1.0.12" resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-1.0.12.tgz#9f124b67594c937ff706932e4a642cca8dbbfee9" dependencies: @@ -1013,22 +1061,28 @@ dateformat@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.0.0.tgz#2743e3abb5c3fc2462e527dca445e04e9f4dee17" +debug@2.2.0, debug@~2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" + dependencies: + ms "0.7.1" + debug@^2.1.1, debug@^2.2.0: version "2.6.0" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b" dependencies: ms "0.7.2" -debug@~2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" - dependencies: - ms "0.7.1" - decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" +deep-assign@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/deep-assign/-/deep-assign-1.0.0.tgz#b092743be8427dc621ea0067cdec7e70dd19f37b" + dependencies: + is-obj "^1.0.0" + deep-extend@~0.4.0: version "0.4.1" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.1.tgz#efe4113d08085f4e6f9687759810f807469e2253" @@ -1079,6 +1133,10 @@ detect-indent@^4.0.0: dependencies: repeating "^2.0.0" +diff@1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/diff/-/diff-1.4.0.tgz#7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf" + doctrine@^1.2.2: version "1.5.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" @@ -1098,7 +1156,11 @@ duplexer2@0.0.2: dependencies: readable-stream "~1.1.9" -duplexify@^3.5.0: +duplexer@~0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" + +duplexify@^3.2.0: version "3.5.0" resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.5.0.tgz#1aa773002e1578457e9d9d4a50b0ccaaebcbd604" dependencies: @@ -1183,6 +1245,10 @@ es6-weak-map@^2.0.1: es6-iterator "2" es6-symbol "3" +escape-string-regexp@1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz#4dbc2fe674e71949caf3fb2695ce7f2dc1d9a8d1" + escape-string-regexp@^1.0.0, 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" @@ -1276,6 +1342,30 @@ event-emitter@~0.3.4: d "~0.1.1" es5-ext "~0.10.7" +event-stream@^3.3.1: + version "3.3.4" + resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" + dependencies: + duplexer "~0.1.1" + from "~0" + map-stream "~0.1.0" + pause-stream "0.0.11" + split "0.3" + stream-combiner "~0.0.4" + through "~2.3.1" + +event-stream@~3.1.5: + version "3.1.7" + resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.1.7.tgz#b4c540012d0fe1498420f3d8946008db6393c37a" + dependencies: + duplexer "~0.1.1" + from "~0" + map-stream "~0.1.0" + pause-stream "0.0.11" + split "0.2" + stream-combiner "~0.0.4" + through "~2.3.1" + exit-hook@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" @@ -1304,10 +1394,20 @@ extend-shallow@^1.1.2: dependencies: kind-of "^1.1.0" +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + dependencies: + is-extendable "^0.1.0" + extend@^3.0.0, extend@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.0.tgz#5a474353b9f3353ddd8176dfd37b91c83a46f1d4" +extend@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend/-/extend-2.0.1.tgz#1ee8010689e7395ff9448241c98652bc759a8260" + extglob@^0.3.1: version "0.3.2" resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" @@ -1329,6 +1429,12 @@ fast-levenshtein@~2.0.4: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" +fd-slicer@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65" + dependencies: + pend "~1.2.0" + figures@^1.3.5: version "1.7.0" resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" @@ -1422,13 +1528,17 @@ for-own@^0.1.4: dependencies: for-in "^0.1.5" -forever-agent@~0.6.1: +forever-agent@~0.6.0, forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" -fork-stream@^0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/fork-stream/-/fork-stream-0.0.4.tgz#db849fce77f6708a5f8f386ae533a0907b54ae70" +form-data@~1.0.0-rc1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-1.0.1.tgz#ae315db9a4907fa065502304a66d7733475ee37c" + dependencies: + async "^2.0.1" + combined-stream "^1.0.5" + mime-types "^2.1.11" form-data@~2.1.1: version "2.1.2" @@ -1438,6 +1548,10 @@ form-data@~2.1.1: combined-stream "^1.0.5" mime-types "^2.1.12" +from@~0: + version "0.1.3" + resolved "https://registry.yarnpkg.com/from/-/from-0.1.3.tgz#ef63ac2062ac32acf7862e0d40b44b896f22f3bc" + fs-exists-sync@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add" @@ -1571,7 +1685,7 @@ glob-parent@^2.0.0: dependencies: is-glob "^2.0.0" -glob-parent@^3.0.1: +glob-parent@^3.0.0, glob-parent@^3.0.1: version "3.1.0" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" dependencies: @@ -1589,6 +1703,19 @@ glob-stream@^3.1.5: through2 "^0.6.1" unique-stream "^1.0.0" +glob-stream@^5.3.2: + version "5.3.5" + resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-5.3.5.tgz#a55665a9a8ccdc41915a87c701e32d4e016fad22" + dependencies: + extend "^3.0.0" + glob "^5.0.3" + glob-parent "^3.0.0" + micromatch "^2.3.7" + ordered-read-streams "^0.3.0" + through2 "^0.6.0" + to-absolute-glob "^0.1.1" + unique-stream "^2.0.2" + glob-watcher@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/glob-watcher/-/glob-watcher-0.0.6.tgz#b95b4a8df74b39c83298b0c05c978b4d9a3b710b" @@ -1601,6 +1728,13 @@ glob2base@^0.0.12: dependencies: find-index "^0.1.1" +glob@3.2.11: + version "3.2.11" + resolved "https://registry.yarnpkg.com/glob/-/glob-3.2.11.tgz#4a973f635b9190f715d10987d5c00fd2815ebe3d" + dependencies: + inherits "2" + minimatch "0.3" + glob@^4.3.1: version "4.5.3" resolved "https://registry.yarnpkg.com/glob/-/glob-4.5.3.tgz#c6cb73d3226c1efef04de3c56d012f03377ee15f" @@ -1610,6 +1744,16 @@ glob@^4.3.1: minimatch "^2.0.1" once "^1.3.0" +glob@^5.0.15, glob@^5.0.3: + version "5.0.15" + resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1" + dependencies: + inflight "^1.0.4" + inherits "2" + minimatch "2 || 3" + once "^1.3.0" + path-is-absolute "^1.0.0" + glob@^7.0.0, glob@^7.0.3, glob@^7.0.5: version "7.1.1" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8" @@ -1680,7 +1824,7 @@ graceful-fs@^3.0.0: dependencies: natives "^1.1.0" -graceful-fs@^4.1.2: +graceful-fs@^4.0.0, graceful-fs@^4.1.2: version "4.1.11" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" @@ -1692,6 +1836,10 @@ graceful-fs@~1.2.0: version "1.0.1" resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" +growl@1.9.2: + version "1.9.2" + resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f" + gulp-bump@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/gulp-bump/-/gulp-bump-2.6.1.tgz#9d27a9ec0e1b8608c39bb41238a35e860281bb18" @@ -1702,12 +1850,13 @@ gulp-bump@^2.6.1: semver "^5.3.0" through2 "^2.0.1" -"gulp-colorize-svgs@git+https://git@github.com/unic/gulp-colorize-svgs.git": - version "0.1.0" - resolved "git+https://git@github.com/unic/gulp-colorize-svgs.git#c4fe69a9771f149a9ae720277246710470c2bd01" +gulp-chmod@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/gulp-chmod/-/gulp-chmod-1.3.0.tgz#8bb6e8c11895dcbf9b42520c874347a5022bcb0d" dependencies: - gulp-util "^3.0.4" - lodash "^3.6.0" + deep-assign "^1.0.0" + stat-mode "^0.2.0" + through2 "^2.0.0" gulp-conventional-changelog@^1.1.0: version "1.1.0" @@ -1720,40 +1869,40 @@ gulp-conventional-changelog@^1.1.0: object-assign "^4.0.1" through2 "^2.0.0" -gulp-data@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/gulp-data/-/gulp-data-1.2.1.tgz#a94b54de7d4f3b8ea1f40ef859749c24578cf12b" +gulp-filter@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/gulp-filter/-/gulp-filter-4.0.0.tgz#395f58a256c559cdb9e0d157f1caaf5248a38dcb" dependencies: - gulp-util "^3.0.7" + gulp-util "^3.0.6" + multimatch "^2.0.0" + streamfilter "^1.0.5" + +gulp-gunzip@0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/gulp-gunzip/-/gulp-gunzip-0.0.3.tgz#7b6e07b0f58fd3d42515c48ead5a63df0572f62f" + dependencies: + through2 "~0.6.5" + vinyl "~0.4.6" + +gulp-remote-src@^0.4.0: + version "0.4.1" + resolved "https://registry.yarnpkg.com/gulp-remote-src/-/gulp-remote-src-0.4.1.tgz#6c36004e57228c9df02fbea9727a8616baf87355" + dependencies: + event-stream "~3.1.5" + node.extend "~1.1.2" + request "~2.58.0" + through2 "~0.5.1" + vinyl "~0.2.3" + +gulp-sourcemaps@1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz#b86ff349d801ceb56e1d9e7dc7bbcb4b7dee600c" + dependencies: + convert-source-map "^1.1.1" + graceful-fs "^4.1.2" + strip-bom "^2.0.0" through2 "^2.0.0" - util-extend "^1.0.1" - -gulp-filelist@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/gulp-filelist/-/gulp-filelist-1.0.0.tgz#21e2408298a3d30de0ea60ed1f72fcab15c86889" - dependencies: - gulp-util "^3.0.7" - path "^0.12.7" - through2 "^2.0.0" - vinyl "^1.1.0" - -gulp-if@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/gulp-if/-/gulp-if-2.0.2.tgz#a497b7e7573005041caa2bc8b7dda3c80444d629" - dependencies: - gulp-match "^1.0.3" - ternary-stream "^2.0.1" - through2 "^2.0.1" - -gulp-match@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/gulp-match/-/gulp-match-1.0.3.tgz#91c7c0d7f29becd6606d57d80a7f8776a87aba8e" - dependencies: - minimatch "^3.0.3" - -gulp-rename@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/gulp-rename/-/gulp-rename-1.2.2.tgz#3ad4428763f05e2764dec1c67d868db275687817" + vinyl "^1.0.0" gulp-stats@^0.0.4: version "0.0.4" @@ -1763,15 +1912,26 @@ gulp-stats@^0.0.4: pretty-hrtime "^1.0.0" text-table "^0.2.0" -gulp-template@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/gulp-template/-/gulp-template-4.0.0.tgz#05de36808c6fb9966578d5a94ee72cee08cdc53b" +gulp-symdest@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/gulp-symdest/-/gulp-symdest-1.1.0.tgz#c165320732d192ce56fd94271ffa123234bf2ae0" dependencies: - gulp-util "^3.0.0" - lodash "^4.8.2" - through2 "^2.0.0" + event-stream "^3.3.1" + mkdirp "^0.5.1" + queue "^3.1.0" + vinyl-fs "^2.4.3" -gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.4, gulp-util@^3.0.6, gulp-util@^3.0.7: +gulp-untar@0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/gulp-untar/-/gulp-untar-0.0.5.tgz#8d97c31e1e20d3d10167873b1ea95a7ee78654a9" + dependencies: + event-stream "~3.1.5" + gulp-util "~2.2.14" + streamifier "~0.1.0" + tar "^1.0.3" + through2 "~0.4.1" + +gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.6, gulp-util@^3.0.7: version "3.0.8" resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" dependencies: @@ -1794,6 +1954,31 @@ gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.4, gulp-util@^3.0.6, gulp-util@^3. through2 "^2.0.0" vinyl "^0.5.0" +gulp-util@~2.2.14: + version "2.2.20" + resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c" + dependencies: + chalk "^0.5.0" + dateformat "^1.0.7-1.2.3" + lodash._reinterpolate "^2.4.1" + lodash.template "^2.4.1" + minimist "^0.2.0" + multipipe "^0.1.0" + through2 "^0.5.0" + vinyl "^0.2.1" + +gulp-vinyl-zip@^1.1.2: + version "1.4.0" + resolved "https://registry.yarnpkg.com/gulp-vinyl-zip/-/gulp-vinyl-zip-1.4.0.tgz#56382f2ccb57231bb0478c78737ccd572973bee1" + dependencies: + event-stream "^3.3.1" + queue "^3.0.10" + through2 "^0.6.3" + vinyl "^0.4.6" + vinyl-fs "^2.0.0" + yauzl "^2.2.1" + yazl "^2.2.1" + gulp-watch@^4.3.8: version "4.3.11" resolved "https://registry.yarnpkg.com/gulp-watch/-/gulp-watch-4.3.11.tgz#162fc563de9fc770e91f9a7ce3955513a9a118c0" @@ -1843,6 +2028,15 @@ handlebars@^4.0.2: optionalDependencies: uglify-js "^2.6" +har-validator@^1.6.1: + version "1.8.0" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-1.8.0.tgz#d83842b0eb4c435960aeb108a067a3aa94c0eeb2" + dependencies: + bluebird "^2.9.30" + chalk "^1.0.0" + commander "^2.8.1" + is-my-json-valid "^2.12.0" + har-validator@~2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d" @@ -1874,6 +2068,15 @@ has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" +hawk@~2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/hawk/-/hawk-2.3.1.tgz#1e731ce39447fa1d0f6d707f7bceebec0fd1ec1f" + dependencies: + boom "2.x.x" + cryptiles "2.x.x" + hoek "2.x.x" + sntp "1.x.x" + hawk@~3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" @@ -1904,6 +2107,14 @@ hosted-git-info@^2.1.4: version "2.1.5" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.1.5.tgz#0ba81d90da2e25ab34a332e6ec77936e1598118b" +http-signature@~0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-0.11.0.tgz#1796cf67a001ad5cd6849dca0991485f09089fe6" + dependencies: + asn1 "0.1.11" + assert-plus "^0.1.5" + ctype "0.5.3" + http-signature@~1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" @@ -1941,10 +2152,6 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" -inherits@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" - ini@^1.3.2, ini@^1.3.4, ini@~1.3.0: version "1.3.4" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e" @@ -2018,7 +2225,7 @@ is-equal-shallow@^0.1.3: dependencies: is-primitive "^2.0.0" -is-extendable@^0.1.1: +is-extendable@^0.1.0, is-extendable@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" @@ -2058,7 +2265,7 @@ is-glob@^3.1.0: dependencies: is-extglob "^2.1.0" -is-my-json-valid@^2.10.0, is-my-json-valid@^2.12.4: +is-my-json-valid@^2.10.0, is-my-json-valid@^2.12.0, is-my-json-valid@^2.12.4: version "2.15.0" resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz#936edda3ca3c211fd98f3b2d3e08da43f7b2915b" dependencies: @@ -2117,6 +2324,10 @@ is-resolvable@^1.0.0: dependencies: tryit "^1.0.1" +is-stream@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + is-subset@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" @@ -2141,10 +2352,18 @@ is-utf8@^0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" +is-valid-glob@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-0.3.0.tgz#d4b55c69f51886f9b65c70d6c2622d37e29f48fe" + is-windows@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-0.2.0.tgz#de1aa6d63ea29dd248737b69f1ff8b8002d2108c" +is@^3.1.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/is/-/is-3.2.0.tgz#a362e3daf7df3fd8b7114115d624c5b7e1cb90f7" + isarray@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" @@ -2163,10 +2382,17 @@ isobject@^2.0.0: dependencies: isarray "1.0.0" -isstream@~0.1.2: +isstream@~0.1.1, isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" +jade@0.26.3: + version "0.26.3" + resolved "https://registry.yarnpkg.com/jade/-/jade-0.26.3.tgz#8f10d7977d8d79f2f6ff862a81b0513ccb25686c" + dependencies: + commander "0.6.1" + mkdirp "0.3.0" + jodid25519@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/jodid25519/-/jodid25519-1.0.2.tgz#06d4912255093419477d425633606e0e90782967" @@ -2206,7 +2432,7 @@ json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: dependencies: jsonify "~0.0.0" -json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1: +json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.0, 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" @@ -2248,6 +2474,12 @@ lazy-cache@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" +lazystream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4" + 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" @@ -2297,14 +2529,36 @@ lodash._basevalues@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz#5b775762802bde3d3297503e26300820fdf661b7" +lodash._escapehtmlchar@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._escapehtmlchar/-/lodash._escapehtmlchar-2.4.1.tgz#df67c3bb6b7e8e1e831ab48bfa0795b92afe899d" + dependencies: + lodash._htmlescapes "~2.4.1" + +lodash._escapestringchar@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._escapestringchar/-/lodash._escapestringchar-2.4.1.tgz#ecfe22618a2ade50bfeea43937e51df66f0edb72" + lodash._getnative@^3.0.0: version "3.9.1" resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" +lodash._htmlescapes@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._htmlescapes/-/lodash._htmlescapes-2.4.1.tgz#32d14bf0844b6de6f8b62a051b4f67c228b624cb" + lodash._isiterateecall@^3.0.0: version "3.0.9" resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c" +lodash._isnative@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._isnative/-/lodash._isnative-2.4.1.tgz#3ea6404b784a7be836c7b57580e1cdf79b14832c" + +lodash._objecttypes@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz#7c0b7f69d98a1f76529f890b0cdb1b4dfec11c11" + lodash._reescape@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reescape/-/lodash._reescape-3.0.0.tgz#2b1d6f5dfe07c8a355753e5f27fac7f1cde1616a" @@ -2313,24 +2567,56 @@ lodash._reevaluate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz#58bc74c40664953ae0b124d806996daca431e2ed" +lodash._reinterpolate@^2.4.1, lodash._reinterpolate@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz#4f1227aa5a8711fc632f5b07a1f4607aab8b3222" + lodash._reinterpolate@^3.0.0, lodash._reinterpolate@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" +lodash._reunescapedhtml@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._reunescapedhtml/-/lodash._reunescapedhtml-2.4.1.tgz#747c4fc40103eb3bb8a0976e571f7a2659e93ba7" + dependencies: + lodash._htmlescapes "~2.4.1" + lodash.keys "~2.4.1" + lodash._root@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692" +lodash._shimkeys@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash._shimkeys/-/lodash._shimkeys-2.4.1.tgz#6e9cc9666ff081f0b5a6c978b83e242e6949d203" + dependencies: + lodash._objecttypes "~2.4.1" + lodash.assignwith@^4.0.7: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz#127a97f02adc41751a954d24b0de17e100e038eb" +lodash.defaults@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-2.4.1.tgz#a7e8885f05e68851144b6e12a8f3678026bc4c54" + dependencies: + lodash._objecttypes "~2.4.1" + lodash.keys "~2.4.1" + lodash.escape@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-3.2.0.tgz#995ee0dc18c1b48cc92effae71a10aab5b487698" dependencies: lodash._root "^3.0.0" +lodash.escape@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-2.4.1.tgz#2ce12c5e084db0a57dda5e5d1eeeb9f5d175a3b4" + dependencies: + lodash._escapehtmlchar "~2.4.1" + lodash._reunescapedhtml "~2.4.1" + lodash.keys "~2.4.1" + lodash.isarguments@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" @@ -2343,6 +2629,16 @@ lodash.isempty@^4.2.1: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e" +lodash.isequal@^4.0.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" + +lodash.isobject@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-2.4.1.tgz#5a2e47fe69953f1ee631a7eba1fe64d2d06558f5" + dependencies: + lodash._objecttypes "~2.4.1" + lodash.isplainobject@^4.0.4: version "4.0.6" resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" @@ -2359,6 +2655,14 @@ lodash.keys@^3.0.0: lodash.isarguments "^3.0.0" lodash.isarray "^3.0.0" +lodash.keys@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-2.4.1.tgz#48dea46df8ff7632b10d706b8acb26591e2b3727" + dependencies: + lodash._isnative "~2.4.1" + lodash._shimkeys "~2.4.1" + lodash.isobject "~2.4.1" + lodash.mapvalues@^4.4.0: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz#1bafa5005de9dd6f4f26668c30ca37230cc9689c" @@ -2371,6 +2675,18 @@ lodash.restparam@^3.0.0: version "3.6.1" resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" +lodash.template@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-2.4.1.tgz#9e611007edf629129a974ab3c48b817b3e1cf20d" + dependencies: + lodash._escapestringchar "~2.4.1" + lodash._reinterpolate "~2.4.1" + lodash.defaults "~2.4.1" + lodash.escape "~2.4.1" + lodash.keys "~2.4.1" + lodash.templatesettings "~2.4.1" + lodash.values "~2.4.1" + lodash.template@^3.0.0: version "3.6.2" resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f" @@ -2405,11 +2721,20 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "~3.0.0" -lodash@^3.6.0: - version "3.10.1" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" +lodash.templatesettings@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz#ea76c75d11eb86d4dbe89a83893bb861929ac699" + dependencies: + lodash._reinterpolate "~2.4.1" + lodash.escape "~2.4.1" -lodash@^4.0.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.8.2: +lodash.values@~2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-2.4.1.tgz#abf514436b3cb705001627978cbcf30b1280eea4" + dependencies: + lodash.keys "~2.4.1" + +lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -2446,6 +2771,10 @@ map-obj@^1.0.0, map-obj@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" +map-stream@~0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" + meow@^3.3.0: version "3.7.0" resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" @@ -2485,25 +2814,42 @@ micromatch@^2.1.5, micromatch@^2.3.7: parse-glob "^3.0.4" regex-cache "^0.4.2" +mime-db@~1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.12.0.tgz#3d0c63180f458eb10d325aaa37d7c58ae312e9d7" + mime-db@~1.26.0: version "1.26.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.26.0.tgz#eaffcd0e4fc6935cf8134da246e2e6c35305adff" -mime-types@^2.1.12, mime-types@~2.1.7: +mime-types@^2.1.11, mime-types@^2.1.12, mime-types@~2.1.7: version "2.1.14" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.14.tgz#f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee" dependencies: mime-db "~1.26.0" -minimatch@^2.0.1: - version "2.0.10" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7" +mime-types@~2.0.1: + version "2.0.14" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.0.14.tgz#310e159db23e077f8bb22b748dabfa4957140aa6" + dependencies: + mime-db "~1.12.0" + +minimatch@0.3: + version "0.3.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.3.0.tgz#275d8edaac4f1bb3326472089e7949c8394699dd" + dependencies: + lru-cache "2" + sigmund "~1.0.0" + +"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" dependencies: brace-expansion "^1.0.0" -minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" +minimatch@^2.0.1: + version "2.0.10" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7" dependencies: brace-expansion "^1.0.0" @@ -2518,16 +2864,39 @@ minimist@0.0.8, minimist@~0.0.1: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" +minimist@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.0.tgz#4dffe525dae2b864c66c2e23c6271d7afdecefce" + minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" -"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: +mkdirp@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e" + +mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" dependencies: minimist "0.0.8" +mocha@^2.3.3: + version "2.5.3" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-2.5.3.tgz#161be5bdeb496771eb9b35745050b622b5aefc58" + dependencies: + commander "2.3.0" + debug "2.2.0" + diff "1.4.0" + escape-string-regexp "1.0.2" + glob "3.2.11" + growl "1.9.2" + jade "0.26.3" + mkdirp "0.5.1" + supports-color "1.2.0" + to-iso-string "0.0.2" + modify-values@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2" @@ -2540,7 +2909,16 @@ ms@0.7.2: version "0.7.2" resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765" -multipipe@^0.1.2: +multimatch@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-2.1.0.tgz#9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b" + dependencies: + array-differ "^1.0.0" + array-union "^1.0.1" + arrify "^1.0.0" + minimatch "^3.0.0" + +multipipe@^0.1.0, multipipe@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-0.1.2.tgz#2a8f2ddf70eed564dff2d57f1e1a137d9f05078b" dependencies: @@ -2576,6 +2954,16 @@ node-pre-gyp@^0.6.29: tar "~2.2.1" tar-pack "~3.3.0" +node-uuid@~1.4.0: + version "1.4.7" + resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.7.tgz#6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f" + +node.extend@~1.1.2: + version "1.1.6" + resolved "https://registry.yarnpkg.com/node.extend/-/node.extend-1.1.6.tgz#a7b882c82d6c93a4863a5504bd5de8ec86258b96" + dependencies: + is "^3.1.0" + nopt@~3.0.6: version "3.0.6" resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" @@ -2608,7 +2996,7 @@ 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" -oauth-sign@~0.8.1: +oauth-sign@~0.8.0, oauth-sign@~0.8.1: version "0.8.2" resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" @@ -2616,10 +3004,14 @@ object-assign@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2" -object-assign@^4.0.1, object-assign@^4.1.0: +object-assign@^4.0.0, 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" +object-keys@~0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336" + object.omit@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" @@ -2673,6 +3065,13 @@ ordered-read-streams@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz#fd565a9af8eb4473ba69b6ed8a34352cb552f126" +ordered-read-streams@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz#7137e69b3298bb342247a1bbee3881c80e2fd78b" + dependencies: + is-stream "^1.0.1" + readable-stream "^2.0.1" + os-homedir@^1.0.0, os-homedir@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" @@ -2754,12 +3153,15 @@ path-type@^1.0.0: pify "^2.0.0" pinkie-promise "^2.0.0" -path@^0.12.7: - version "0.12.7" - resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f" +pause-stream@0.0.11: + version "0.0.11" + resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" dependencies: - process "^0.11.1" - util "^0.10.3" + through "~2.3" + +pend@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" pify@^2.0.0, pify@^2.3.0: version "2.3.0" @@ -2816,10 +3218,6 @@ 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" -process@^0.11.1: - version "0.11.9" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.9.tgz#7bd5ad21aa6253e7da8682264f1e11d11c0318c1" - progress@^1.1.8: version "1.1.8" resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be" @@ -2832,10 +3230,20 @@ q@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/q/-/q-1.4.1.tgz#55705bcd93c5f3673530c2c2cbc0c2b3addc286e" +qs@~3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-3.1.0.tgz#d0e9ae745233a12dc43fb4f3055bba446261153c" + qs@~6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.0.tgz#f403b264f23bc01228c74131b407f18d5ea5d442" +queue@^3.0.10, queue@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/queue/-/queue-3.1.0.tgz#6c49d01f009e2256788789f2bffac6b8b9990585" + dependencies: + inherits "~2.0.0" + randomatic@^1.1.3: version "1.1.6" resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.6.tgz#110dcabff397e9dcff7c0789ccc0a49adf1ec5bb" @@ -2867,7 +3275,7 @@ read-pkg@^1.0.0, read-pkg@^1.1.0: normalize-package-data "^2.3.2" path-type "^1.0.0" -"readable-stream@>=1.0.33-1 <1.1.0-0": +"readable-stream@>=1.0.33-1 <1.1.0-0", readable-stream@~1.0.17, readable-stream@~1.0.26: version "1.0.34" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" dependencies: @@ -2876,7 +3284,7 @@ read-pkg@^1.0.0, read-pkg@^1.1.0: isarray "0.0.1" string_decoder "~0.10.x" -readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2: +readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e" dependencies: @@ -2998,7 +3406,7 @@ replace-ext@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924" -request@^2.79.0: +request@^2.67.0, request@^2.79.0: version "2.79.0" resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" dependencies: @@ -3023,6 +3431,30 @@ request@^2.79.0: tunnel-agent "~0.4.1" uuid "^3.0.0" +request@~2.58.0: + version "2.58.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.58.0.tgz#b5f49c0b94aab7fad388612a1fb6ad03b6cc1580" + dependencies: + aws-sign2 "~0.5.0" + bl "~0.9.0" + caseless "~0.10.0" + combined-stream "~1.0.1" + extend "~2.0.1" + forever-agent "~0.6.0" + form-data "~1.0.0-rc1" + har-validator "^1.6.1" + hawk "~2.3.0" + http-signature "~0.11.0" + isstream "~0.1.1" + json-stringify-safe "~5.0.0" + mime-types "~2.0.1" + node-uuid "~1.4.0" + oauth-sign "~0.8.0" + qs "~3.1.0" + stringstream "~0.0.4" + tough-cookie ">=0.12.0" + tunnel-agent "~0.4.0" + require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" @@ -3139,12 +3571,24 @@ sntp@1.x.x: dependencies: hoek "2.x.x" +source-map-support@^0.3.2: + version "0.3.3" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.3.3.tgz#34900977d5ba3f07c7757ee72e73bb1a9b53754f" + dependencies: + source-map "0.1.32" + source-map-support@^0.4.2: version "0.4.11" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.11.tgz#647f939978b38535909530885303daf23279f322" dependencies: source-map "^0.5.3" +source-map@0.1.32: + version "0.1.32" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.1.32.tgz#c8b6c167797ba4740a8ea33252162ff08591b266" + dependencies: + amdefine ">=0.0.4" + source-map@^0.4.4: version "0.4.4" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" @@ -3179,6 +3623,18 @@ split2@^2.0.0: dependencies: through2 "^2.0.2" +split@0.2: + version "0.2.10" + resolved "https://registry.yarnpkg.com/split/-/split-0.2.10.tgz#67097c601d697ce1368f418f06cd201cf0521a57" + dependencies: + through "2" + +split@0.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" + dependencies: + through "2" + split@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/split/-/split-1.0.0.tgz#c4395ce683abcd254bc28fe1dabb6e5c27dcffae" @@ -3204,6 +3660,16 @@ sshpk@^1.7.0: jsbn "~0.1.0" tweetnacl "~0.14.0" +stat-mode@^0.2.0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/stat-mode/-/stat-mode-0.2.2.tgz#e6c80b623123d7d80cf132ce538f346289072502" + +stream-combiner@~0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" + dependencies: + duplexer "~0.1.1" + stream-consume@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.0.tgz#a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f" @@ -3212,6 +3678,16 @@ stream-shift@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" +streamfilter@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/streamfilter/-/streamfilter-1.0.5.tgz#87507111beb8e298451717b511cfed8f002abf53" + dependencies: + readable-stream "^2.0.2" + +streamifier@~0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/streamifier/-/streamifier-0.1.1.tgz#97e98d8fa4d105d62a2691d1dc07e820db8dfc4f" + string-width@^1.0.1, string-width@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" @@ -3247,6 +3723,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1: dependencies: ansi-regex "^2.0.0" +strip-bom-stream@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz#e7144398577d51a6bed0fa1994fa05f43fd988ee" + dependencies: + first-chunk-stream "^1.0.0" + strip-bom "^2.0.0" + strip-bom-stream@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-2.0.0.tgz#f87db5ef2613f6968aa545abfe1ec728b6a829ca" @@ -3285,6 +3768,10 @@ 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" +supports-color@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-1.2.0.tgz#ff1ed1e61169d06b3cf2d588e188b18d8847e17e" + supports-color@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-0.2.0.tgz#d92de2694eb3f67323973d7ae3d8b55b4c22190a" @@ -3317,6 +3804,14 @@ tar-pack@~3.3.0: tar "~2.2.1" uid-number "~0.0.6" +tar@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/tar/-/tar-1.0.3.tgz#15bcdab244fa4add44e4244a0176edb8aa9a2b44" + dependencies: + block-stream "*" + fstream "^1.0.2" + inherits "2" + tar@~2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1" @@ -3325,15 +3820,6 @@ tar@~2.2.1: fstream "^1.0.2" inherits "2" -ternary-stream@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/ternary-stream/-/ternary-stream-2.0.1.tgz#064e489b4b5bf60ba6a6b7bc7f2f5c274ecf8269" - dependencies: - duplexify "^3.5.0" - fork-stream "^0.0.4" - merge-stream "^1.0.0" - through2 "^2.0.1" - text-extensions@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.4.0.tgz#c385d2e80879fe6ef97893e1709d88d9453726e9" @@ -3342,21 +3828,42 @@ text-table@^0.2.0, text-table@~0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" -through2@^0.6.1: +through2-filter@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-2.0.0.tgz#60bc55a0dacb76085db1f9dae99ab43f83d622ec" + dependencies: + through2 "~2.0.0" + xtend "~4.0.0" + +through2@^0.5.0, through2@~0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/through2/-/through2-0.5.1.tgz#dfdd012eb9c700e2323fd334f38ac622ab372da7" + dependencies: + readable-stream "~1.0.17" + xtend "~3.0.0" + +through2@^0.6.0, through2@^0.6.1, through2@^0.6.3, through2@~0.6.5: version "0.6.5" resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48" dependencies: readable-stream ">=1.0.33-1 <1.1.0-0" xtend ">=4.0.0 <4.1.0-0" -through2@^2.0.0, through2@^2.0.1, through2@^2.0.2: +through2@^2.0.0, through2@^2.0.1, through2@^2.0.2, through2@~2.0.0: version "2.0.3" resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" dependencies: readable-stream "^2.1.5" xtend "~4.0.1" -through@2, "through@>=2.2.7 <3", through@^2.3.6: +through2@~0.4.1: + version "0.4.2" + resolved "https://registry.yarnpkg.com/through2/-/through2-0.4.2.tgz#dbf5866031151ec8352bb6c4db64a2292a840b9b" + dependencies: + readable-stream "~1.0.17" + xtend "~2.1.1" + +through@2, "through@>=2.2.7 <3", through@^2.3.6, through@~2.3, through@~2.3.1: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" @@ -3370,11 +3877,21 @@ time-stamp@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.0.1.tgz#9f4bd23559c9365966f3302dbba2b07c6b99b151" +to-absolute-glob@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz#1cdfa472a9ef50c239ee66999b662ca0eb39937f" + dependencies: + extend-shallow "^2.0.1" + to-fast-properties@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320" -tough-cookie@~2.3.0: +to-iso-string@0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/to-iso-string/-/to-iso-string-0.0.2.tgz#4dc19e664dfccbe25bd8db508b00c6da158255d1" + +tough-cookie@>=0.12.0, tough-cookie@~2.3.0: version "2.3.2" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a" dependencies: @@ -3392,7 +3909,7 @@ tryit@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb" -tunnel-agent@~0.4.1: +tunnel-agent@~0.4.0, tunnel-agent@~0.4.1: version "0.4.3" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" @@ -3435,6 +3952,13 @@ unique-stream@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-1.0.0.tgz#d59a4a75427447d9aa6c91e70263f8d26a4b104b" +unique-stream@^2.0.2: + version "2.2.1" + resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-2.2.1.tgz#5aa003cfbe94c5ff866c4e7d668bb1c4dbadb369" + dependencies: + json-stable-stringify "^1.0.0" + through2-filter "^2.0.0" + user-home@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" @@ -3449,16 +3973,6 @@ util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" -util-extend@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/util-extend/-/util-extend-1.0.3.tgz#a7c216d267545169637b3b6edc6ca9119e2ff93f" - -util@^0.10.3: - version "0.10.3" - resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" - dependencies: - inherits "2.0.1" - uuid@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1" @@ -3469,6 +3983,10 @@ v8flags@^2.0.2: dependencies: user-home "^1.1.1" +vali-date@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6" + validate-npm-package-license@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc" @@ -3506,7 +4024,42 @@ vinyl-fs@^0.3.0: through2 "^0.6.1" vinyl "^0.4.0" -vinyl@^0.4.0: +vinyl-fs@^2.0.0, vinyl-fs@^2.4.3: + version "2.4.4" + resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-2.4.4.tgz#be6ff3270cb55dfd7d3063640de81f25d7532239" + dependencies: + duplexify "^3.2.0" + glob-stream "^5.3.2" + graceful-fs "^4.0.0" + gulp-sourcemaps "1.6.0" + is-valid-glob "^0.3.0" + lazystream "^1.0.0" + lodash.isequal "^4.0.0" + merge-stream "^1.0.0" + mkdirp "^0.5.0" + object-assign "^4.0.0" + readable-stream "^2.0.4" + strip-bom "^2.0.0" + strip-bom-stream "^1.0.0" + through2 "^2.0.0" + through2-filter "^2.0.0" + vali-date "^1.0.0" + vinyl "^1.0.0" + +vinyl-source-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/vinyl-source-stream/-/vinyl-source-stream-1.1.0.tgz#44cbe5108205279deb0c5653c094a2887938b1ab" + dependencies: + through2 "^0.6.1" + vinyl "^0.4.3" + +vinyl@^0.2.1, vinyl@~0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.2.3.tgz#bca938209582ec5a49ad538a00fa1f125e513252" + dependencies: + clone-stats "~0.0.1" + +vinyl@^0.4.0, vinyl@^0.4.3, vinyl@^0.4.6, vinyl@~0.4.6: version "0.4.6" resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.4.6.tgz#2f356c87a550a255461f36bbeb2a5ba8bf784847" dependencies: @@ -3521,7 +4074,7 @@ vinyl@^0.5.0: clone-stats "^0.0.1" replace-ext "0.0.1" -vinyl@^1.1.0, vinyl@^1.2.0: +vinyl@^1.0.0, vinyl@^1.1.0, vinyl@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-1.2.0.tgz#5c88036cf565e5df05558bfc911f8656df218884" dependencies: @@ -3529,6 +4082,24 @@ vinyl@^1.1.0, vinyl@^1.2.0: clone-stats "^0.0.1" replace-ext "0.0.1" +vscode@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/vscode/-/vscode-1.0.3.tgz#92e93f412082a73000ec8be86bb32d65d56de46b" + dependencies: + glob "^5.0.15" + gulp-chmod "^1.3.0" + gulp-filter "^4.0.0" + gulp-gunzip "0.0.3" + gulp-remote-src "^0.4.0" + gulp-symdest "^1.0.0" + gulp-untar "0.0.5" + gulp-vinyl-zip "^1.1.2" + mocha "^2.3.3" + request "^2.67.0" + semver "^5.1.0" + source-map-support "^0.3.2" + vinyl-source-stream "^1.1.0" + which-module@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" @@ -3578,10 +4149,20 @@ write@^0.2.1: dependencies: mkdirp "^0.5.1" -"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: +"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" +xtend@~2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-2.1.2.tgz#6efecc2a4dad8e6962c4901b337ce7ba87b5d28b" + dependencies: + object-keys "~0.4.0" + +xtend@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-3.0.0.tgz#5cce7407baf642cba7becda568111c493f59665a" + y18n@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" @@ -3618,3 +4199,16 @@ yargs@~3.10.0: cliui "^2.1.0" decamelize "^1.0.0" window-size "0.1.0" + +yauzl@^2.2.1: + version "2.7.0" + resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.7.0.tgz#e21d847868b496fc29eaec23ee87fdd33e9b2bce" + dependencies: + buffer-crc32 "~0.2.3" + fd-slicer "~1.0.1" + +yazl@^2.2.1: + version "2.4.2" + resolved "https://registry.yarnpkg.com/yazl/-/yazl-2.4.2.tgz#14cb19083e1e25a70092c1588aabe0f4e4dd4d88" + dependencies: + buffer-crc32 "~0.2.3" From 66bd86fd0c5d1b10bdb1ab26af441bd60b7a15ab Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 22:57:23 +0100 Subject: [PATCH 12/18] chore: clean files --- package.json | 6 ++---- src/theme-icon.template | 15 --------------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 src/theme-icon.template diff --git a/package.json b/package.json index d55aa4a..7230254 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,8 @@ "import": "node ./scripts/import.js" }, "categories": [ - "Theme", - "Material", - "Design", - "Themes" + "Themes", + "Other" ], "contributes": { "themes": [ diff --git a/src/theme-icon.template b/src/theme-icon.template deleted file mode 100644 index caace6c..0000000 --- a/src/theme-icon.template +++ /dev/null @@ -1,15 +0,0 @@ -{ - "iconDefinitions": {<% for( var i = 0; i < icons.length; i++ ){ %> - "_<%= icons[i] %>": { - "iconPath": "svg/<%= icons[i] %>.svg" - }<% if( i !== (icons.length - 1)){ %>,<%} %><% } %> - }, - "fileExtensions": { - "md": "_markdown", - "js": "_js", - "css": "_css", - "scss": "_scss", - "sass": "_sass", - "json": "_json" - } -} \ No newline at end of file From a9fc2fb70da191421ffe4bfd9a564395762c4a18 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 4 Feb 2017 23:34:02 +0100 Subject: [PATCH 13/18] chore: Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7230254..8aa245a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "test": "node ./node_modules/vscode/bin/test", "import": "node ./scripts/import.js" }, + "category": "Theme", "categories": [ "Themes", "Other" From 7d3b7bd295c8fed73872c03e079998d72818e0fc Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 6 Feb 2017 21:31:52 +0100 Subject: [PATCH 14/18] feat: Add Material Theme icon-theme --- .gitignore | 3 +- .vscodeignore | 9 +- package.json | 30 +- src/icons/actionscript.svg | 89 ++++ src/icons/android.svg | 54 +++ src/icons/angular.svg | 54 +++ src/icons/arduino.svg | 1 + src/icons/assembly.svg | 54 +++ src/icons/autohotkey.svg | 55 +++ src/icons/c-lang.svg | 54 +++ src/icons/certificate.svg | 54 +++ src/icons/changelog.svg | 54 +++ src/icons/clojure.svg | 57 +++ src/icons/cmake.svg | 65 +++ src/icons/coffee.svg | 55 +++ src/icons/console.svg | 54 +++ src/icons/contributing.svg | 54 +++ src/icons/cpp.svg | 54 +++ src/icons/credits.svg | 54 +++ src/icons/csharp.svg | 54 +++ src/icons/css-map.svg | 60 +++ src/icons/css.svg | 54 +++ src/icons/dart.svg | 86 ++++ src/icons/database.svg | 54 +++ src/icons/docker.svg | 234 +++++++++ src/icons/document.svg | 54 +++ src/icons/email.svg | 54 +++ src/icons/exe.svg | 54 +++ src/icons/favicon.svg | 54 +++ src/icons/file.svg | 54 +++ src/icons/flash.svg | 90 ++++ src/icons/flow.svg | 65 +++ src/icons/folder-outline.svg | 54 +++ src/icons/folder.svg | 54 +++ src/icons/font.svg | 54 +++ src/icons/fsharp.svg | 216 +++++++++ src/icons/git.svg | 54 +++ src/icons/gopher.svg | 167 +++++++ src/icons/gradle.svg | 439 +++++++++++++++++ src/icons/groovy.svg | 57 +++ src/icons/gulp.svg | 55 +++ src/icons/haskell.svg | 75 +++ src/icons/html.svg | 54 +++ src/icons/image.svg | 54 +++ src/icons/ionic.svg | 18 + src/icons/java.svg | 54 +++ src/icons/javascript-map.svg | 59 +++ src/icons/javascript.svg | 54 +++ src/icons/json.svg | 54 +++ src/icons/key.svg | 54 +++ src/icons/kotlin.svg | 108 +++++ src/icons/lib.svg | 54 +++ src/icons/lua.svg | 70 +++ src/icons/markdown.svg | 54 +++ src/icons/movie.svg | 54 +++ src/icons/music.svg | 54 +++ src/icons/mxml.svg | 54 +++ src/icons/nodejs.svg | 54 +++ src/icons/ocaml.svg | 199 ++++++++ src/icons/pdf.svg | 54 +++ src/icons/php.svg | 54 +++ src/icons/powerpoint.svg | 54 +++ src/icons/pug.svg | 54 +++ src/icons/python.svg | 68 +++ src/icons/r.svg | 58 +++ src/icons/raml.svg | 54 +++ src/icons/react.svg | 54 +++ src/icons/readme.svg | 54 +++ src/icons/ruby.svg | 54 +++ src/icons/rust.svg | 80 +++ src/icons/sass.svg | 54 +++ src/icons/settings.svg | 54 +++ src/icons/star.svg | 1 + src/icons/swc.svg | 82 ++++ src/icons/swift.svg | 54 +++ src/icons/table.svg | 54 +++ src/icons/tex.svg | 93 ++++ src/icons/tune.svg | 7 + src/icons/typescript-def.svg | 72 +++ src/icons/typescript.svg | 57 +++ src/icons/url.svg | 54 +++ src/icons/virtual.svg | 54 +++ src/icons/visualstudio.svg | 54 +++ src/icons/vue.svg | 60 +++ src/icons/webpack.svg | 75 +++ src/icons/word.svg | 54 +++ src/icons/xaml.svg | 54 +++ src/icons/xml.svg | 54 +++ src/icons/yaml.svg | 54 +++ src/icons/yarn.svg | 296 +++++++++++ src/icons/zip.svg | 54 +++ src/material-theme-icons.json | 591 ++++++++++++++++++++++ yarn.lock | 891 ++++++---------------------------- 93 files changed, 6943 insertions(+), 766 deletions(-) create mode 100755 src/icons/actionscript.svg create mode 100755 src/icons/android.svg create mode 100755 src/icons/angular.svg create mode 100755 src/icons/arduino.svg create mode 100755 src/icons/assembly.svg create mode 100755 src/icons/autohotkey.svg create mode 100755 src/icons/c-lang.svg create mode 100755 src/icons/certificate.svg create mode 100755 src/icons/changelog.svg create mode 100755 src/icons/clojure.svg create mode 100755 src/icons/cmake.svg create mode 100755 src/icons/coffee.svg create mode 100755 src/icons/console.svg create mode 100755 src/icons/contributing.svg create mode 100755 src/icons/cpp.svg create mode 100755 src/icons/credits.svg create mode 100755 src/icons/csharp.svg create mode 100755 src/icons/css-map.svg create mode 100755 src/icons/css.svg create mode 100755 src/icons/dart.svg create mode 100755 src/icons/database.svg create mode 100755 src/icons/docker.svg create mode 100755 src/icons/document.svg create mode 100755 src/icons/email.svg create mode 100755 src/icons/exe.svg create mode 100755 src/icons/favicon.svg create mode 100755 src/icons/file.svg create mode 100755 src/icons/flash.svg create mode 100755 src/icons/flow.svg create mode 100755 src/icons/folder-outline.svg create mode 100755 src/icons/folder.svg create mode 100755 src/icons/font.svg create mode 100755 src/icons/fsharp.svg create mode 100755 src/icons/git.svg create mode 100755 src/icons/gopher.svg create mode 100755 src/icons/gradle.svg create mode 100755 src/icons/groovy.svg create mode 100755 src/icons/gulp.svg create mode 100755 src/icons/haskell.svg create mode 100755 src/icons/html.svg create mode 100755 src/icons/image.svg create mode 100755 src/icons/ionic.svg create mode 100755 src/icons/java.svg create mode 100755 src/icons/javascript-map.svg create mode 100755 src/icons/javascript.svg create mode 100755 src/icons/json.svg create mode 100755 src/icons/key.svg create mode 100755 src/icons/kotlin.svg create mode 100755 src/icons/lib.svg create mode 100755 src/icons/lua.svg create mode 100755 src/icons/markdown.svg create mode 100755 src/icons/movie.svg create mode 100755 src/icons/music.svg create mode 100755 src/icons/mxml.svg create mode 100755 src/icons/nodejs.svg create mode 100755 src/icons/ocaml.svg create mode 100755 src/icons/pdf.svg create mode 100755 src/icons/php.svg create mode 100755 src/icons/powerpoint.svg create mode 100755 src/icons/pug.svg create mode 100755 src/icons/python.svg create mode 100755 src/icons/r.svg create mode 100755 src/icons/raml.svg create mode 100755 src/icons/react.svg create mode 100755 src/icons/readme.svg create mode 100755 src/icons/ruby.svg create mode 100755 src/icons/rust.svg create mode 100755 src/icons/sass.svg create mode 100755 src/icons/settings.svg create mode 100755 src/icons/star.svg create mode 100755 src/icons/swc.svg create mode 100755 src/icons/swift.svg create mode 100755 src/icons/table.svg create mode 100755 src/icons/tex.svg create mode 100755 src/icons/tune.svg create mode 100755 src/icons/typescript-def.svg create mode 100755 src/icons/typescript.svg create mode 100755 src/icons/url.svg create mode 100755 src/icons/virtual.svg create mode 100755 src/icons/visualstudio.svg create mode 100755 src/icons/vue.svg create mode 100755 src/icons/webpack.svg create mode 100755 src/icons/word.svg create mode 100755 src/icons/xaml.svg create mode 100755 src/icons/xml.svg create mode 100755 src/icons/yaml.svg create mode 100755 src/icons/yarn.svg create mode 100755 src/icons/zip.svg create mode 100644 src/material-theme-icons.json diff --git a/.gitignore b/.gitignore index 417c6ce..2525745 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -.vscode/ \ No newline at end of file +.vscode/ +dist/ \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index 026411a..4775d94 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,5 +1,10 @@ .vscode/** -.vscode-test/** +typings/** +out/test/** +test/** src/** +**/*.map .gitignore -vsc-extension-quickstart.md \ No newline at end of file +tsconfig.json +vsc-extension-quickstart.md +node_modules \ No newline at end of file diff --git a/package.json b/package.json index 8aa245a..d4118a2 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,11 @@ "publisher": "Equinusocio", "license": "Apache-2.0", "homepage": "https://github.com/equinusocio/vsc-material-theme", + "icon": "logo.svg", + "galleryBanner": { + "color": "#2d2d2d", + "theme": "dark" + }, "bugs": { "url": "https://github.com/equinusocio/vsc-material-theme/issues" }, @@ -13,13 +18,11 @@ "vscode": "^1.5.0" }, "scripts": { - "vscode:prepublish": "tsc -p ./", - "compile": "node ./scripts/import.js", - "postinstall": "node ./node_modules/vscode/bin/install", - "test": "node ./node_modules/vscode/bin/test", - "import": "node ./scripts/import.js" + "start": "npm run remove-min && npm run minimize-icons && npm run minimize-json", + "minimize-icons": "svgo -f src/icons -o dist/icons", + "minimize-json": "json-minify src/material-theme-icons.json > dist/material-theme-icons.json", + "remove-min": "rimraf min" }, - "category": "Theme", "categories": [ "Themes", "Other" @@ -31,6 +34,13 @@ "uiTheme": "vs-dark", "path": "./themes/Material-Theme-Darker.tmTheme" } + ], + "iconThemes": [ + { + "id": "material-theme-icons", + "label": "Material Theme Icons", + "path": "./dist/material-theme-icons.json" + } ] }, "devDependencies": { @@ -38,7 +48,6 @@ "babel-preset-es2015": "^6.18.0", "babel-root-import": "^4.1.5", "colors": "^1.1.2", - "del": "^2.2.2", "eslint": "^3.11.0", "eslint-plugin-standard": "^2.0.1", "gulp": "^3.9.1", @@ -47,7 +56,10 @@ "gulp-stats": "^0.0.4", "gulp-watch": "^4.3.8", "run-sequence": "^1.2.2", - "vscode": "^1.0.3", - "yargs": "^6.6.0" + "yargs": "^6.6.0", + "cpx": "^1.5.0", + "json-minify": "^1.0.0", + "rimraf": "^2.5.4", + "svgo": "^0.7.1" } } diff --git a/src/icons/actionscript.svg b/src/icons/actionscript.svg new file mode 100755 index 0000000..8a5fe50 --- /dev/null +++ b/src/icons/actionscript.svg @@ -0,0 +1,89 @@ + + + + + + image/svg+xml + + + + + + + + { } + AS + diff --git a/src/icons/android.svg b/src/icons/android.svg new file mode 100755 index 0000000..9dc23cc --- /dev/null +++ b/src/icons/android.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/angular.svg b/src/icons/angular.svg new file mode 100755 index 0000000..d48359e --- /dev/null +++ b/src/icons/angular.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/arduino.svg b/src/icons/arduino.svg new file mode 100755 index 0000000..5d0136f --- /dev/null +++ b/src/icons/arduino.svg @@ -0,0 +1 @@ +Layer 1 \ No newline at end of file diff --git a/src/icons/assembly.svg b/src/icons/assembly.svg new file mode 100755 index 0000000..13ffa1b --- /dev/null +++ b/src/icons/assembly.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/autohotkey.svg b/src/icons/autohotkey.svg new file mode 100755 index 0000000..2d30b20 --- /dev/null +++ b/src/icons/autohotkey.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/c-lang.svg b/src/icons/c-lang.svg new file mode 100755 index 0000000..9aedd18 --- /dev/null +++ b/src/icons/c-lang.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/certificate.svg b/src/icons/certificate.svg new file mode 100755 index 0000000..b755e35 --- /dev/null +++ b/src/icons/certificate.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/changelog.svg b/src/icons/changelog.svg new file mode 100755 index 0000000..27b7ce3 --- /dev/null +++ b/src/icons/changelog.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/clojure.svg b/src/icons/clojure.svg new file mode 100755 index 0000000..406c944 --- /dev/null +++ b/src/icons/clojure.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/cmake.svg b/src/icons/cmake.svg new file mode 100755 index 0000000..d03a99b --- /dev/null +++ b/src/icons/cmake.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/src/icons/coffee.svg b/src/icons/coffee.svg new file mode 100755 index 0000000..e9287f0 --- /dev/null +++ b/src/icons/coffee.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/console.svg b/src/icons/console.svg new file mode 100755 index 0000000..2abee78 --- /dev/null +++ b/src/icons/console.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/contributing.svg b/src/icons/contributing.svg new file mode 100755 index 0000000..4c2fb66 --- /dev/null +++ b/src/icons/contributing.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/cpp.svg b/src/icons/cpp.svg new file mode 100755 index 0000000..dbcb32d --- /dev/null +++ b/src/icons/cpp.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/credits.svg b/src/icons/credits.svg new file mode 100755 index 0000000..d648b6e --- /dev/null +++ b/src/icons/credits.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/csharp.svg b/src/icons/csharp.svg new file mode 100755 index 0000000..eac1376 --- /dev/null +++ b/src/icons/csharp.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/css-map.svg b/src/icons/css-map.svg new file mode 100755 index 0000000..eef4c0b --- /dev/null +++ b/src/icons/css-map.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/css.svg b/src/icons/css.svg new file mode 100755 index 0000000..5694adc --- /dev/null +++ b/src/icons/css.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/dart.svg b/src/icons/dart.svg new file mode 100755 index 0000000..92a3329 --- /dev/null +++ b/src/icons/dart.svg @@ -0,0 +1,86 @@ + + + Dart + + + + image/svg+xml + + Dart + + + + Philipp Kief + + + + + + + + + + + + + + + + + diff --git a/src/icons/database.svg b/src/icons/database.svg new file mode 100755 index 0000000..d4391d1 --- /dev/null +++ b/src/icons/database.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/docker.svg b/src/icons/docker.svg new file mode 100755 index 0000000..c7dccf2 --- /dev/null +++ b/src/icons/docker.svg @@ -0,0 +1,234 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/document.svg b/src/icons/document.svg new file mode 100755 index 0000000..c198759 --- /dev/null +++ b/src/icons/document.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/email.svg b/src/icons/email.svg new file mode 100755 index 0000000..82b0566 --- /dev/null +++ b/src/icons/email.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/exe.svg b/src/icons/exe.svg new file mode 100755 index 0000000..870667c --- /dev/null +++ b/src/icons/exe.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/favicon.svg b/src/icons/favicon.svg new file mode 100755 index 0000000..c78b83d --- /dev/null +++ b/src/icons/favicon.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/file.svg b/src/icons/file.svg new file mode 100755 index 0000000..5db6df9 --- /dev/null +++ b/src/icons/file.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/flash.svg b/src/icons/flash.svg new file mode 100755 index 0000000..1d192ae --- /dev/null +++ b/src/icons/flash.svg @@ -0,0 +1,90 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/src/icons/flow.svg b/src/icons/flow.svg new file mode 100755 index 0000000..a3a96ff --- /dev/null +++ b/src/icons/flow.svg @@ -0,0 +1,65 @@ + + + + + + image/svg+xml + + + + + + + + F + diff --git a/src/icons/folder-outline.svg b/src/icons/folder-outline.svg new file mode 100755 index 0000000..d405859 --- /dev/null +++ b/src/icons/folder-outline.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/folder.svg b/src/icons/folder.svg new file mode 100755 index 0000000..8cca93f --- /dev/null +++ b/src/icons/folder.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/font.svg b/src/icons/font.svg new file mode 100755 index 0000000..1a46461 --- /dev/null +++ b/src/icons/font.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/fsharp.svg b/src/icons/fsharp.svg new file mode 100755 index 0000000..91ff767 --- /dev/null +++ b/src/icons/fsharp.svg @@ -0,0 +1,216 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/git.svg b/src/icons/git.svg new file mode 100755 index 0000000..5021b6b --- /dev/null +++ b/src/icons/git.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/gopher.svg b/src/icons/gopher.svg new file mode 100755 index 0000000..fc0694c --- /dev/null +++ b/src/icons/gopher.svg @@ -0,0 +1,167 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/gradle.svg b/src/icons/gradle.svg new file mode 100755 index 0000000..d4bc84b --- /dev/null +++ b/src/icons/gradle.svg @@ -0,0 +1,439 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/groovy.svg b/src/icons/groovy.svg new file mode 100755 index 0000000..36aceb2 --- /dev/null +++ b/src/icons/groovy.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/gulp.svg b/src/icons/gulp.svg new file mode 100755 index 0000000..3f30753 --- /dev/null +++ b/src/icons/gulp.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/haskell.svg b/src/icons/haskell.svg new file mode 100755 index 0000000..33aef54 --- /dev/null +++ b/src/icons/haskell.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + y + + + diff --git a/src/icons/html.svg b/src/icons/html.svg new file mode 100755 index 0000000..6c5c920 --- /dev/null +++ b/src/icons/html.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/image.svg b/src/icons/image.svg new file mode 100755 index 0000000..63bf30f --- /dev/null +++ b/src/icons/image.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/ionic.svg b/src/icons/ionic.svg new file mode 100755 index 0000000..53ff54d --- /dev/null +++ b/src/icons/ionic.svg @@ -0,0 +1,18 @@ + + + + + + + + + diff --git a/src/icons/java.svg b/src/icons/java.svg new file mode 100755 index 0000000..cae2747 --- /dev/null +++ b/src/icons/java.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/javascript-map.svg b/src/icons/javascript-map.svg new file mode 100755 index 0000000..1ddada6 --- /dev/null +++ b/src/icons/javascript-map.svg @@ -0,0 +1,59 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/javascript.svg b/src/icons/javascript.svg new file mode 100755 index 0000000..9a0044f --- /dev/null +++ b/src/icons/javascript.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/json.svg b/src/icons/json.svg new file mode 100755 index 0000000..52c9d99 --- /dev/null +++ b/src/icons/json.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/key.svg b/src/icons/key.svg new file mode 100755 index 0000000..b064be4 --- /dev/null +++ b/src/icons/key.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/kotlin.svg b/src/icons/kotlin.svg new file mode 100755 index 0000000..6555b58 --- /dev/null +++ b/src/icons/kotlin.svg @@ -0,0 +1,108 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/lib.svg b/src/icons/lib.svg new file mode 100755 index 0000000..0c3a971 --- /dev/null +++ b/src/icons/lib.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/lua.svg b/src/icons/lua.svg new file mode 100755 index 0000000..7ec28c8 --- /dev/null +++ b/src/icons/lua.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/src/icons/markdown.svg b/src/icons/markdown.svg new file mode 100755 index 0000000..f2351ec --- /dev/null +++ b/src/icons/markdown.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/movie.svg b/src/icons/movie.svg new file mode 100755 index 0000000..8812c84 --- /dev/null +++ b/src/icons/movie.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/music.svg b/src/icons/music.svg new file mode 100755 index 0000000..f01eb9a --- /dev/null +++ b/src/icons/music.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/mxml.svg b/src/icons/mxml.svg new file mode 100755 index 0000000..4c57bb0 --- /dev/null +++ b/src/icons/mxml.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/nodejs.svg b/src/icons/nodejs.svg new file mode 100755 index 0000000..44ecb78 --- /dev/null +++ b/src/icons/nodejs.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/ocaml.svg b/src/icons/ocaml.svg new file mode 100755 index 0000000..030ad2d --- /dev/null +++ b/src/icons/ocaml.svg @@ -0,0 +1,199 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/icons/pdf.svg b/src/icons/pdf.svg new file mode 100755 index 0000000..e6012b0 --- /dev/null +++ b/src/icons/pdf.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/php.svg b/src/icons/php.svg new file mode 100755 index 0000000..e92929d --- /dev/null +++ b/src/icons/php.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/powerpoint.svg b/src/icons/powerpoint.svg new file mode 100755 index 0000000..069ba41 --- /dev/null +++ b/src/icons/powerpoint.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/pug.svg b/src/icons/pug.svg new file mode 100755 index 0000000..bf38183 --- /dev/null +++ b/src/icons/pug.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/python.svg b/src/icons/python.svg new file mode 100755 index 0000000..788d1cb --- /dev/null +++ b/src/icons/python.svg @@ -0,0 +1,68 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/src/icons/r.svg b/src/icons/r.svg new file mode 100755 index 0000000..b1ddbce --- /dev/null +++ b/src/icons/r.svg @@ -0,0 +1,58 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/raml.svg b/src/icons/raml.svg new file mode 100755 index 0000000..52aaf01 --- /dev/null +++ b/src/icons/raml.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/react.svg b/src/icons/react.svg new file mode 100755 index 0000000..0a055da --- /dev/null +++ b/src/icons/react.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/readme.svg b/src/icons/readme.svg new file mode 100755 index 0000000..b4fe445 --- /dev/null +++ b/src/icons/readme.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/ruby.svg b/src/icons/ruby.svg new file mode 100755 index 0000000..b3c32d2 --- /dev/null +++ b/src/icons/ruby.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/rust.svg b/src/icons/rust.svg new file mode 100755 index 0000000..002dcdc --- /dev/null +++ b/src/icons/rust.svg @@ -0,0 +1,80 @@ + + + + + + image/svg+xml + + + + + + + + + + R + + + diff --git a/src/icons/sass.svg b/src/icons/sass.svg new file mode 100755 index 0000000..9e0468a --- /dev/null +++ b/src/icons/sass.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/settings.svg b/src/icons/settings.svg new file mode 100755 index 0000000..e78eaea --- /dev/null +++ b/src/icons/settings.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/star.svg b/src/icons/star.svg new file mode 100755 index 0000000..ab4fcad --- /dev/null +++ b/src/icons/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/swc.svg b/src/icons/swc.svg new file mode 100755 index 0000000..1992020 --- /dev/null +++ b/src/icons/swc.svg @@ -0,0 +1,82 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/src/icons/swift.svg b/src/icons/swift.svg new file mode 100755 index 0000000..ff72dcd --- /dev/null +++ b/src/icons/swift.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/table.svg b/src/icons/table.svg new file mode 100755 index 0000000..02e5457 --- /dev/null +++ b/src/icons/table.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/tex.svg b/src/icons/tex.svg new file mode 100755 index 0000000..3615a5b --- /dev/null +++ b/src/icons/tex.svg @@ -0,0 +1,93 @@ + +image/svg+xml + + + + T +E +X + + \ No newline at end of file diff --git a/src/icons/tune.svg b/src/icons/tune.svg new file mode 100755 index 0000000..27ca8a3 --- /dev/null +++ b/src/icons/tune.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/icons/typescript-def.svg b/src/icons/typescript-def.svg new file mode 100755 index 0000000..77e98ff --- /dev/null +++ b/src/icons/typescript-def.svg @@ -0,0 +1,72 @@ + + + + + + image/svg+xml + + + + + + + + + TS + + diff --git a/src/icons/typescript.svg b/src/icons/typescript.svg new file mode 100755 index 0000000..4143db6 --- /dev/null +++ b/src/icons/typescript.svg @@ -0,0 +1,57 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/url.svg b/src/icons/url.svg new file mode 100755 index 0000000..d7e794b --- /dev/null +++ b/src/icons/url.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/virtual.svg b/src/icons/virtual.svg new file mode 100755 index 0000000..6bb3502 --- /dev/null +++ b/src/icons/virtual.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/visualstudio.svg b/src/icons/visualstudio.svg new file mode 100755 index 0000000..ef65321 --- /dev/null +++ b/src/icons/visualstudio.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/vue.svg b/src/icons/vue.svg new file mode 100755 index 0000000..c0b54ee --- /dev/null +++ b/src/icons/vue.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/webpack.svg b/src/icons/webpack.svg new file mode 100755 index 0000000..f8a32ca --- /dev/null +++ b/src/icons/webpack.svg @@ -0,0 +1,75 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/src/icons/word.svg b/src/icons/word.svg new file mode 100755 index 0000000..daa938b --- /dev/null +++ b/src/icons/word.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/xaml.svg b/src/icons/xaml.svg new file mode 100755 index 0000000..444dc8d --- /dev/null +++ b/src/icons/xaml.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/xml.svg b/src/icons/xml.svg new file mode 100755 index 0000000..d807e2a --- /dev/null +++ b/src/icons/xml.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/yaml.svg b/src/icons/yaml.svg new file mode 100755 index 0000000..d213ecd --- /dev/null +++ b/src/icons/yaml.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/icons/yarn.svg b/src/icons/yarn.svg new file mode 100755 index 0000000..867a8b7 --- /dev/null +++ b/src/icons/yarn.svg @@ -0,0 +1,296 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/icons/zip.svg b/src/icons/zip.svg new file mode 100755 index 0000000..277a4df --- /dev/null +++ b/src/icons/zip.svg @@ -0,0 +1,54 @@ + + + + + + image/svg+xml + + + + + + + + diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json new file mode 100644 index 0000000..dbc5770 --- /dev/null +++ b/src/material-theme-icons.json @@ -0,0 +1,591 @@ +{ + "iconDefinitions": { + "_file_json": { + "iconPath": "./icons/json.svg" + }, + "_file_yaml": { + "iconPath": "./icons/yaml.svg" + }, + "_file_html": { + "iconPath": "./icons/html.svg" + }, + "_file_markdown": { + "iconPath": "./icons/markdown.svg" + }, + "_file_css": { + "iconPath": "./icons/css.svg" + }, + "_file_sass": { + "iconPath": "./icons/sass.svg" + }, + "_file_gradle": { + "iconPath": "./icons/gradle.svg" + }, + "_file_git": { + "iconPath": "./icons/git.svg" + }, + "_file_image": { + "iconPath": "./icons/image.svg" + }, + "_file_xml": { + "iconPath": "./icons/xml.svg" + }, + "_file_js": { + "iconPath": "./icons/javascript.svg" + }, + "_file_ts": { + "iconPath": "./icons/typescript.svg" + }, + "_file_ts_def": { + "iconPath": "./icons/typescript-def.svg" + }, + "_file_webpack": { + "iconPath": "./icons/webpack.svg" + }, + "_file_ionic": { + "iconPath": "./icons/ionic.svg" + }, + "_file_php": { + "iconPath": "./icons/php.svg" + }, + "_file_table": { + "iconPath": "./icons/table.svg" + }, + "_file_vs": { + "iconPath": "./icons/visualstudio.svg" + }, + "_file_csharp": { + "iconPath": "./icons/csharp.svg" + }, + "_file_zip": { + "iconPath": "./icons/zip.svg" + }, + "_file_exe": { + "iconPath": "./icons/exe.svg" + }, + "_file_java": { + "iconPath": "./icons/java.svg" + }, + "_file_python": { + "iconPath": "./icons/python.svg" + }, + "_file_c": { + "iconPath": "./icons/c-lang.svg" + }, + "_file_c++": { + "iconPath": "./icons/cpp.svg" + }, + "_file_go": { + "iconPath": "./icons/gopher.svg" + }, + "_file_pdf": { + "iconPath": "./icons/pdf.svg" + }, + "_file_settings": { + "iconPath": "./icons/settings.svg" + }, + "_file_tune": { + "iconPath": "./icons/tune.svg" + }, + "_file_url": { + "iconPath": "./icons/url.svg" + }, + "_file_gulp": { + "iconPath": "./icons/gulp.svg" + }, + "_file_console": { + "iconPath": "./icons/console.svg" + }, + "_file_word": { + "iconPath": "./icons/word.svg" + }, + "_file_android": { + "iconPath": "./icons/android.svg" + }, + "_file_arduino": { + "iconPath": "./icons/arduino.svg" + }, + "_file_database": { + "iconPath": "./icons/database.svg" + }, + "_file_certificate": { + "iconPath": "./icons/certificate.svg" + }, + "_file_key": { + "iconPath": "./icons/key.svg" + }, + "_file_docker": { + "iconPath": "./icons/docker.svg" + }, + "_file_font": { + "iconPath": "./icons/font.svg" + }, + "_file_lib": { + "iconPath": "./icons/lib.svg" + }, + "_file_pug": { + "iconPath": "./icons/pug.svg" + }, + "_file_ruby": { + "iconPath": "./icons/ruby.svg" + }, + "_file_fsharp": { + "iconPath": "./icons/fsharp.svg" + }, + "_file_swift": { + "iconPath": "./icons/swift.svg" + }, + "_file_tex": { + "iconPath": "./icons/tex.svg" + }, + "_file_powerpoint": { + "iconPath": "./icons/powerpoint.svg" + }, + "_file_movie": { + "iconPath": "./icons/movie.svg" + }, + "_file_virtual": { + "iconPath": "./icons/virtual.svg" + }, + "_file_email": { + "iconPath": "./icons/email.svg" + }, + "_file_music": { + "iconPath": "./icons/music.svg" + }, + "_file_coffee": { + "iconPath": "./icons/coffee.svg" + }, + "_file_document": { + "iconPath": "./icons/document.svg" + }, + "_file_nodejs": { + "iconPath": "./icons/nodejs.svg" + }, + "_file_light": { + "iconPath": "./icons/file.svg" + }, + "_file_dark": { + "iconPath": "./icons/file.svg" + }, + "_file_yarn": { + "iconPath": "./icons/yarn.svg" + }, + "_file_contributing": { + "iconPath": "./icons/contributing.svg" + }, + "_file_readme": { + "iconPath": "./icons/readme.svg" + }, + "_file_rust": { + "iconPath": "./icons/rust.svg" + }, + "_file_changelog": { + "iconPath": "./icons/changelog.svg" + }, + "_file_raml": { + "iconPath": "./icons/raml.svg" + }, + "_file_xaml": { + "iconPath": "./icons/xaml.svg" + }, + "_file_credits": { + "iconPath": "./icons/credits.svg" + }, + "_file_react": { + "iconPath": "./icons/react.svg" + }, + "_file_haskell": { + "iconPath": "./icons/haskell.svg" + }, + "_file_flow": { + "iconPath": "./icons/flow.svg" + }, + "_file_kotlin": { + "iconPath": "./icons/kotlin.svg" + }, + "_file_lua": { + "iconPath": "./icons/lua.svg" + }, + "_file_clojure": { + "iconPath": "./icons/clojure.svg" + }, + "_file_groovy": { + "iconPath": "./icons/groovy.svg" + }, + "_file_r": { + "iconPath": "./icons/r.svg" + }, + "_file_dart": { + "iconPath": "./icons/dart.svg" + }, + "_file_flash": { + "iconPath": "./icons/flash.svg" + }, + "_file_swc": { + "iconPath": "./icons/swc.svg" + }, + "_file_actionscript": { + "iconPath": "./icons/actionscript.svg" + }, + "_file_autohotkey": { + "iconPath": "./icons/autohotkey.svg" + }, + "_file_mxml": { + "iconPath": "./icons/mxml.svg" + }, + "_file_cmake": { + "iconPath": "./icons/cmake.svg" + }, + "_file_assembly": { + "iconPath": "./icons/assembly.svg" + }, + "_file_angular": { + "iconPath": "./icons/angular.svg" + }, + "_file_vue": { + "iconPath": "./icons/vue.svg" + }, + "_file_ocaml": { + "iconPath": "./icons/ocaml.svg" + }, + "_file_favicon": { + "iconPath": "./icons/favicon.svg" + }, + "_file_jsmap": { + "iconPath": "./icons/javascript-map.svg" + }, + "_file_cssmap": { + "iconPath": "./icons/css-map.svg" + }, + "_folder_dark": { + "iconPath": "./icons/folder.svg" + }, + "_folder_open_dark": { + "iconPath": "./icons/folder-outline.svg" + }, + "_folder_light": { + "iconPath": "./icons/folder.svg" + }, + "_folder_open_light": { + "iconPath": "./icons/folder-outline.svg" + } + }, + "folderExpanded": "_folder_open_dark", + "folder": "_folder_dark", + "file": "_file_dark", + "fileExtensions": { + "html": "_file_html", + "jade": "_file_pug", + "pug": "_file_pug", + "md": "_file_markdown", + "md.rendered": "_file_markdown", + "markdown": "_file_markdown", + "markdown.rendered": "_file_markdown", + "css": "_file_css", + "scss": "_file_sass", + "sass": "_file_sass", + "less": "_file_css", + "json": "_file_json", + "yaml": "_file_yaml", + "YAML-tmLanguage": "_file_yaml", + "yml": "_file_yaml", + "xml": "_file_xml", + "plist": "_file_xml", + "xsd": "_file_xml", + "dtd": "_file_xml", + "xsl": "_file_xml", + "xslt": "_file_xml", + "resx": "_file_xml", + "iml": "_file_xml", + "xquery": "_file_xml", + "tmLanguage": "_file_xml", + "png": "_file_image", + "jpeg": "_file_image", + "jpg": "_file_image", + "gif": "_file_image", + "svg": "_file_image", + "ico": "_file_image", + "tif": "_file_image", + "tiff": "_file_image", + "psd": "_file_image", + "psb": "_file_image", + "ami": "_file_image", + "apx": "_file_image", + "bmp": "_file_image", + "bpg": "_file_image", + "brk": "_file_image", + "cur": "_file_image", + "dds": "_file_image", + "dng": "_file_image", + "exr": "_file_image", + "fpx": "_file_image", + "gbr": "_file_image", + "img": "_file_image", + "jbig2": "_file_image", + "jb2": "_file_image", + "jng": "_file_image", + "jxr": "_file_image", + "pbm": "_file_image", + "pgf": "_file_image", + "pic": "_file_image", + "raw": "_file_image", + "webp": "_file_image", + "php": "_file_php", + "js": "_file_js", + "ejs": "_file_js", + "jsx": "_file_react", + "ini": "_file_settings", + "dlc": "_file_settings", + "dll": "_file_settings", + "config": "_file_settings", + "conf": "_file_settings", + "esx": "_file_js", + "ts": "_file_ts", + "tsx": "_file_react", + "d.ts": "_file_ts_def", + "pdf": "_file_pdf", + "xlsx": "_file_table", + "xls": "_file_table", + "csv": "_file_table", + "vscodeignore": "_file_vs", + "vsixmanifest": "_file_vs", + "suo": "_file_vs", + "sln": "_file_vs", + "pdb": "_file_database", + "cs": "_file_csharp", + "csproj": "_file_vs", + "zip": "_file_zip", + "tar": "_file_zip", + "gz": "_file_zip", + "xz": "_file_zip", + "bzip2": "_file_zip", + "gzip": "_file_zip", + "7z": "_file_zip", + "rar": "_file_zip", + "tgz": "_file_zip", + "exe": "_file_exe", + "msi": "_file_exe", + "java": "_file_java", + "jar": "_file_java", + "jsp": "_file_java", + "c": "_file_c", + "h": "_file_c", + "m": "_file_c", + "cc": "_file_c++", + "cpp": "_file_c++", + "hpp": "_file_c++", + "mm": "_file_c++", + "cxx": "_file_c++", + "go": "_file_go", + "py": "_file_python", + "url": "_file_url", + "sh": "_file_console", + "bat": "_file_console", + "ps1": "_file_console", + "gradle": "_file_gradle", + "doc": "_file_word", + "docx": "_file_word", + "rtf": "_file_word", + "properties": "_file_settings", + "prop": "_file_settings", + "settings": "_file_settings", + "sql": "_file_database", + "accdb": "_file_database", + "mdb": "_file_database", + "cer": "_file_certificate", + "cert": "_file_certificate", + "crt": "_file_certificate", + "pub": "_file_key", + "key": "_file_key", + "pem": "_file_key", + "asc": "_file_key", + "woff": "_file_font", + "woff2": "_file_font", + "ttf": "_file_font", + "eot": "_file_font", + "suit": "_file_font", + "otf": "_file_font", + "bmap": "_file_font", + "fnt": "_file_font", + "odttf": "_file_font", + "ttc": "_file_font", + "font": "_file_font", + "fonts": "_file_font", + "sui": "_file_font", + "ntf": "_file_font", + "mrf": "_file_font", + "lib": "_file_lib", + "rb": "_file_ruby", + "erb": "_file_ruby", + "fs": "_file_fsharp", + "fsx": "_file_fsharp", + "fsi": "_file_fsharp", + "fsproj": "_file_fsharp", + "manifest": "_file_xml", + "swift": "_file_swift", + "ino": "_file_arduino", + "dockerignore": "_file_docker", + "tex": "_file_tex", + "bib": "_file_lib", + "pptx": "_file_powerpoint", + "ppt": "_file_powerpoint", + "pptm": "_file_powerpoint", + "potx": "_file_powerpoint", + "pot": "_file_powerpoint", + "potm": "_file_powerpoint", + "ppsx": "_file_powerpoint", + "ppsm": "_file_powerpoint", + "pps": "_file_powerpoint", + "ppam": "_file_powerpoint", + "ppa": "_file_powerpoint", + "webm": "_file_movie", + "mkv": "_file_movie", + "flv": "_file_movie", + "vob": "_file_movie", + "ogv": "_file_movie", + "ogg": "_file_movie", + "gifv": "_file_movie", + "avi": "_file_movie", + "mov": "_file_movie", + "qt": "_file_movie", + "wmv": "_file_movie", + "yuv": "_file_movie", + "rm": "_file_movie", + "rmvb": "_file_movie", + "mp4": "_file_movie", + "m4v": "_file_movie", + "mpg": "_file_movie", + "mp2": "_file_movie", + "mpeg": "_file_movie", + "mpe": "_file_movie", + "mpv": "_file_movie", + "m2v": "_file_movie", + "vdi": "_file_virtual", + "vbox": "_file_virtual", + "vbox-prev": "_file_virtual", + "ics": "_file_email", + "mp3": "_file_music", + "flac": "_file_music", + "m4a": "_file_music", + "wma": "_file_music", + "aiff": "_file_music", + "coffee": "_file_coffee", + "txt": "_file_document", + "sqlite": "_file_database", + "graphql": "_file_json", + "props": "_file_settings", + "toml": "_file_settings", + "rs": "_file_rust", + "raml": "_file_raml", + "xaml": "_file_xaml", + "prefs": "_file_settings", + "hs": "_file_haskell", + "kt": "_file_kotlin", + "project": "_file_xml", + "patch": "_file_git", + "dockerfile": "_file_docker", + "vb": "_file_vs", + "lua": "_file_lua", + "clj": "_file_clojure", + "groovy": "_file_groovy", + "r": "_file_r", + "rst": "_file_markdown", + "dart": "_file_dart", + "as": "_file_actionscript", + "mxml": "_file_mxml", + "ahk": "_file_autohotkey", + "swf": "_file_flash", + "swc": "_file_swc", + "cmake": "_file_cmake", + "asm": "_file_assembly", + "a51": "_file_assembly", + "inc": "_file_assembly", + "nasm": "_file_assembly", + "s": "_file_assembly", + "ms": "_file_assembly", + "agc": "_file_assembly", + "ags": "_file_assembly", + "aea": "_file_assembly", + "argus": "_file_assembly", + "mitigus": "_file_assembly", + "binsource": "_file_assembly", + "vue": "_file_vue", + "ml": "_file_ocaml", + "mli": "_file_ocaml", + "cmx": "_file_ocaml", + "js.map": "_file_jsmap", + "css.map": "_file_cssmap" + }, + "fileNames": { + "webpack.js": "_file_webpack", + "webpack.config.js": "_file_webpack", + "webpack.dev.js": "_file_webpack", + "webpack.prod.js": "_file_webpack", + "webpack.common.js": "_file_webpack", + "webpackfile.js": "_file_webpack", + "ionic.config.json": "_file_ionic", + ".io-config.json": "_file_ionic", + "gulpfile.js": "_file_gulp", + "package.json": "_file_nodejs", + "gradle.properties": "_file_gradle", + "gradlew": "_file_gradle", + ".jscsrc": "_file_json", + ".jshintrc": "_file_json", + ".jshintignore": "_file_settings", + ".npmignore": "_file_nodejs", + "tsconfig.json": "_file_json", + "tslint.json": "_file_json", + "androidmanifest.xml": "_file_android", + "gradle-wrapper.properties": "_file_gradle", + ".editorconfig": "_file_settings", + "procfile": "_file_settings", + ".env": "_file_tune", + "dockerfile": "_file_docker", + "license": "_file_certificate", + "license.md": "_file_certificate", + "license.md.rendered": "_file_certificate", + "license.txt": "_file_certificate", + "licence": "_file_certificate", + "licence.md": "_file_certificate", + "licence.md.rendered": "_file_certificate", + "licence.txt": "_file_certificate", + ".babelrc": "_file_json", + ".eslintrc": "_file_json", + ".buildignore": "_file_settings", + ".htaccess": "_file_xml", + "composer.lock": "_file_json", + ".gitignore": "_file_git", + ".gitconfig": "_file_git", + ".gitattributes": "_file_git", + ".gitmodules": "_file_git", + ".gitkeep": "_file_git", + "yarn.lock": "_file_yarn", + ".yarnclean": "_file_yarn", + ".yarn-integrity": "_file_yarn", + "yarn-error.log": "_file_yarn", + "contributing.md": "_file_contributing", + "contributing.md.rendered": "_file_contributing", + "readme.md": "_file_readme", + "readme.md.rendered": "_file_readme", + ".mailmap": "_file_email", + "makefile": "_file_settings", + "changelog": "_file_changelog", + "changelog.md": "_file_changelog", + "changelog.md.rendered": "_file_changelog", + "CREDITS": "_file_credits", + "credits.txt": "_file_credits", + "credits.md": "_file_credits", + "credits.md.rendered": "_file_credits", + ".flowconfig": "_file_flow", + ".jsbeautifyrc": "_file_json", + "git-history": "_file_git", + "angular-cli.json": "_file_angular", + "app.module.ts": "_file_angular", + "favicon.ico": "_file_favicon" + }, + "folderNames": {}, + "languageIds": { + "git": "_file_git" + } +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 0b2ae6c..cb3c01f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -143,6 +143,10 @@ array-differ@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" +array-filter@~0.0.0: + version "0.0.1" + resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" + array-find-index@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" @@ -151,6 +155,14 @@ array-ify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" +array-map@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" + +array-reduce@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" + array-slice@^0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5" @@ -173,18 +185,10 @@ arrify@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" -asn1@0.1.11: - version "0.1.11" - resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.1.11.tgz#559be18376d08a4ec4dbe80877d27818639b2df7" - asn1@~0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86" -assert-plus@^0.1.5: - version "0.1.5" - resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.1.5.tgz#ee74009413002d84cec7219c6ac811812e723160" - assert-plus@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" @@ -201,12 +205,6 @@ async@^1.4.0: version "1.5.2" resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" -async@^2.0.1: - version "2.1.4" - resolved "https://registry.yarnpkg.com/async/-/async-2.1.4.tgz#2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4" - dependencies: - lodash "^4.14.0" - async@~0.2.6: version "0.2.10" resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1" @@ -215,10 +213,6 @@ asynckit@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" -aws-sign2@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.5.0.tgz#c57103f7a17fc037f02d7c2e64b602ea223f7d63" - aws-sign2@~0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" @@ -586,7 +580,7 @@ babel-root-import@^4.1.5: dependencies: slash "^1.0.0" -babel-runtime@^6.18.0, babel-runtime@^6.22.0: +babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.9.2: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.22.0.tgz#1cf8b4ac67c77a4ddb0db2ae1f74de52ac4ca611" dependencies: @@ -648,22 +642,12 @@ binary-extensions@^1.0.0: version "1.8.0" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774" -bl@~0.9.0: - version "0.9.5" - resolved "https://registry.yarnpkg.com/bl/-/bl-0.9.5.tgz#c06b797af085ea00bc527afc8efcf11de2232054" - dependencies: - readable-stream "~1.0.26" - block-stream@*: version "0.0.9" resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" dependencies: inherits "~2.0.0" -bluebird@^2.9.30: - version "2.11.0" - resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" - boom@2.x.x: version "2.10.1" resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" @@ -685,10 +669,6 @@ braces@^1.8.2: preserve "^0.2.0" repeat-element "^1.1.2" -buffer-crc32@~0.2.3: - version "0.2.13" - resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" - buffer-shims@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51" @@ -733,10 +713,6 @@ camelcase@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" -caseless@~0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.10.0.tgz#ed6b2719adcd1fd18f58dc081c0f1a5b43963909" - caseless@~0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" @@ -758,7 +734,7 @@ chalk@*, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3: strip-ansi "^3.0.0" supports-color "^2.0.0" -chalk@^0.5.0, chalk@^0.5.1: +chalk@^0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.5.1.tgz#663b3a648b68b55d04690d49167aa837858f2174" dependencies: @@ -768,7 +744,7 @@ chalk@^0.5.0, chalk@^0.5.1: strip-ansi "^0.3.0" supports-color "^0.2.0" -chokidar@^1.6.1: +chokidar@^1.6.0, chokidar@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2" dependencies: @@ -787,6 +763,12 @@ circular-json@^0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.1.tgz#be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d" +clap@^1.0.9: + version "1.1.2" + resolved "https://registry.yarnpkg.com/clap/-/clap-1.1.2.tgz#316545bf22229225a2cecaa6824cd2f56a9709ed" + dependencies: + chalk "^1.1.3" + cli-cursor@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" @@ -813,7 +795,7 @@ cliui@^3.2.0: strip-ansi "^3.0.1" wrap-ansi "^2.0.0" -clone-stats@^0.0.1, clone-stats@~0.0.1: +clone-stats@^0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" @@ -829,29 +811,27 @@ co@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" +coa@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/coa/-/coa-1.0.1.tgz#7f959346cfc8719e3f7233cd6852854a7c67d8a3" + dependencies: + q "^1.1.2" + 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" -colors@^1.1.2: +colors@^1.1.2, colors@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" -combined-stream@^1.0.5, combined-stream@~1.0.1, combined-stream@~1.0.5: +combined-stream@^1.0.5, combined-stream@~1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" dependencies: delayed-stream "~1.0.0" -commander@0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-0.6.1.tgz#fa68a14f6a945d54dbbe50d8cdb3320e9e3b1a06" - -commander@2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.3.0.tgz#fd430e889832ec353b9acd1de217c11cb3eef873" - -commander@^2.8.1, commander@^2.9.0: +commander@^2.9.0: version "2.9.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4" dependencies: @@ -1004,7 +984,7 @@ conventional-commits-parser@^1.0.0: through2 "^2.0.0" trim-off-newlines "^1.0.0" -convert-source-map@^1.1.0, convert-source-map@^1.1.1: +convert-source-map@^1.1.0: version "1.3.0" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.3.0.tgz#e9f3e9c6e2728efc2676696a70eb382f73106a67" @@ -1016,15 +996,34 @@ 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" +cpx@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/cpx/-/cpx-1.5.0.tgz#185be018511d87270dedccc293171e37655ab88f" + dependencies: + babel-runtime "^6.9.2" + chokidar "^1.6.0" + duplexer "^0.1.1" + glob "^7.0.5" + glob2base "^0.0.12" + minimatch "^3.0.2" + mkdirp "^0.5.1" + resolve "^1.1.7" + safe-buffer "^5.0.1" + shell-quote "^1.6.1" + subarg "^1.0.0" + cryptiles@2.x.x: version "2.0.5" resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" dependencies: boom "2.x.x" -ctype@0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/ctype/-/ctype-0.5.3.tgz#82c18c2461f74114ef16c135224ad0b9144ca12f" +csso@~2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/csso/-/csso-2.3.1.tgz#4f8d91a156f2f1c2aebb40b8fb1b5eb83d94d3b9" + dependencies: + clap "^1.0.9" + source-map "^0.5.3" currently-unhandled@^0.4.1: version "0.4.1" @@ -1050,7 +1049,7 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -dateformat@^1.0.11, dateformat@^1.0.12, dateformat@^1.0.7-1.2.3: +dateformat@^1.0.11, dateformat@^1.0.12: version "1.0.12" resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-1.0.12.tgz#9f124b67594c937ff706932e4a642cca8dbbfee9" dependencies: @@ -1061,28 +1060,22 @@ dateformat@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-2.0.0.tgz#2743e3abb5c3fc2462e527dca445e04e9f4dee17" -debug@2.2.0, debug@~2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" - dependencies: - ms "0.7.1" - debug@^2.1.1, debug@^2.2.0: version "2.6.0" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b" dependencies: ms "0.7.2" +debug@~2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" + dependencies: + ms "0.7.1" + decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" -deep-assign@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/deep-assign/-/deep-assign-1.0.0.tgz#b092743be8427dc621ea0067cdec7e70dd19f37b" - dependencies: - is-obj "^1.0.0" - deep-extend@~0.4.0: version "0.4.1" resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.1.tgz#efe4113d08085f4e6f9687759810f807469e2253" @@ -1097,7 +1090,7 @@ defaults@^1.0.0: dependencies: clone "^1.0.2" -del@^2.0.2, del@^2.2.2: +del@^2.0.2: version "2.2.2" resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8" dependencies: @@ -1133,10 +1126,6 @@ detect-indent@^4.0.0: dependencies: repeating "^2.0.0" -diff@1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-1.4.0.tgz#7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf" - doctrine@^1.2.2: version "1.5.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" @@ -1156,31 +1145,16 @@ duplexer2@0.0.2: dependencies: readable-stream "~1.1.9" -duplexer@~0.1.1: +duplexer@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" -duplexify@^3.2.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.5.0.tgz#1aa773002e1578457e9d9d4a50b0ccaaebcbd604" - 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.1" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" dependencies: jsbn "~0.1.0" -end-of-stream@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.0.0.tgz#d4596e702734a93e40e9af864319eabd99ff2f0e" - dependencies: - once "~1.3.0" - end-of-stream@~0.1.5: version "0.1.5" resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-0.1.5.tgz#8e177206c3c80837d85632e8b9359dfe8b2f6eaf" @@ -1245,10 +1219,6 @@ es6-weak-map@^2.0.1: es6-iterator "2" es6-symbol "3" -escape-string-regexp@1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz#4dbc2fe674e71949caf3fb2695ce7f2dc1d9a8d1" - escape-string-regexp@^1.0.0, 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" @@ -1342,30 +1312,6 @@ event-emitter@~0.3.4: d "~0.1.1" es5-ext "~0.10.7" -event-stream@^3.3.1: - version "3.3.4" - resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" - dependencies: - duplexer "~0.1.1" - from "~0" - map-stream "~0.1.0" - pause-stream "0.0.11" - split "0.3" - stream-combiner "~0.0.4" - through "~2.3.1" - -event-stream@~3.1.5: - version "3.1.7" - resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.1.7.tgz#b4c540012d0fe1498420f3d8946008db6393c37a" - dependencies: - duplexer "~0.1.1" - from "~0" - map-stream "~0.1.0" - pause-stream "0.0.11" - split "0.2" - stream-combiner "~0.0.4" - through "~2.3.1" - exit-hook@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" @@ -1394,20 +1340,10 @@ extend-shallow@^1.1.2: dependencies: kind-of "^1.1.0" -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - dependencies: - is-extendable "^0.1.0" - extend@^3.0.0, extend@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.0.tgz#5a474353b9f3353ddd8176dfd37b91c83a46f1d4" -extend@~2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend/-/extend-2.0.1.tgz#1ee8010689e7395ff9448241c98652bc759a8260" - extglob@^0.3.1: version "0.3.2" resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" @@ -1429,12 +1365,6 @@ fast-levenshtein@~2.0.4: version "2.0.6" resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" -fd-slicer@~1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65" - dependencies: - pend "~1.2.0" - figures@^1.3.5: version "1.7.0" resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" @@ -1528,18 +1458,10 @@ for-own@^0.1.4: dependencies: for-in "^0.1.5" -forever-agent@~0.6.0, forever-agent@~0.6.1: +forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" -form-data@~1.0.0-rc1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-1.0.1.tgz#ae315db9a4907fa065502304a66d7733475ee37c" - dependencies: - async "^2.0.1" - combined-stream "^1.0.5" - mime-types "^2.1.11" - form-data@~2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.2.tgz#89c3534008b97eada4cbb157d58f6f5df025eae4" @@ -1548,10 +1470,6 @@ form-data@~2.1.1: combined-stream "^1.0.5" mime-types "^2.1.12" -from@~0: - version "0.1.3" - resolved "https://registry.yarnpkg.com/from/-/from-0.1.3.tgz#ef63ac2062ac32acf7862e0d40b44b896f22f3bc" - fs-exists-sync@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add" @@ -1685,7 +1603,7 @@ glob-parent@^2.0.0: dependencies: is-glob "^2.0.0" -glob-parent@^3.0.0, glob-parent@^3.0.1: +glob-parent@^3.0.1: version "3.1.0" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae" dependencies: @@ -1703,19 +1621,6 @@ glob-stream@^3.1.5: through2 "^0.6.1" unique-stream "^1.0.0" -glob-stream@^5.3.2: - version "5.3.5" - resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-5.3.5.tgz#a55665a9a8ccdc41915a87c701e32d4e016fad22" - dependencies: - extend "^3.0.0" - glob "^5.0.3" - glob-parent "^3.0.0" - micromatch "^2.3.7" - ordered-read-streams "^0.3.0" - through2 "^0.6.0" - to-absolute-glob "^0.1.1" - unique-stream "^2.0.2" - glob-watcher@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/glob-watcher/-/glob-watcher-0.0.6.tgz#b95b4a8df74b39c83298b0c05c978b4d9a3b710b" @@ -1728,13 +1633,6 @@ glob2base@^0.0.12: dependencies: find-index "^0.1.1" -glob@3.2.11: - version "3.2.11" - resolved "https://registry.yarnpkg.com/glob/-/glob-3.2.11.tgz#4a973f635b9190f715d10987d5c00fd2815ebe3d" - dependencies: - inherits "2" - minimatch "0.3" - glob@^4.3.1: version "4.5.3" resolved "https://registry.yarnpkg.com/glob/-/glob-4.5.3.tgz#c6cb73d3226c1efef04de3c56d012f03377ee15f" @@ -1744,16 +1642,6 @@ glob@^4.3.1: minimatch "^2.0.1" once "^1.3.0" -glob@^5.0.15, glob@^5.0.3: - version "5.0.15" - resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1" - dependencies: - inflight "^1.0.4" - inherits "2" - minimatch "2 || 3" - once "^1.3.0" - path-is-absolute "^1.0.0" - glob@^7.0.0, glob@^7.0.3, glob@^7.0.5: version "7.1.1" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8" @@ -1824,7 +1712,7 @@ graceful-fs@^3.0.0: dependencies: natives "^1.1.0" -graceful-fs@^4.0.0, graceful-fs@^4.1.2: +graceful-fs@^4.1.2: version "4.1.11" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" @@ -1836,10 +1724,6 @@ graceful-fs@~1.2.0: version "1.0.1" resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" -growl@1.9.2: - version "1.9.2" - resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f" - gulp-bump@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/gulp-bump/-/gulp-bump-2.6.1.tgz#9d27a9ec0e1b8608c39bb41238a35e860281bb18" @@ -1850,14 +1734,6 @@ gulp-bump@^2.6.1: semver "^5.3.0" through2 "^2.0.1" -gulp-chmod@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/gulp-chmod/-/gulp-chmod-1.3.0.tgz#8bb6e8c11895dcbf9b42520c874347a5022bcb0d" - dependencies: - deep-assign "^1.0.0" - stat-mode "^0.2.0" - through2 "^2.0.0" - gulp-conventional-changelog@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/gulp-conventional-changelog/-/gulp-conventional-changelog-1.1.0.tgz#0aae0c02da3ec45a7b4fe258295e491b47ffa202" @@ -1869,41 +1745,6 @@ gulp-conventional-changelog@^1.1.0: object-assign "^4.0.1" through2 "^2.0.0" -gulp-filter@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/gulp-filter/-/gulp-filter-4.0.0.tgz#395f58a256c559cdb9e0d157f1caaf5248a38dcb" - dependencies: - gulp-util "^3.0.6" - multimatch "^2.0.0" - streamfilter "^1.0.5" - -gulp-gunzip@0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/gulp-gunzip/-/gulp-gunzip-0.0.3.tgz#7b6e07b0f58fd3d42515c48ead5a63df0572f62f" - dependencies: - through2 "~0.6.5" - vinyl "~0.4.6" - -gulp-remote-src@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/gulp-remote-src/-/gulp-remote-src-0.4.1.tgz#6c36004e57228c9df02fbea9727a8616baf87355" - dependencies: - event-stream "~3.1.5" - node.extend "~1.1.2" - request "~2.58.0" - through2 "~0.5.1" - vinyl "~0.2.3" - -gulp-sourcemaps@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz#b86ff349d801ceb56e1d9e7dc7bbcb4b7dee600c" - dependencies: - convert-source-map "^1.1.1" - graceful-fs "^4.1.2" - strip-bom "^2.0.0" - through2 "^2.0.0" - vinyl "^1.0.0" - gulp-stats@^0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/gulp-stats/-/gulp-stats-0.0.4.tgz#f216c2bc079cb890cebf5d6aaa3b1eb397d12bab" @@ -1912,25 +1753,6 @@ gulp-stats@^0.0.4: pretty-hrtime "^1.0.0" text-table "^0.2.0" -gulp-symdest@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/gulp-symdest/-/gulp-symdest-1.1.0.tgz#c165320732d192ce56fd94271ffa123234bf2ae0" - dependencies: - event-stream "^3.3.1" - mkdirp "^0.5.1" - queue "^3.1.0" - vinyl-fs "^2.4.3" - -gulp-untar@0.0.5: - version "0.0.5" - resolved "https://registry.yarnpkg.com/gulp-untar/-/gulp-untar-0.0.5.tgz#8d97c31e1e20d3d10167873b1ea95a7ee78654a9" - dependencies: - event-stream "~3.1.5" - gulp-util "~2.2.14" - streamifier "~0.1.0" - tar "^1.0.3" - through2 "~0.4.1" - gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.6, gulp-util@^3.0.7: version "3.0.8" resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f" @@ -1954,31 +1776,6 @@ gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.6, gulp-util@^3.0.7: through2 "^2.0.0" vinyl "^0.5.0" -gulp-util@~2.2.14: - version "2.2.20" - resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c" - dependencies: - chalk "^0.5.0" - dateformat "^1.0.7-1.2.3" - lodash._reinterpolate "^2.4.1" - lodash.template "^2.4.1" - minimist "^0.2.0" - multipipe "^0.1.0" - through2 "^0.5.0" - vinyl "^0.2.1" - -gulp-vinyl-zip@^1.1.2: - version "1.4.0" - resolved "https://registry.yarnpkg.com/gulp-vinyl-zip/-/gulp-vinyl-zip-1.4.0.tgz#56382f2ccb57231bb0478c78737ccd572973bee1" - dependencies: - event-stream "^3.3.1" - queue "^3.0.10" - through2 "^0.6.3" - vinyl "^0.4.6" - vinyl-fs "^2.0.0" - yauzl "^2.2.1" - yazl "^2.2.1" - gulp-watch@^4.3.8: version "4.3.11" resolved "https://registry.yarnpkg.com/gulp-watch/-/gulp-watch-4.3.11.tgz#162fc563de9fc770e91f9a7ce3955513a9a118c0" @@ -2028,15 +1825,6 @@ handlebars@^4.0.2: optionalDependencies: uglify-js "^2.6" -har-validator@^1.6.1: - version "1.8.0" - resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-1.8.0.tgz#d83842b0eb4c435960aeb108a067a3aa94c0eeb2" - dependencies: - bluebird "^2.9.30" - chalk "^1.0.0" - commander "^2.8.1" - is-my-json-valid "^2.12.0" - har-validator@~2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d" @@ -2068,15 +1856,6 @@ has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" -hawk@~2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/hawk/-/hawk-2.3.1.tgz#1e731ce39447fa1d0f6d707f7bceebec0fd1ec1f" - dependencies: - boom "2.x.x" - cryptiles "2.x.x" - hoek "2.x.x" - sntp "1.x.x" - hawk@~3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" @@ -2107,14 +1886,6 @@ hosted-git-info@^2.1.4: version "2.1.5" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.1.5.tgz#0ba81d90da2e25ab34a332e6ec77936e1598118b" -http-signature@~0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-0.11.0.tgz#1796cf67a001ad5cd6849dca0991485f09089fe6" - dependencies: - asn1 "0.1.11" - assert-plus "^0.1.5" - ctype "0.5.3" - http-signature@~1.1.0: version "1.1.1" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" @@ -2225,7 +1996,7 @@ is-equal-shallow@^0.1.3: dependencies: is-primitive "^2.0.0" -is-extendable@^0.1.0, is-extendable@^0.1.1: +is-extendable@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" @@ -2265,7 +2036,7 @@ is-glob@^3.1.0: dependencies: is-extglob "^2.1.0" -is-my-json-valid@^2.10.0, is-my-json-valid@^2.12.0, is-my-json-valid@^2.12.4: +is-my-json-valid@^2.10.0, is-my-json-valid@^2.12.4: version "2.15.0" resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz#936edda3ca3c211fd98f3b2d3e08da43f7b2915b" dependencies: @@ -2324,10 +2095,6 @@ is-resolvable@^1.0.0: dependencies: tryit "^1.0.1" -is-stream@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - is-subset@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" @@ -2352,18 +2119,10 @@ is-utf8@^0.2.0: version "0.2.1" resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" -is-valid-glob@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-0.3.0.tgz#d4b55c69f51886f9b65c70d6c2622d37e29f48fe" - is-windows@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-0.2.0.tgz#de1aa6d63ea29dd248737b69f1ff8b8002d2108c" -is@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/is/-/is-3.2.0.tgz#a362e3daf7df3fd8b7114115d624c5b7e1cb90f7" - isarray@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" @@ -2382,17 +2141,10 @@ isobject@^2.0.0: dependencies: isarray "1.0.0" -isstream@~0.1.1, isstream@~0.1.2: +isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" -jade@0.26.3: - version "0.26.3" - resolved "https://registry.yarnpkg.com/jade/-/jade-0.26.3.tgz#8f10d7977d8d79f2f6ff862a81b0513ccb25686c" - dependencies: - commander "0.6.1" - mkdirp "0.3.0" - jodid25519@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/jodid25519/-/jodid25519-1.0.2.tgz#06d4912255093419477d425633606e0e90782967" @@ -2403,7 +2155,7 @@ js-tokens@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7" -js-yaml@^3.5.1: +js-yaml@^3.5.1, js-yaml@~3.7.0: version "3.7.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80" dependencies: @@ -2422,6 +2174,10 @@ jsesc@~0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" +json-minify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-minify/-/json-minify-1.0.0.tgz#4397e76f19688983352fcfbd5e2e5243fc0a07c8" + json-schema@0.2.3: version "0.2.3" resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" @@ -2432,7 +2188,7 @@ json-stable-stringify@^1.0.0, json-stable-stringify@^1.0.1: dependencies: jsonify "~0.0.0" -json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.0, json-stringify-safe@~5.0.1: +json-stringify-safe@^5.0.1, 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" @@ -2474,12 +2230,6 @@ lazy-cache@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" -lazystream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4" - 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" @@ -2529,36 +2279,14 @@ lodash._basevalues@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz#5b775762802bde3d3297503e26300820fdf661b7" -lodash._escapehtmlchar@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._escapehtmlchar/-/lodash._escapehtmlchar-2.4.1.tgz#df67c3bb6b7e8e1e831ab48bfa0795b92afe899d" - dependencies: - lodash._htmlescapes "~2.4.1" - -lodash._escapestringchar@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._escapestringchar/-/lodash._escapestringchar-2.4.1.tgz#ecfe22618a2ade50bfeea43937e51df66f0edb72" - lodash._getnative@^3.0.0: version "3.9.1" resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" -lodash._htmlescapes@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._htmlescapes/-/lodash._htmlescapes-2.4.1.tgz#32d14bf0844b6de6f8b62a051b4f67c228b624cb" - lodash._isiterateecall@^3.0.0: version "3.0.9" resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c" -lodash._isnative@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._isnative/-/lodash._isnative-2.4.1.tgz#3ea6404b784a7be836c7b57580e1cdf79b14832c" - -lodash._objecttypes@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz#7c0b7f69d98a1f76529f890b0cdb1b4dfec11c11" - lodash._reescape@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reescape/-/lodash._reescape-3.0.0.tgz#2b1d6f5dfe07c8a355753e5f27fac7f1cde1616a" @@ -2567,56 +2295,24 @@ lodash._reevaluate@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz#58bc74c40664953ae0b124d806996daca431e2ed" -lodash._reinterpolate@^2.4.1, lodash._reinterpolate@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz#4f1227aa5a8711fc632f5b07a1f4607aab8b3222" - lodash._reinterpolate@^3.0.0, lodash._reinterpolate@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" -lodash._reunescapedhtml@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._reunescapedhtml/-/lodash._reunescapedhtml-2.4.1.tgz#747c4fc40103eb3bb8a0976e571f7a2659e93ba7" - dependencies: - lodash._htmlescapes "~2.4.1" - lodash.keys "~2.4.1" - lodash._root@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692" -lodash._shimkeys@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash._shimkeys/-/lodash._shimkeys-2.4.1.tgz#6e9cc9666ff081f0b5a6c978b83e242e6949d203" - dependencies: - lodash._objecttypes "~2.4.1" - lodash.assignwith@^4.0.7: version "4.2.0" resolved "https://registry.yarnpkg.com/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz#127a97f02adc41751a954d24b0de17e100e038eb" -lodash.defaults@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-2.4.1.tgz#a7e8885f05e68851144b6e12a8f3678026bc4c54" - dependencies: - lodash._objecttypes "~2.4.1" - lodash.keys "~2.4.1" - lodash.escape@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-3.2.0.tgz#995ee0dc18c1b48cc92effae71a10aab5b487698" dependencies: lodash._root "^3.0.0" -lodash.escape@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-2.4.1.tgz#2ce12c5e084db0a57dda5e5d1eeeb9f5d175a3b4" - dependencies: - lodash._escapehtmlchar "~2.4.1" - lodash._reunescapedhtml "~2.4.1" - lodash.keys "~2.4.1" - lodash.isarguments@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" @@ -2629,16 +2325,6 @@ lodash.isempty@^4.2.1: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.isempty/-/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e" -lodash.isequal@^4.0.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" - -lodash.isobject@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-2.4.1.tgz#5a2e47fe69953f1ee631a7eba1fe64d2d06558f5" - dependencies: - lodash._objecttypes "~2.4.1" - lodash.isplainobject@^4.0.4: version "4.0.6" resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" @@ -2655,14 +2341,6 @@ lodash.keys@^3.0.0: lodash.isarguments "^3.0.0" lodash.isarray "^3.0.0" -lodash.keys@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-2.4.1.tgz#48dea46df8ff7632b10d706b8acb26591e2b3727" - dependencies: - lodash._isnative "~2.4.1" - lodash._shimkeys "~2.4.1" - lodash.isobject "~2.4.1" - lodash.mapvalues@^4.4.0: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz#1bafa5005de9dd6f4f26668c30ca37230cc9689c" @@ -2675,18 +2353,6 @@ lodash.restparam@^3.0.0: version "3.6.1" resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" -lodash.template@^2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-2.4.1.tgz#9e611007edf629129a974ab3c48b817b3e1cf20d" - dependencies: - lodash._escapestringchar "~2.4.1" - lodash._reinterpolate "~2.4.1" - lodash.defaults "~2.4.1" - lodash.escape "~2.4.1" - lodash.keys "~2.4.1" - lodash.templatesettings "~2.4.1" - lodash.values "~2.4.1" - lodash.template@^3.0.0: version "3.6.2" resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f" @@ -2721,20 +2387,7 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "~3.0.0" -lodash.templatesettings@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz#ea76c75d11eb86d4dbe89a83893bb861929ac699" - dependencies: - lodash._reinterpolate "~2.4.1" - lodash.escape "~2.4.1" - -lodash.values@~2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/lodash.values/-/lodash.values-2.4.1.tgz#abf514436b3cb705001627978cbcf30b1280eea4" - dependencies: - lodash.keys "~2.4.1" - -lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: +lodash@^4.0.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -2771,10 +2424,6 @@ map-obj@^1.0.0, map-obj@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" -map-stream@~0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194" - meow@^3.3.0: version "3.7.0" resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" @@ -2790,12 +2439,6 @@ meow@^3.3.0: redent "^1.0.0" trim-newlines "^1.0.0" -merge-stream@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" - dependencies: - readable-stream "^2.0.1" - micromatch@^2.1.5, micromatch@^2.3.7: version "2.3.11" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" @@ -2814,45 +2457,28 @@ micromatch@^2.1.5, micromatch@^2.3.7: parse-glob "^3.0.4" regex-cache "^0.4.2" -mime-db@~1.12.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.12.0.tgz#3d0c63180f458eb10d325aaa37d7c58ae312e9d7" - mime-db@~1.26.0: version "1.26.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.26.0.tgz#eaffcd0e4fc6935cf8134da246e2e6c35305adff" -mime-types@^2.1.11, mime-types@^2.1.12, mime-types@~2.1.7: +mime-types@^2.1.12, mime-types@~2.1.7: version "2.1.14" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.14.tgz#f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee" dependencies: mime-db "~1.26.0" -mime-types@~2.0.1: - version "2.0.14" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.0.14.tgz#310e159db23e077f8bb22b748dabfa4957140aa6" - dependencies: - mime-db "~1.12.0" - -minimatch@0.3: - version "0.3.0" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.3.0.tgz#275d8edaac4f1bb3326472089e7949c8394699dd" - dependencies: - lru-cache "2" - sigmund "~1.0.0" - -"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" - dependencies: - brace-expansion "^1.0.0" - minimatch@^2.0.1: version "2.0.10" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7" dependencies: brace-expansion "^1.0.0" +minimatch@^3.0.0, minimatch@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" + dependencies: + brace-expansion "^1.0.0" + minimatch@~0.2.11: version "0.2.14" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.2.14.tgz#c74e780574f63c6f9a090e90efbe6ef53a6a756a" @@ -2864,39 +2490,16 @@ minimist@0.0.8, minimist@~0.0.1: version "0.0.8" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" -minimist@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.0.tgz#4dffe525dae2b864c66c2e23c6271d7afdecefce" - minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" -mkdirp@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e" - -mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: +"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: version "0.5.1" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" dependencies: minimist "0.0.8" -mocha@^2.3.3: - version "2.5.3" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-2.5.3.tgz#161be5bdeb496771eb9b35745050b622b5aefc58" - dependencies: - commander "2.3.0" - debug "2.2.0" - diff "1.4.0" - escape-string-regexp "1.0.2" - glob "3.2.11" - growl "1.9.2" - jade "0.26.3" - mkdirp "0.5.1" - supports-color "1.2.0" - to-iso-string "0.0.2" - modify-values@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2" @@ -2909,16 +2512,7 @@ ms@0.7.2: version "0.7.2" resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765" -multimatch@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-2.1.0.tgz#9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b" - dependencies: - array-differ "^1.0.0" - array-union "^1.0.1" - arrify "^1.0.0" - minimatch "^3.0.0" - -multipipe@^0.1.0, multipipe@^0.1.2: +multipipe@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/multipipe/-/multipipe-0.1.2.tgz#2a8f2ddf70eed564dff2d57f1e1a137d9f05078b" dependencies: @@ -2954,16 +2548,6 @@ node-pre-gyp@^0.6.29: tar "~2.2.1" tar-pack "~3.3.0" -node-uuid@~1.4.0: - version "1.4.7" - resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.7.tgz#6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f" - -node.extend@~1.1.2: - version "1.1.6" - resolved "https://registry.yarnpkg.com/node.extend/-/node.extend-1.1.6.tgz#a7b882c82d6c93a4863a5504bd5de8ec86258b96" - dependencies: - is "^3.1.0" - nopt@~3.0.6: version "3.0.6" resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" @@ -2996,7 +2580,7 @@ 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" -oauth-sign@~0.8.0, oauth-sign@~0.8.1: +oauth-sign@~0.8.1: version "0.8.2" resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" @@ -3004,14 +2588,10 @@ object-assign@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2" -object-assign@^4.0.0, object-assign@^4.0.1, object-assign@^4.1.0: +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" -object-keys@~0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336" - object.omit@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" @@ -3065,13 +2645,6 @@ ordered-read-streams@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz#fd565a9af8eb4473ba69b6ed8a34352cb552f126" -ordered-read-streams@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz#7137e69b3298bb342247a1bbee3881c80e2fd78b" - dependencies: - is-stream "^1.0.1" - readable-stream "^2.0.1" - os-homedir@^1.0.0, os-homedir@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" @@ -3153,16 +2726,6 @@ path-type@^1.0.0: pify "^2.0.0" pinkie-promise "^2.0.0" -pause-stream@0.0.11: - version "0.0.11" - resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445" - dependencies: - through "~2.3" - -pend@~1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" - pify@^2.0.0, pify@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" @@ -3226,24 +2789,14 @@ punycode@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" -q@^1.4.1: +q@^1.1.2, q@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/q/-/q-1.4.1.tgz#55705bcd93c5f3673530c2c2cbc0c2b3addc286e" -qs@~3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-3.1.0.tgz#d0e9ae745233a12dc43fb4f3055bba446261153c" - qs@~6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.0.tgz#f403b264f23bc01228c74131b407f18d5ea5d442" -queue@^3.0.10, queue@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/queue/-/queue-3.1.0.tgz#6c49d01f009e2256788789f2bffac6b8b9990585" - dependencies: - inherits "~2.0.0" - randomatic@^1.1.3: version "1.1.6" resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.6.tgz#110dcabff397e9dcff7c0789ccc0a49adf1ec5bb" @@ -3275,7 +2828,7 @@ read-pkg@^1.0.0, read-pkg@^1.1.0: normalize-package-data "^2.3.2" path-type "^1.0.0" -"readable-stream@>=1.0.33-1 <1.1.0-0", readable-stream@~1.0.17, readable-stream@~1.0.26: +"readable-stream@>=1.0.33-1 <1.1.0-0": version "1.0.34" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c" dependencies: @@ -3284,7 +2837,7 @@ read-pkg@^1.0.0, read-pkg@^1.1.0: isarray "0.0.1" string_decoder "~0.10.x" -readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2: +"readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e" dependencies: @@ -3406,7 +2959,7 @@ replace-ext@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924" -request@^2.67.0, request@^2.79.0: +request@^2.79.0: version "2.79.0" resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" dependencies: @@ -3431,30 +2984,6 @@ request@^2.67.0, request@^2.79.0: tunnel-agent "~0.4.1" uuid "^3.0.0" -request@~2.58.0: - version "2.58.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.58.0.tgz#b5f49c0b94aab7fad388612a1fb6ad03b6cc1580" - dependencies: - aws-sign2 "~0.5.0" - bl "~0.9.0" - caseless "~0.10.0" - combined-stream "~1.0.1" - extend "~2.0.1" - forever-agent "~0.6.0" - form-data "~1.0.0-rc1" - har-validator "^1.6.1" - hawk "~2.3.0" - http-signature "~0.11.0" - isstream "~0.1.1" - json-stringify-safe "~5.0.0" - mime-types "~2.0.1" - node-uuid "~1.4.0" - oauth-sign "~0.8.0" - qs "~3.1.0" - stringstream "~0.0.4" - tough-cookie ">=0.12.0" - tunnel-agent "~0.4.0" - require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" @@ -3498,7 +3027,7 @@ right-align@^0.1.1: dependencies: align-text "^0.1.1" -rimraf@2, rimraf@^2.2.8, rimraf@~2.5.1, rimraf@~2.5.4: +rimraf@2, rimraf@^2.2.8, rimraf@^2.5.4, rimraf@~2.5.1, rimraf@~2.5.4: version "2.5.4" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04" dependencies: @@ -3521,6 +3050,14 @@ rx-lite@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" +safe-buffer@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7" + +sax@~1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz#7b8e656190b228e81a66aea748480d828cd2d37a" + "semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.1.0, semver@^5.3.0, semver@~5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" @@ -3541,6 +3078,15 @@ set-immediate-shim@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" +shell-quote@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" + dependencies: + array-filter "~0.0.0" + array-map "~0.0.0" + array-reduce "~0.0.0" + jsonify "~0.0.0" + shelljs@^0.7.5: version "0.7.6" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad" @@ -3571,24 +3117,12 @@ sntp@1.x.x: dependencies: hoek "2.x.x" -source-map-support@^0.3.2: - version "0.3.3" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.3.3.tgz#34900977d5ba3f07c7757ee72e73bb1a9b53754f" - dependencies: - source-map "0.1.32" - source-map-support@^0.4.2: version "0.4.11" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.11.tgz#647f939978b38535909530885303daf23279f322" dependencies: source-map "^0.5.3" -source-map@0.1.32: - version "0.1.32" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.1.32.tgz#c8b6c167797ba4740a8ea33252162ff08591b266" - dependencies: - amdefine ">=0.0.4" - source-map@^0.4.4: version "0.4.4" resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" @@ -3623,18 +3157,6 @@ split2@^2.0.0: dependencies: through2 "^2.0.2" -split@0.2: - version "0.2.10" - resolved "https://registry.yarnpkg.com/split/-/split-0.2.10.tgz#67097c601d697ce1368f418f06cd201cf0521a57" - dependencies: - through "2" - -split@0.3: - version "0.3.3" - resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" - dependencies: - through "2" - split@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/split/-/split-1.0.0.tgz#c4395ce683abcd254bc28fe1dabb6e5c27dcffae" @@ -3660,34 +3182,10 @@ sshpk@^1.7.0: jsbn "~0.1.0" tweetnacl "~0.14.0" -stat-mode@^0.2.0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/stat-mode/-/stat-mode-0.2.2.tgz#e6c80b623123d7d80cf132ce538f346289072502" - -stream-combiner@~0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" - dependencies: - duplexer "~0.1.1" - stream-consume@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.0.tgz#a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f" -stream-shift@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" - -streamfilter@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/streamfilter/-/streamfilter-1.0.5.tgz#87507111beb8e298451717b511cfed8f002abf53" - dependencies: - readable-stream "^2.0.2" - -streamifier@~0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/streamifier/-/streamifier-0.1.1.tgz#97e98d8fa4d105d62a2691d1dc07e820db8dfc4f" - string-width@^1.0.1, string-width@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" @@ -3723,13 +3221,6 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1: dependencies: ansi-regex "^2.0.0" -strip-bom-stream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz#e7144398577d51a6bed0fa1994fa05f43fd988ee" - dependencies: - first-chunk-stream "^1.0.0" - strip-bom "^2.0.0" - strip-bom-stream@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-2.0.0.tgz#f87db5ef2613f6968aa545abfe1ec728b6a829ca" @@ -3768,9 +3259,11 @@ 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" -supports-color@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-1.2.0.tgz#ff1ed1e61169d06b3cf2d588e188b18d8847e17e" +subarg@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/subarg/-/subarg-1.0.0.tgz#f62cf17581e996b48fc965699f54c06ae268b8d2" + dependencies: + minimist "^1.1.0" supports-color@^0.2.0: version "0.2.0" @@ -3780,6 +3273,18 @@ supports-color@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" +svgo@^0.7.1: + version "0.7.2" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-0.7.2.tgz#9f5772413952135c6fefbf40afe6a4faa88b4bb5" + dependencies: + coa "~1.0.1" + colors "~1.1.2" + csso "~2.3.1" + js-yaml "~3.7.0" + mkdirp "~0.5.1" + sax "~1.2.1" + whet.extend "~0.9.9" + table@^3.7.8: version "3.8.3" resolved "https://registry.yarnpkg.com/table/-/table-3.8.3.tgz#2bbc542f0fda9861a755d3947fefd8b3f513855f" @@ -3804,14 +3309,6 @@ tar-pack@~3.3.0: tar "~2.2.1" uid-number "~0.0.6" -tar@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/tar/-/tar-1.0.3.tgz#15bcdab244fa4add44e4244a0176edb8aa9a2b44" - dependencies: - block-stream "*" - fstream "^1.0.2" - inherits "2" - tar@~2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1" @@ -3828,42 +3325,21 @@ text-table@^0.2.0, text-table@~0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" -through2-filter@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-2.0.0.tgz#60bc55a0dacb76085db1f9dae99ab43f83d622ec" - dependencies: - through2 "~2.0.0" - xtend "~4.0.0" - -through2@^0.5.0, through2@~0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/through2/-/through2-0.5.1.tgz#dfdd012eb9c700e2323fd334f38ac622ab372da7" - dependencies: - readable-stream "~1.0.17" - xtend "~3.0.0" - -through2@^0.6.0, through2@^0.6.1, through2@^0.6.3, through2@~0.6.5: +through2@^0.6.1: version "0.6.5" resolved "https://registry.yarnpkg.com/through2/-/through2-0.6.5.tgz#41ab9c67b29d57209071410e1d7a7a968cd3ad48" dependencies: readable-stream ">=1.0.33-1 <1.1.0-0" xtend ">=4.0.0 <4.1.0-0" -through2@^2.0.0, through2@^2.0.1, through2@^2.0.2, through2@~2.0.0: +through2@^2.0.0, through2@^2.0.1, through2@^2.0.2: version "2.0.3" resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" dependencies: readable-stream "^2.1.5" xtend "~4.0.1" -through2@~0.4.1: - version "0.4.2" - resolved "https://registry.yarnpkg.com/through2/-/through2-0.4.2.tgz#dbf5866031151ec8352bb6c4db64a2292a840b9b" - dependencies: - readable-stream "~1.0.17" - xtend "~2.1.1" - -through@2, "through@>=2.2.7 <3", through@^2.3.6, through@~2.3, through@~2.3.1: +through@2, "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" @@ -3877,21 +3353,11 @@ time-stamp@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.0.1.tgz#9f4bd23559c9365966f3302dbba2b07c6b99b151" -to-absolute-glob@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz#1cdfa472a9ef50c239ee66999b662ca0eb39937f" - dependencies: - extend-shallow "^2.0.1" - to-fast-properties@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320" -to-iso-string@0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/to-iso-string/-/to-iso-string-0.0.2.tgz#4dc19e664dfccbe25bd8db508b00c6da158255d1" - -tough-cookie@>=0.12.0, tough-cookie@~2.3.0: +tough-cookie@~2.3.0: version "2.3.2" resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a" dependencies: @@ -3909,7 +3375,7 @@ tryit@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb" -tunnel-agent@~0.4.0, tunnel-agent@~0.4.1: +tunnel-agent@~0.4.1: version "0.4.3" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" @@ -3952,13 +3418,6 @@ unique-stream@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-1.0.0.tgz#d59a4a75427447d9aa6c91e70263f8d26a4b104b" -unique-stream@^2.0.2: - version "2.2.1" - resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-2.2.1.tgz#5aa003cfbe94c5ff866c4e7d668bb1c4dbadb369" - dependencies: - json-stable-stringify "^1.0.0" - through2-filter "^2.0.0" - user-home@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" @@ -3983,10 +3442,6 @@ v8flags@^2.0.2: dependencies: user-home "^1.1.1" -vali-date@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6" - validate-npm-package-license@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc" @@ -4024,42 +3479,7 @@ vinyl-fs@^0.3.0: through2 "^0.6.1" vinyl "^0.4.0" -vinyl-fs@^2.0.0, vinyl-fs@^2.4.3: - version "2.4.4" - resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-2.4.4.tgz#be6ff3270cb55dfd7d3063640de81f25d7532239" - dependencies: - duplexify "^3.2.0" - glob-stream "^5.3.2" - graceful-fs "^4.0.0" - gulp-sourcemaps "1.6.0" - is-valid-glob "^0.3.0" - lazystream "^1.0.0" - lodash.isequal "^4.0.0" - merge-stream "^1.0.0" - mkdirp "^0.5.0" - object-assign "^4.0.0" - readable-stream "^2.0.4" - strip-bom "^2.0.0" - strip-bom-stream "^1.0.0" - through2 "^2.0.0" - through2-filter "^2.0.0" - vali-date "^1.0.0" - vinyl "^1.0.0" - -vinyl-source-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/vinyl-source-stream/-/vinyl-source-stream-1.1.0.tgz#44cbe5108205279deb0c5653c094a2887938b1ab" - dependencies: - through2 "^0.6.1" - vinyl "^0.4.3" - -vinyl@^0.2.1, vinyl@~0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.2.3.tgz#bca938209582ec5a49ad538a00fa1f125e513252" - dependencies: - clone-stats "~0.0.1" - -vinyl@^0.4.0, vinyl@^0.4.3, vinyl@^0.4.6, vinyl@~0.4.6: +vinyl@^0.4.0: version "0.4.6" resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-0.4.6.tgz#2f356c87a550a255461f36bbeb2a5ba8bf784847" dependencies: @@ -4074,7 +3494,7 @@ vinyl@^0.5.0: clone-stats "^0.0.1" replace-ext "0.0.1" -vinyl@^1.0.0, vinyl@^1.1.0, vinyl@^1.2.0: +vinyl@^1.1.0, vinyl@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-1.2.0.tgz#5c88036cf565e5df05558bfc911f8656df218884" dependencies: @@ -4082,23 +3502,9 @@ vinyl@^1.0.0, vinyl@^1.1.0, vinyl@^1.2.0: clone-stats "^0.0.1" replace-ext "0.0.1" -vscode@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/vscode/-/vscode-1.0.3.tgz#92e93f412082a73000ec8be86bb32d65d56de46b" - dependencies: - glob "^5.0.15" - gulp-chmod "^1.3.0" - gulp-filter "^4.0.0" - gulp-gunzip "0.0.3" - gulp-remote-src "^0.4.0" - gulp-symdest "^1.0.0" - gulp-untar "0.0.5" - gulp-vinyl-zip "^1.1.2" - mocha "^2.3.3" - request "^2.67.0" - semver "^5.1.0" - source-map-support "^0.3.2" - vinyl-source-stream "^1.1.0" +whet.extend@~0.9.9: + version "0.9.9" + resolved "https://registry.yarnpkg.com/whet.extend/-/whet.extend-0.9.9.tgz#f877d5bf648c97e5aa542fadc16d6a259b9c11a1" which-module@^1.0.0: version "1.0.0" @@ -4149,20 +3555,10 @@ write@^0.2.1: dependencies: mkdirp "^0.5.1" -"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1: +"xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" -xtend@~2.1.1: - version "2.1.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-2.1.2.tgz#6efecc2a4dad8e6962c4901b337ce7ba87b5d28b" - dependencies: - object-keys "~0.4.0" - -xtend@~3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-3.0.0.tgz#5cce7407baf642cba7becda568111c493f59665a" - y18n@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" @@ -4199,16 +3595,3 @@ yargs@~3.10.0: cliui "^2.1.0" decamelize "^1.0.0" window-size "0.1.0" - -yauzl@^2.2.1: - version "2.7.0" - resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.7.0.tgz#e21d847868b496fc29eaec23ee87fdd33e9b2bce" - dependencies: - buffer-crc32 "~0.2.3" - fd-slicer "~1.0.1" - -yazl@^2.2.1: - version "2.4.2" - resolved "https://registry.yarnpkg.com/yazl/-/yazl-2.4.2.tgz#14cb19083e1e25a70092c1588aabe0f4e4dd4d88" - dependencies: - buffer-crc32 "~0.2.3" From c1ec529b783371835e19c2d8d218442fd193352d Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 6 Feb 2017 22:17:40 +0100 Subject: [PATCH 15/18] chore: Update icons --- src/icons/c-lang.svg | 2 +- src/icons/changelog.svg | 2 +- src/icons/clojure.svg | 2 +- src/icons/coffee.svg | 2 +- src/icons/console.svg | 2 +- src/icons/contributing.svg | 2 +- src/icons/cpp.svg | 2 +- src/icons/csharp.svg | 2 +- src/icons/css-map.svg | 6 +- src/icons/css.svg | 2 +- src/icons/database.svg | 2 +- src/icons/docker.svg | 271 ++++----------------------- src/icons/document.svg | 2 +- src/icons/email.svg | 2 +- src/icons/file.svg | 2 +- src/icons/folder-outline.svg | 66 ++----- src/icons/folder.svg | 65 ++----- src/icons/git.svg | 55 +----- src/icons/image.svg | 55 +----- src/icons/javascript-map.svg | 4 +- src/icons/javascript.svg | 2 +- src/icons/json.svg | 2 +- src/icons/less.svg | 3 + src/icons/lib.svg | 2 +- src/icons/lua.svg | 6 +- src/icons/markdown.svg | 55 +----- src/icons/nodejs.svg | 2 +- src/icons/pug.svg | 2 +- src/icons/r.svg | 2 +- src/icons/raml.svg | 2 +- src/icons/readme.svg | 2 +- src/icons/sass.svg | 2 +- src/icons/settings.svg | 2 +- src/icons/table.svg | 2 +- src/icons/tex.svg | 12 +- src/icons/typescript-def.svg | 4 +- src/icons/typescript.svg | 2 +- src/icons/url.svg | 2 +- src/icons/virtual.svg | 2 +- src/icons/visualstudio.svg | 2 +- src/icons/xaml.svg | 2 +- src/icons/xml.svg | 2 +- src/material-theme-icons.json | 10 +- themes/Material-Theme-Darker.tmTheme | 2 + 44 files changed, 128 insertions(+), 546 deletions(-) mode change 100755 => 100644 src/icons/docker.svg mode change 100755 => 100644 src/icons/folder-outline.svg mode change 100755 => 100644 src/icons/folder.svg create mode 100644 src/icons/less.svg diff --git a/src/icons/c-lang.svg b/src/icons/c-lang.svg index 9aedd18..4afe571 100755 --- a/src/icons/c-lang.svg +++ b/src/icons/c-lang.svg @@ -50,5 +50,5 @@ + style="fill:#78909C;fill-opacity:1" /> diff --git a/src/icons/changelog.svg b/src/icons/changelog.svg index 27b7ce3..18cbc87 100755 --- a/src/icons/changelog.svg +++ b/src/icons/changelog.svg @@ -50,5 +50,5 @@ + style="fill:#90A959;fill-opacity:1" /> diff --git a/src/icons/clojure.svg b/src/icons/clojure.svg index 406c944..ebd6dda 100755 --- a/src/icons/clojure.svg +++ b/src/icons/clojure.svg @@ -51,7 +51,7 @@ inkscape:window-maximized="1" inkscape:current-layer="svg2" /> diff --git a/src/icons/coffee.svg b/src/icons/coffee.svg index e9287f0..a410a9c 100755 --- a/src/icons/coffee.svg +++ b/src/icons/coffee.svg @@ -51,5 +51,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/console.svg b/src/icons/console.svg index 2abee78..952e532 100755 --- a/src/icons/console.svg +++ b/src/icons/console.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/contributing.svg b/src/icons/contributing.svg index 4c2fb66..02e92f6 100755 --- a/src/icons/contributing.svg +++ b/src/icons/contributing.svg @@ -50,5 +50,5 @@ + style="fill:#F4BF75;fill-opacity:1" /> diff --git a/src/icons/cpp.svg b/src/icons/cpp.svg index dbcb32d..fc88293 100755 --- a/src/icons/cpp.svg +++ b/src/icons/cpp.svg @@ -50,5 +50,5 @@ + style="fill:#78909C;fill-opacity:1" /> diff --git a/src/icons/csharp.svg b/src/icons/csharp.svg index eac1376..b9202af 100755 --- a/src/icons/csharp.svg +++ b/src/icons/csharp.svg @@ -50,5 +50,5 @@ + style="fill:#78909C;fill-opacity:1" /> diff --git a/src/icons/css-map.svg b/src/icons/css-map.svg index eef4c0b..05e3ecf 100755 --- a/src/icons/css-map.svg +++ b/src/icons/css-map.svg @@ -49,12 +49,12 @@ inkscape:current-layer="svg2" /> + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/css.svg b/src/icons/css.svg index 5694adc..ae3dfa5 100755 --- a/src/icons/css.svg +++ b/src/icons/css.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/database.svg b/src/icons/database.svg index d4391d1..afaa27c 100755 --- a/src/icons/database.svg +++ b/src/icons/database.svg @@ -50,5 +50,5 @@ + style="fill:#F4BF75;fill-opacity:1" /> diff --git a/src/icons/docker.svg b/src/icons/docker.svg old mode 100755 new mode 100644 index c7dccf2..5fe5f0f --- a/src/icons/docker.svg +++ b/src/icons/docker.svg @@ -1,234 +1,39 @@ - - - - - - - - image/svg+xml - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/document.svg b/src/icons/document.svg index c198759..aa62b2b 100755 --- a/src/icons/document.svg +++ b/src/icons/document.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/email.svg b/src/icons/email.svg index 82b0566..244fbe6 100755 --- a/src/icons/email.svg +++ b/src/icons/email.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/file.svg b/src/icons/file.svg index 5db6df9..2232f80 100755 --- a/src/icons/file.svg +++ b/src/icons/file.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/folder-outline.svg b/src/icons/folder-outline.svg old mode 100755 new mode 100644 index d405859..07e21c0 --- a/src/icons/folder-outline.svg +++ b/src/icons/folder-outline.svg @@ -1,54 +1,14 @@ - - - - - - image/svg+xml - - - - - - - + + + + + + + diff --git a/src/icons/folder.svg b/src/icons/folder.svg old mode 100755 new mode 100644 index 8cca93f..c9fdf3c --- a/src/icons/folder.svg +++ b/src/icons/folder.svg @@ -1,54 +1,13 @@ - - - - - - image/svg+xml - - - - - - - + + + + + + + diff --git a/src/icons/git.svg b/src/icons/git.svg index 5021b6b..d8ae975 100755 --- a/src/icons/git.svg +++ b/src/icons/git.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/image.svg b/src/icons/image.svg index 63bf30f..e7a71bb 100755 --- a/src/icons/image.svg +++ b/src/icons/image.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/javascript-map.svg b/src/icons/javascript-map.svg index 1ddada6..4be7d30 100755 --- a/src/icons/javascript-map.svg +++ b/src/icons/javascript-map.svg @@ -50,10 +50,10 @@ + style="fill:#F4BF75;fill-opacity:1" /> + style="fill:#F4BF75;fill-opacity:1" /> diff --git a/src/icons/javascript.svg b/src/icons/javascript.svg index 9a0044f..30f10bc 100755 --- a/src/icons/javascript.svg +++ b/src/icons/javascript.svg @@ -50,5 +50,5 @@ + style="fill:#F4BF75;fill-opacity:1" /> diff --git a/src/icons/json.svg b/src/icons/json.svg index 52c9d99..9337207 100755 --- a/src/icons/json.svg +++ b/src/icons/json.svg @@ -50,5 +50,5 @@ + style="fill:#F4BF75;fill-opacity:1" /> diff --git a/src/icons/less.svg b/src/icons/less.svg new file mode 100644 index 0000000..3fbe602 --- /dev/null +++ b/src/icons/less.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/lib.svg b/src/icons/lib.svg index 0c3a971..83f2b8d 100755 --- a/src/icons/lib.svg +++ b/src/icons/lib.svg @@ -50,5 +50,5 @@ + style="fill:#90A959;fill-opacity:1" /> diff --git a/src/icons/lua.svg b/src/icons/lua.svg index 7ec28c8..f460949 100755 --- a/src/icons/lua.svg +++ b/src/icons/lua.svg @@ -51,20 +51,20 @@ inkscape:window-maximized="1" inkscape:current-layer="svg2" /> diff --git a/src/icons/markdown.svg b/src/icons/markdown.svg index f2351ec..c7f505a 100755 --- a/src/icons/markdown.svg +++ b/src/icons/markdown.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/nodejs.svg b/src/icons/nodejs.svg index 44ecb78..53d78f7 100755 --- a/src/icons/nodejs.svg +++ b/src/icons/nodejs.svg @@ -50,5 +50,5 @@ + style="fill:#90A959;fill-opacity:1" /> diff --git a/src/icons/pug.svg b/src/icons/pug.svg index bf38183..236da83 100755 --- a/src/icons/pug.svg +++ b/src/icons/pug.svg @@ -50,5 +50,5 @@ + style="fill:#90A959;fill-opacity:1" /> diff --git a/src/icons/r.svg b/src/icons/r.svg index b1ddbce..796bf62 100755 --- a/src/icons/r.svg +++ b/src/icons/r.svg @@ -51,7 +51,7 @@ inkscape:window-maximized="1" inkscape:current-layer="svg2" /> diff --git a/src/icons/raml.svg b/src/icons/raml.svg index 52aaf01..30d0b9b 100755 --- a/src/icons/raml.svg +++ b/src/icons/raml.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/readme.svg b/src/icons/readme.svg index b4fe445..2836de7 100755 --- a/src/icons/readme.svg +++ b/src/icons/readme.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/sass.svg b/src/icons/sass.svg index 9e0468a..a372f5b 100755 --- a/src/icons/sass.svg +++ b/src/icons/sass.svg @@ -50,5 +50,5 @@ + style="fill:#AA759F;fill-opacity:1" /> diff --git a/src/icons/settings.svg b/src/icons/settings.svg index e78eaea..9cb4121 100755 --- a/src/icons/settings.svg +++ b/src/icons/settings.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/table.svg b/src/icons/table.svg index 02e5457..180c0ed 100755 --- a/src/icons/table.svg +++ b/src/icons/table.svg @@ -50,5 +50,5 @@ + style="fill:#90A959;fill-opacity:1" /> diff --git a/src/icons/tex.svg b/src/icons/tex.svg index 3615a5b..4739d69 100755 --- a/src/icons/tex.svg +++ b/src/icons/tex.svg @@ -55,7 +55,7 @@ T + style="font-size:287.5px;fill:#6A9FB5;fill-opacity:1">T E + style="font-size:287.5px;fill:#6A9FB5;fill-opacity:1">E X + style="font-size:287.5px;fill:#6A9FB5;fill-opacity:1">X \ No newline at end of file diff --git a/src/icons/typescript-def.svg b/src/icons/typescript-def.svg index 77e98ff..15f4410 100755 --- a/src/icons/typescript-def.svg +++ b/src/icons/typescript-def.svg @@ -51,7 +51,7 @@ inkscape:current-layer="svg2" /> diff --git a/src/icons/typescript.svg b/src/icons/typescript.svg index 4143db6..67bfb63 100755 --- a/src/icons/typescript.svg +++ b/src/icons/typescript.svg @@ -51,7 +51,7 @@ inkscape:current-layer="svg2" /> diff --git a/src/icons/url.svg b/src/icons/url.svg index d7e794b..df17496 100755 --- a/src/icons/url.svg +++ b/src/icons/url.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/virtual.svg b/src/icons/virtual.svg index 6bb3502..6b958b0 100755 --- a/src/icons/virtual.svg +++ b/src/icons/virtual.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/visualstudio.svg b/src/icons/visualstudio.svg index ef65321..58674de 100755 --- a/src/icons/visualstudio.svg +++ b/src/icons/visualstudio.svg @@ -50,5 +50,5 @@ + style="fill:#78909C;fill-opacity:1" /> diff --git a/src/icons/xaml.svg b/src/icons/xaml.svg index 444dc8d..77a1808 100755 --- a/src/icons/xaml.svg +++ b/src/icons/xaml.svg @@ -50,5 +50,5 @@ + style="fill:#6A9FB5;fill-opacity:1" /> diff --git a/src/icons/xml.svg b/src/icons/xml.svg index d807e2a..bf2d3f2 100755 --- a/src/icons/xml.svg +++ b/src/icons/xml.svg @@ -50,5 +50,5 @@ + style="fill:#90A959;fill-opacity:1" /> diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index dbc5770..a59e85e 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -18,6 +18,9 @@ "_file_sass": { "iconPath": "./icons/sass.svg" }, + "_file_less": { + "iconPath": "./icons/less.svg" + }, "_file_gradle": { "iconPath": "./icons/gradle.svg" }, @@ -285,7 +288,7 @@ "css": "_file_css", "scss": "_file_sass", "sass": "_file_sass", - "less": "_file_css", + "less": "_file_less", "json": "_file_json", "yaml": "_file_yaml", "YAML-tmLanguage": "_file_yaml", @@ -527,6 +530,7 @@ "ionic.config.json": "_file_ionic", ".io-config.json": "_file_ionic", "gulpfile.js": "_file_gulp", + "gulpfile.babel.js": "_file_gulp", "package.json": "_file_nodejs", "gradle.properties": "_file_gradle", "gradlew": "_file_gradle", @@ -584,7 +588,9 @@ "app.module.ts": "_file_angular", "favicon.ico": "_file_favicon" }, - "folderNames": {}, + "folderNames": { + "node_modules": "_file_nodejs" + }, "languageIds": { "git": "_file_git" } diff --git a/themes/Material-Theme-Darker.tmTheme b/themes/Material-Theme-Darker.tmTheme index 8997160..c7e2c79 100644 --- a/themes/Material-Theme-Darker.tmTheme +++ b/themes/Material-Theme-Darker.tmTheme @@ -17,6 +17,8 @@ background #252526 + foreground + #FFFFFF caret #FFCC00 lineHighlight From cc4d69f4393eece01be18bb752818234f0a70c2b Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 6 Feb 2017 22:33:13 +0100 Subject: [PATCH 16/18] chore: Update file icons --- src/icons/actionscript.svg | 12 ++++---- src/icons/font.svg | 2 +- src/icons/gulp.svg | 56 ++--------------------------------- src/icons/html.svg | 55 ++-------------------------------- src/icons/java.svg | 2 +- src/icons/npm.svg | 3 ++ src/icons/pdf.svg | 2 +- src/icons/ruby.svg | 2 +- src/icons/yaml.svg | 2 +- src/material-theme-icons.json | 8 +++-- 10 files changed, 24 insertions(+), 120 deletions(-) create mode 100644 src/icons/npm.svg diff --git a/src/icons/actionscript.svg b/src/icons/actionscript.svg index 8a5fe50..d1a6d21 100755 --- a/src/icons/actionscript.svg +++ b/src/icons/actionscript.svg @@ -49,7 +49,7 @@ inkscape:current-layer="svg2" /> + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.38176346px;line-height:113.99999857%;font-family:Arial;-inkscape-font-specification:'Arial Bold';letter-spacing:-2.68541741px;fill:#D14748;fill-opacity:1;" /> { } + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:19.13204002px;font-family:'Segoe UI';-inkscape-font-specification:'Segoe UI Bold';fill:#D14748;fill-opacity:1;">{ } AS + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.20987701px;font-family:'Segoe UI';-inkscape-font-specification:'Segoe UI Bold';letter-spacing:-0.62814659px;fill:#D14748;fill-opacity:1">AS diff --git a/src/icons/font.svg b/src/icons/font.svg index 1a46461..f7803b0 100755 --- a/src/icons/font.svg +++ b/src/icons/font.svg @@ -50,5 +50,5 @@ + style="fill:#D14748;fill-opacity:1" /> diff --git a/src/icons/gulp.svg b/src/icons/gulp.svg index 3f30753..eb07242 100755 --- a/src/icons/gulp.svg +++ b/src/icons/gulp.svg @@ -1,55 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/html.svg b/src/icons/html.svg index 6c5c920..2879ce7 100755 --- a/src/icons/html.svg +++ b/src/icons/html.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/java.svg b/src/icons/java.svg index cae2747..c3187c6 100755 --- a/src/icons/java.svg +++ b/src/icons/java.svg @@ -50,5 +50,5 @@ + style="fill:#D14748;fill-opacity:1" /> diff --git a/src/icons/npm.svg b/src/icons/npm.svg new file mode 100644 index 0000000..dcedb81 --- /dev/null +++ b/src/icons/npm.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/pdf.svg b/src/icons/pdf.svg index e6012b0..89a2e80 100755 --- a/src/icons/pdf.svg +++ b/src/icons/pdf.svg @@ -50,5 +50,5 @@ + style="fill:#D14748;fill-opacity:1" /> diff --git a/src/icons/ruby.svg b/src/icons/ruby.svg index b3c32d2..e7afd20 100755 --- a/src/icons/ruby.svg +++ b/src/icons/ruby.svg @@ -50,5 +50,5 @@ + style="fill:#D14748;fill-opacity:1" /> diff --git a/src/icons/yaml.svg b/src/icons/yaml.svg index d213ecd..317d881 100755 --- a/src/icons/yaml.svg +++ b/src/icons/yaml.svg @@ -50,5 +50,5 @@ + style="fill:#D14748;fill-opacity:1" /> diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index a59e85e..68ec86d 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -272,6 +272,9 @@ }, "_folder_open_light": { "iconPath": "./icons/folder-outline.svg" + }, + "_file_npm": { + "iconPath": "./icons/npm.svg" } }, "folderExpanded": "_folder_open_dark", @@ -531,7 +534,7 @@ ".io-config.json": "_file_ionic", "gulpfile.js": "_file_gulp", "gulpfile.babel.js": "_file_gulp", - "package.json": "_file_nodejs", + "package.json": "_file_npm", "gradle.properties": "_file_gradle", "gradlew": "_file_gradle", ".jscsrc": "_file_json", @@ -589,7 +592,8 @@ "favicon.ico": "_file_favicon" }, "folderNames": { - "node_modules": "_file_nodejs" + "node_modules": "_file_nodejs", + ".gulp": "_file_gulp" }, "languageIds": { "git": "_file_git" From b4dead10f106fc9146513c31b293848f2a9f156f Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 6 Feb 2017 22:38:46 +0100 Subject: [PATCH 17/18] feat: first beta release --- CHANGELOG.md | 9 +++++++-- README.md | 14 ++----------- package.json | 11 ++++++----- yarn.lock | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 69 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2373427..8c6e639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ - -## 0.0.1 (2017-02-04) + +## 0.0.2 (2017-02-06) + + +### Features + +* Add Material Theme icon-theme ([8defc56](https://github.com/equinusocio/vsc-material-theme/commit/8defc56)) diff --git a/README.md b/README.md index d1c4129..512d5df 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ -# README -## This is the README for your extension "theme-material-theme-darker" -You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: +The most epic theme, Material Theme, meet Visual Studio Code. If you have problems, first search for a similiar issue and then report a new one. -* Split the editor (`Cmd+\` on OSX or `Ctrl+\` on Windows and Linux) -* Toggle preview (`Shift+CMD+V` on OSX or `Shift+Ctrl+V` on Windows and Linux) -* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (OSX) to see a list of Markdown snippets - -### For more information -* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) -* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) - -**Enjoy!** \ No newline at end of file +Please read the Known Issues section before reporting a new one. Any issue that does not use the issue template and any issue related to the known issues section will be automatically closed. \ No newline at end of file diff --git a/package.json b/package.json index d4118a2..b46e4c5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "0.0.1", + "version": "0.0.2", "publisher": "Equinusocio", "license": "Apache-2.0", "homepage": "https://github.com/equinusocio/vsc-material-theme", @@ -48,18 +48,19 @@ "babel-preset-es2015": "^6.18.0", "babel-root-import": "^4.1.5", "colors": "^1.1.2", + "cpx": "^1.5.0", "eslint": "^3.11.0", "eslint-plugin-standard": "^2.0.1", "gulp": "^3.9.1", "gulp-bump": "^2.6.1", "gulp-conventional-changelog": "^1.1.0", + "gulp-if": "^2.0.2", "gulp-stats": "^0.0.4", "gulp-watch": "^4.3.8", - "run-sequence": "^1.2.2", - "yargs": "^6.6.0", - "cpx": "^1.5.0", "json-minify": "^1.0.0", "rimraf": "^2.5.4", - "svgo": "^0.7.1" + "run-sequence": "^1.2.2", + "svgo": "^0.7.1", + "yargs": "^6.6.0" } } diff --git a/yarn.lock b/yarn.lock index cb3c01f..61176a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1149,12 +1149,27 @@ duplexer@^0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1" +duplexify@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.5.0.tgz#1aa773002e1578457e9d9d4a50b0ccaaebcbd604" + 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.1" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" dependencies: jsbn "~0.1.0" +end-of-stream@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.0.0.tgz#d4596e702734a93e40e9af864319eabd99ff2f0e" + dependencies: + once "~1.3.0" + end-of-stream@~0.1.5: version "0.1.5" resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-0.1.5.tgz#8e177206c3c80837d85632e8b9359dfe8b2f6eaf" @@ -1462,6 +1477,10 @@ forever-agent@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" +fork-stream@^0.0.4: + version "0.0.4" + resolved "https://registry.yarnpkg.com/fork-stream/-/fork-stream-0.0.4.tgz#db849fce77f6708a5f8f386ae533a0907b54ae70" + form-data@~2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.2.tgz#89c3534008b97eada4cbb157d58f6f5df025eae4" @@ -1745,6 +1764,20 @@ gulp-conventional-changelog@^1.1.0: object-assign "^4.0.1" through2 "^2.0.0" +gulp-if@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/gulp-if/-/gulp-if-2.0.2.tgz#a497b7e7573005041caa2bc8b7dda3c80444d629" + dependencies: + gulp-match "^1.0.3" + ternary-stream "^2.0.1" + through2 "^2.0.1" + +gulp-match@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/gulp-match/-/gulp-match-1.0.3.tgz#91c7c0d7f29becd6606d57d80a7f8776a87aba8e" + dependencies: + minimatch "^3.0.3" + gulp-stats@^0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/gulp-stats/-/gulp-stats-0.0.4.tgz#f216c2bc079cb890cebf5d6aaa3b1eb397d12bab" @@ -2439,6 +2472,12 @@ meow@^3.3.0: redent "^1.0.0" trim-newlines "^1.0.0" +merge-stream@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" + dependencies: + readable-stream "^2.0.1" + micromatch@^2.1.5, micromatch@^2.3.7: version "2.3.11" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" @@ -2473,7 +2512,7 @@ minimatch@^2.0.1: dependencies: brace-expansion "^1.0.0" -minimatch@^3.0.0, minimatch@^3.0.2: +minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774" dependencies: @@ -2837,7 +2876,7 @@ read-pkg@^1.0.0, read-pkg@^1.1.0: isarray "0.0.1" string_decoder "~0.10.x" -"readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2: +readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e" dependencies: @@ -3186,6 +3225,10 @@ stream-consume@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.0.tgz#a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f" +stream-shift@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" + string-width@^1.0.1, string-width@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" @@ -3317,6 +3360,15 @@ tar@~2.2.1: fstream "^1.0.2" inherits "2" +ternary-stream@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/ternary-stream/-/ternary-stream-2.0.1.tgz#064e489b4b5bf60ba6a6b7bc7f2f5c274ecf8269" + dependencies: + duplexify "^3.5.0" + fork-stream "^0.0.4" + merge-stream "^1.0.0" + through2 "^2.0.1" + text-extensions@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.4.0.tgz#c385d2e80879fe6ef97893e1709d88d9453726e9" From f959bdb38d34b9765b9fddc88b2a9cc4b84ce739 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 6 Feb 2017 22:40:05 +0100 Subject: [PATCH 18/18] chore: release 0.0.2 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6e639..2c370f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Features * Add Material Theme icon-theme ([8defc56](https://github.com/equinusocio/vsc-material-theme/commit/8defc56)) +* first beta release ([262097f](https://github.com/equinusocio/vsc-material-theme/commit/262097f))