From 1330e0dfd288863675c4aecb63b1204b8b1ceca7 Mon Sep 17 00:00:00 2001 From: "Haroen Viaene [bot]" Date: Fri, 9 Jun 2017 15:54:07 +0000 Subject: [PATCH] Build documentation [ci skip] --- doc/css/jsdoc-default.css | 13 +- doc/holmes.html | 32 ++--- doc/index.html | 2 +- doc/main.js.html | 41 ++++-- doc/styles/_prettify.scss | 4 +- doc/styles/_tag.scss | 3 +- doc/styles/jsdoc-default.css | 13 +- doc/styles/jsdoc-default.scss | 4 +- yarn.lock | 237 +++------------------------------- 9 files changed, 89 insertions(+), 260 deletions(-) diff --git a/doc/css/jsdoc-default.css b/doc/css/jsdoc-default.css index bc57230..a9bb2ad 100644 --- a/doc/css/jsdoc-default.css +++ b/doc/css/jsdoc-default.css @@ -427,7 +427,7 @@ h1, h2, h3, h4, h5, h6 { text-transform: initial; margin: 0; padding: .5rem 1rem; - font-family: Monaco, Consolas, monospace; + font-family: Monacco, Consolas, monospace; font-weight: normal; border-radius: 2px; background-color: #f7f7f7; @@ -605,7 +605,7 @@ table { .main-nav li li > a { padding-left: 2rem; font-weight: normal; - font-family: Monaco, Consolas, monospace; } + font-family: Monacco, Consolas, monospace; } .main-nav li li > a:before { -webkit-transform: scale(0.1, 1); transform: scale(0.1, 1); } @@ -755,7 +755,7 @@ dl { margin: 2rem 1rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.35); } .card > h2 { - font-family: Monaco, Consolas, monospace; } + font-family: Monacco, Consolas, monospace; } .__tag { display: -webkit-inline-box; @@ -775,7 +775,7 @@ dl { border-radius: 2px; vertical-align: baseline; font-size: 0.5rem; - font-family: Monaco, Consolas, monospace; + font-family: Monacco, Consolas, monospace; line-height: 1; font-weight: bold; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); @@ -787,6 +787,7 @@ dl { padding: 0.5em 1.5em; border-radius: inherit; color: currentColor; + width: calc(100% + 3em); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } @@ -963,7 +964,7 @@ ol.linenums { margin-bottom: 0; } code { - font-family: Monaco, Consolas, monospace; + font-family: Monacco, Consolas, monospace; padding: 0 .5em; background: #fff; color: #000; @@ -982,7 +983,7 @@ pre { .prettyprint { background: #fff; - font-family: Monaco, Consolas, monospace; } + font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; } .prettyprint.linenums { padding: 0; } diff --git a/doc/holmes.html b/doc/holmes.html index a3dfc6e..612f7b5 100644 --- a/doc/holmes.html +++ b/doc/holmes.html @@ -853,7 +853,7 @@

Members

@@ -934,7 +934,7 @@
Type:
@@ -1017,7 +1017,7 @@
Type:
@@ -1100,7 +1100,7 @@
Type:
@@ -1183,7 +1183,7 @@
Type:
@@ -1264,7 +1264,7 @@
Type:
@@ -1343,7 +1343,7 @@
Type:
@@ -1424,7 +1424,7 @@
Type:
@@ -1507,7 +1507,7 @@
Type:
@@ -1596,7 +1596,7 @@

Methods

@@ -1689,7 +1689,7 @@

(static) clear @@ -1808,7 +1808,7 @@
Returns:
@@ -1959,7 +1959,7 @@
Returns:
@@ -2137,7 +2137,7 @@
Throws:
@@ -2321,7 +2321,7 @@
Throws:
@@ -2800,7 +2800,7 @@
Parameters:
- Documentation generated by JSDoc 3.4.3 on Thu May 18 2017 14:01:26 GMT+0000 (UTC) + Documentation generated by JSDoc 3.4.3 on Fri Jun 09 2017 15:54:07 GMT+0000 (UTC)
diff --git a/doc/index.html b/doc/index.html index 1b47327..2c6fd9f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -195,7 +195,7 @@

License

Apache 2.0

- Documentation generated by JSDoc 3.4.3 on Thu May 18 2017 14:01:26 GMT+0000 (UTC) + Documentation generated by JSDoc 3.4.3 on Fri Jun 09 2017 15:54:07 GMT+0000 (UTC)
diff --git a/doc/main.js.html b/doc/main.js.html index 5a6b830..a4b17c9 100644 --- a/doc/main.js.html +++ b/doc/main.js.html @@ -130,14 +130,26 @@

main.js

if (typeof options !== 'object') { throw new Error( - 'The options need to be given inside an object like this:\nnew Holmes({\n\tfind:".result"\n});\nsee also https://haroen.me/holmes/doc/holmes.html' + `The options need to be given inside an object like this: + +new Holmes({ + find:".result" +}); + +see also https://haroen.me/holmes/doc/holmes.html` ); } // if this.options.find is missing, the searching won't work so we'll thrown an exceptions if (typeof options.find !== 'string') { throw new Error( - 'A find argument is needed. That should be a querySelectorAll for each of the items you want to match individually. You should have something like: \nnew Holmes({\n\tfind:".result"\n});\nsee also https://haroen.me/holmes/doc/holmes.html' + `A find argument is needed. That should be a querySelectorAll for each of the items you want to match individually. You should have something like: + +new Holmes({ + find:".result" +}); + +see also https://haroen.me/holmes/doc/holmes.html` ); } @@ -260,7 +272,9 @@

main.js

this.elementsArray.forEach((element: HTMLElement) => { // if the current element doesn't contain the search string // add the hidden class and remove the visbible class - if (stringIncludes(element.textContent.toLowerCase(), this.searchString)) { + if ( + stringIncludes(element.textContent.toLowerCase(), this.searchString) + ) { this._showElement(element); if (empty && typeof this.options.onFound === 'function') { @@ -412,14 +426,20 @@

main.js

if (_input instanceof HTMLElement) { this.input = _input; } else { - throw new Error('Your Holmes.input didn\'t match a querySelector'); + throw new Error(`Your Holmes.input didn't match a querySelector`); } if (typeof this.options.find === 'string') { this.elements = document.querySelectorAll(this.options.find); } else { throw new Error( - 'A find argument is needed. That should be a querySelectorAll for each of the items you want to match individually. You should have something like:\nnew Holmes({\n\tfind:".result"\n});\nsee also https://haroen.me/holmes/doc/holmes.html' + `A find argument is needed. That should be a querySelectorAll for each of the items you want to match individually. You should have something like: + +new Holmes({ + find:".result" +}); + +see also https://haroen.me/holmes/doc/holmes.html` ); } @@ -441,16 +461,17 @@

main.js

this.hidden = 0; // create a container for a placeholder if needed - if (this.options.placeholder) { + if (typeof this.options.placeholder === 'string') { + const holder: string = this.options.placeholder; this.placeholderNode = document.createElement('div'); this.placeholderNode.id = 'holmes-placeholder'; this._hideElement(this.placeholderNode); - this.placeholderNode.innerHTML = this.options.placeholder; + this.placeholderNode.innerHTML = holder; if (this.elements[0].parentNode instanceof Element) { this.elements[0].parentNode.appendChild(this.placeholderNode); } else { throw new Error( - 'The Holmes placeholder could\'t be put; the elements had no parent.' + `The Holmes placeholder couldn't be put; the elements had no parent.` ); } } @@ -531,7 +552,7 @@

main.js

* @return {object} all matching elements, the amount of hidden and the amount of visible elements * @memberOf holmes */ - count(): { all: number, hidden: number, visible: number } { + count(): {all: number, hidden: number, visible: number} { return { all: this.elementsLength, hidden: this.hidden, @@ -556,7 +577,7 @@

main.js

- Documentation generated by JSDoc 3.4.3 on Thu May 18 2017 14:01:26 GMT+0000 (UTC) + Documentation generated by JSDoc 3.4.3 on Fri Jun 09 2017 15:54:07 GMT+0000 (UTC)
diff --git a/doc/styles/_prettify.scss b/doc/styles/_prettify.scss index 619a1ad..ddb4cea 100644 --- a/doc/styles/_prettify.scss +++ b/doc/styles/_prettify.scss @@ -1,6 +1,6 @@ .prettyprint { background: #fff; - font-family: $monospace; + font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; &.linenums { padding: 0; @@ -136,4 +136,4 @@ ol.linenums { } } -/*# sourceMappingURL=_prettify-tomorrow.css.map */ +/*# sourceMappingURL=_prettify-tomorrow.css.map */ \ No newline at end of file diff --git a/doc/styles/_tag.scss b/doc/styles/_tag.scss index cd212d9..143673f 100644 --- a/doc/styles/_tag.scss +++ b/doc/styles/_tag.scss @@ -32,6 +32,7 @@ padding: $padding-y $padding-x; border-radius: inherit; color: currentColor; + width: calc(100% + #{$padding-x * 2}); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -58,4 +59,4 @@ color: mix(black, $color, 40%); } } -} +} \ No newline at end of file diff --git a/doc/styles/jsdoc-default.css b/doc/styles/jsdoc-default.css index 09f06d8..80708d3 100644 --- a/doc/styles/jsdoc-default.css +++ b/doc/styles/jsdoc-default.css @@ -424,7 +424,7 @@ h1, h2, h3, h4, h5, h6 { text-transform: initial; margin: 0; padding: .5rem 1rem; - font-family: Monaco, Consolas, monospace; + font-family: Monacco, Consolas, monospace; font-weight: normal; border-radius: 2px; background-color: #f7f7f7; @@ -589,7 +589,7 @@ table { .main-nav li li > a { padding-left: 2rem; font-weight: normal; - font-family: Monaco, Consolas, monospace; } + font-family: Monacco, Consolas, monospace; } .main-nav li li > a:before { transform: scale(0.1, 1); } .main-nav li li li > a { @@ -717,7 +717,7 @@ dl { margin: 2rem 1rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.35); } .card > h2 { - font-family: Monaco, Consolas, monospace; } + font-family: Monacco, Consolas, monospace; } .__tag { display: inline-flex; @@ -732,7 +732,7 @@ dl { border-radius: 2px; vertical-align: baseline; font-size: 0.5rem; - font-family: Monaco, Consolas, monospace; + font-family: Monacco, Consolas, monospace; line-height: 1; font-weight: bold; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); @@ -744,6 +744,7 @@ dl { padding: 0.5em 1.5em; border-radius: inherit; color: currentColor; + width: calc(100% + 3em); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } @@ -920,7 +921,7 @@ ol.linenums { margin-bottom: 0; } code { - font-family: Monaco, Consolas, monospace; + font-family: Monacco, Consolas, monospace; padding: 0 .5em; background: #fff; color: #000; @@ -939,7 +940,7 @@ pre { .prettyprint { background: #fff; - font-family: Monaco, Consolas, monospace; } + font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; } .prettyprint.linenums { padding: 0; } diff --git a/doc/styles/jsdoc-default.scss b/doc/styles/jsdoc-default.scss index 47d876e..9d501ab 100644 --- a/doc/styles/jsdoc-default.scss +++ b/doc/styles/jsdoc-default.scss @@ -16,7 +16,7 @@ $theme-member: #eee; $theme-method: #ddd; $theme-typedef: #ccc; -$monospace: Monaco, Consolas, monospace; +$monospace: Monacco, Consolas, monospace; $sans-serif: Arial, Verdana, sans-serif; *, *:before, *:after { @@ -66,4 +66,4 @@ body { @import "params"; // code highlighting -@import "prettyprint"; +@import "prettyprint"; \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 18859cb..812288b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -196,15 +196,7 @@ babel-cli@^6.10.1: optionalDependencies: chokidar "^1.0.0" -babel-code-frame@^6.16.0, babel-code-frame@^6.20.0: - version "6.20.0" - resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.20.0.tgz#b968f839090f9a8bc6d41938fb96cb84f7387b26" - dependencies: - chalk "^1.1.0" - esutils "^2.0.2" - js-tokens "^2.0.0" - -babel-code-frame@^6.22.0: +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: @@ -245,19 +237,7 @@ babel-eslint@^7.2.3: babel-types "^6.23.0" babylon "^6.17.0" -babel-generator@^6.18.0: - version "6.21.0" - resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.21.0.tgz#605f1269c489a1c75deeca7ea16d43d4656c8494" - dependencies: - babel-messages "^6.8.0" - babel-runtime "^6.20.0" - babel-types "^6.21.0" - detect-indent "^4.0.0" - jsesc "^1.3.0" - lodash "^4.2.0" - source-map "^0.5.0" - -babel-generator@^6.24.1: +babel-generator@^6.18.0, babel-generator@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.24.1.tgz#e715f486c58ded25649d888944d52aa07c5d9497" dependencies: @@ -279,15 +259,6 @@ babel-helper-call-delegate@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-helper-define-map@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.18.0.tgz#8d6c85dc7fbb4c19be3de40474d18e97c3676ec2" - dependencies: - babel-helper-function-name "^6.18.0" - babel-runtime "^6.9.0" - babel-types "^6.18.0" - lodash "^4.2.0" - babel-helper-define-map@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.24.1.tgz#7a9747f258d8947d32d515f6aa1c7bd02204a080" @@ -305,16 +276,6 @@ babel-helper-flip-expressions@^0.0.2: version "0.0.2" resolved "https://registry.yarnpkg.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.0.2.tgz#7bab2cf61162bc92703e9b298ef512bcf77d6787" -babel-helper-function-name@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.18.0.tgz#68ec71aeba1f3e28b2a6f0730190b754a9bf30e6" - dependencies: - babel-helper-get-function-arity "^6.18.0" - babel-runtime "^6.0.0" - babel-template "^6.8.0" - babel-traverse "^6.18.0" - babel-types "^6.18.0" - babel-helper-function-name@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9" @@ -325,13 +286,6 @@ babel-helper-function-name@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-helper-get-function-arity@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.18.0.tgz#a5b19695fd3f9cdfc328398b47dafcd7094f9f24" - dependencies: - babel-runtime "^6.0.0" - babel-types "^6.18.0" - babel-helper-get-function-arity@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d" @@ -354,13 +308,6 @@ babel-helper-is-void-0@^0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.0.1.tgz#ed74553b883e68226ae45f989a99b02c190f105a" -babel-helper-optimise-call-expression@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.18.0.tgz#9261d0299ee1a4f08a6dd28b7b7c777348fd8f0f" - dependencies: - babel-runtime "^6.0.0" - babel-types "^6.18.0" - babel-helper-optimise-call-expression@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257" @@ -380,17 +327,6 @@ babel-helper-remove-or-void@^0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.0.1.tgz#f602790e465acf2dfbe84fb3dd210c43a2dd7262" -babel-helper-replace-supers@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.18.0.tgz#28ec69877be4144dbd64f4cc3a337e89f29a924e" - dependencies: - babel-helper-optimise-call-expression "^6.18.0" - babel-messages "^6.8.0" - babel-runtime "^6.0.0" - babel-template "^6.16.0" - babel-traverse "^6.18.0" - babel-types "^6.18.0" - babel-helper-replace-supers@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a" @@ -427,12 +363,6 @@ babel-messages@^6.23.0: dependencies: babel-runtime "^6.22.0" -babel-messages@^6.8.0: - version "6.8.0" - resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.8.0.tgz#bf504736ca967e6d65ef0adb5a2a5f947c8e0eb9" - dependencies: - babel-runtime "^6.0.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" @@ -539,7 +469,7 @@ babel-plugin-transform-es2015-block-scoping@^6.24.1: babel-types "^6.24.1" lodash "^4.2.0" -babel-plugin-transform-es2015-classes@^6.24.1: +babel-plugin-transform-es2015-classes@^6.24.1, babel-plugin-transform-es2015-classes@^6.9.0: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db" dependencies: @@ -553,20 +483,6 @@ babel-plugin-transform-es2015-classes@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-plugin-transform-es2015-classes@^6.9.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.18.0.tgz#ffe7a17321bf83e494dcda0ae3fc72df48ffd1d9" - dependencies: - babel-helper-define-map "^6.18.0" - babel-helper-function-name "^6.18.0" - babel-helper-optimise-call-expression "^6.18.0" - babel-helper-replace-supers "^6.18.0" - babel-messages "^6.8.0" - babel-runtime "^6.9.0" - babel-template "^6.14.0" - babel-traverse "^6.18.0" - babel-types "^6.18.0" - babel-plugin-transform-es2015-computed-properties@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3" @@ -849,19 +765,7 @@ babel-preset-jest@^18.0.0: dependencies: babel-plugin-jest-hoist "^18.0.0" -babel-register@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.18.0.tgz#892e2e03865078dd90ad2c715111ec4449b32a68" - dependencies: - babel-core "^6.18.0" - babel-runtime "^6.11.6" - 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-register@^6.24.1: +babel-register@^6.18.0, babel-register@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.24.1.tgz#7e10e13a2f71065bdfad5a1787ba45bca6ded75f" dependencies: @@ -873,31 +777,14 @@ babel-register@^6.24.1: mkdirp "^0.5.1" source-map-support "^0.4.2" -babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.20.0, babel-runtime@^6.9.0: - version "6.20.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.20.0.tgz#87300bdcf4cd770f09bf0048c64204e17806d16f" - dependencies: - core-js "^2.4.0" - regenerator-runtime "^0.10.0" - -babel-runtime@^6.18.0, babel-runtime@^6.22.0: +babel-runtime@^6.0.0, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.9.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b" dependencies: core-js "^2.4.0" regenerator-runtime "^0.10.0" -babel-template@^6.14.0, babel-template@^6.16.0, babel-template@^6.8.0: - version "6.16.0" - resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.16.0.tgz#e149dd1a9f03a35f817ddbc4d0481988e7ebc8ca" - dependencies: - babel-runtime "^6.9.0" - babel-traverse "^6.16.0" - babel-types "^6.16.0" - babylon "^6.11.0" - lodash "^4.2.0" - -babel-template@^6.24.1: +babel-template@^6.16.0, babel-template@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.24.1.tgz#04ae514f1f93b3a2537f2a0f60a5a45fb8308333" dependencies: @@ -907,21 +794,7 @@ babel-template@^6.24.1: babylon "^6.11.0" lodash "^4.2.0" -babel-traverse@^6.16.0, babel-traverse@^6.18.0: - version "6.21.0" - resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.21.0.tgz#69c6365804f1a4f69eb1213f85b00a818b8c21ad" - dependencies: - babel-code-frame "^6.20.0" - babel-messages "^6.8.0" - babel-runtime "^6.20.0" - babel-types "^6.21.0" - babylon "^6.11.0" - debug "^2.2.0" - globals "^9.0.0" - invariant "^2.2.0" - lodash "^4.2.0" - -babel-traverse@^6.23.1, babel-traverse@^6.24.1: +babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.24.1.tgz#ab36673fd356f9a0948659e7b338d5feadb31695" dependencies: @@ -935,16 +808,7 @@ babel-traverse@^6.23.1, babel-traverse@^6.24.1: invariant "^2.2.0" lodash "^4.2.0" -babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.21.0: - version "6.21.0" - resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.21.0.tgz#314b92168891ef6d3806b7f7a917fdf87c11a4b2" - dependencies: - babel-runtime "^6.20.0" - esutils "^2.0.2" - lodash "^4.2.0" - to-fast-properties "^1.0.1" - -babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24.1: +babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.24.1.tgz#a136879dc15b3606bda0d90c1fc74304c2ff0975" dependencies: @@ -960,11 +824,11 @@ babili@^0.0.10: babel-cli "^6.10.1" babel-preset-babili "^0.0.10" -babylon@^6.11.0, babylon@^6.13.0: +babylon@^6.11.0: version "6.14.1" resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.14.1.tgz#956275fab72753ad9b3435d7afe58f8bf0a29815" -babylon@^6.15.0, babylon@^6.17.0: +babylon@^6.13.0, babylon@^6.15.0, babylon@^6.17.0: version "6.17.2" resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.2.tgz#201d25ef5f892c41bae49488b08db0dd476e9f5c" @@ -982,12 +846,6 @@ binary-extensions@^1.0.0: version "1.8.0" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.8.0.tgz#48ec8d16df4377eae5fa5884682480af4d95c774" -bl@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/bl/-/bl-1.1.2.tgz#fdca871a99713aa00d19e3bbba41c44787a65398" - dependencies: - readable-stream "~2.0.5" - block-stream@*: version "0.0.9" resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" @@ -1639,14 +1497,6 @@ 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.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.0.0.tgz#6f0aebadcc5da16c13e1ecc11137d85f9b883b25" - dependencies: - asynckit "^0.4.0" - 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" @@ -2617,7 +2467,7 @@ mime-db@~1.25.0: version "1.25.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.25.0.tgz#c18dbd7c73a5dbf6f44a024dc0d165a1e7b1c392" -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.13" resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.13.tgz#e07aaa9c6c6b9a7ca3012c69003ad25a39e92a88" dependencies: @@ -2699,10 +2549,6 @@ node-pre-gyp@^0.6.29: tar "~2.2.1" tar-pack "~3.3.0" -node-uuid@~1.4.7: - version "1.4.7" - resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.7.tgz#6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f" - nopt@~3.0.6: version "3.0.6" resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" @@ -2907,10 +2753,6 @@ punycode@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" -qs@~6.2.0: - version "6.2.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.2.1.tgz#ce03c5ff0935bc1d9d69a9f14cbd18e568d67625" - qs@~6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.0.tgz#f403b264f23bc01228c74131b407f18d5ea5d442" @@ -2946,22 +2788,23 @@ read-pkg@^1.0.0: normalize-package-data "^2.3.2" path-type "^1.0.0" -"readable-stream@^2.0.0 || ^1.1.13", readable-stream@~2.1.4: - version "2.1.5" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.1.5.tgz#66fa8b720e1438b364681f2ad1a63c618448c9d0" +"readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.2.2: + version "2.2.11" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.11.tgz#0796b31f8d7688007ff0b93a8088d34aa17c0f72" 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" + safe-buffer "~5.0.1" + string_decoder "~1.0.0" util-deprecate "~1.0.1" -readable-stream@^2.0.2, readable-stream@~2.0.5: - version "2.0.6" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e" +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" @@ -2969,18 +2812,6 @@ readable-stream@^2.0.2, readable-stream@~2.0.5: string_decoder "~0.10.x" util-deprecate "~1.0.1" -readable-stream@^2.2.2: - version "2.2.11" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.11.tgz#0796b31f8d7688007ff0b93a8088d34aa17c0f72" - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "~1.0.0" - process-nextick-args "~1.0.6" - safe-buffer "~5.0.1" - string_decoder "~1.0.0" - 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" @@ -3065,7 +2896,7 @@ repeating@^2.0.0: dependencies: is-finite "^1.0.0" -request@2.79.0, request@^2.79.0: +request@2.79.0, request@^2.55.0, request@^2.79.0: version "2.79.0" resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" dependencies: @@ -3090,32 +2921,6 @@ request@2.79.0, request@^2.79.0: tunnel-agent "~0.4.1" uuid "^3.0.0" -request@^2.55.0: - version "2.75.0" - resolved "https://registry.yarnpkg.com/request/-/request-2.75.0.tgz#d2b8268a286da13eaa5d01adf5d18cc90f657d93" - dependencies: - aws-sign2 "~0.6.0" - aws4 "^1.2.1" - bl "~1.1.2" - caseless "~0.11.0" - combined-stream "~1.0.5" - extend "~3.0.0" - forever-agent "~0.6.1" - form-data "~2.0.0" - 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" - node-uuid "~1.4.7" - oauth-sign "~0.8.1" - qs "~6.2.0" - stringstream "~0.0.4" - tough-cookie "~2.3.0" - tunnel-agent "~0.4.1" - require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"