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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
\ 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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
+
+
\ 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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
\ 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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
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 @@
+
+
+
+
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 @@
+
+
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"