-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit changes esdoc to be an optional dependency, since it requires Node >= 6. Travis can install esdoc on the supported versions. Right now, documentation isn't generated from this esdoc dependency directly - it's generated from the hosted esdoc site, but having a way to build documentation locally is still needed for testing.
- Loading branch information
Showing
4 changed files
with
121 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"presets": ["es2015"] | ||
"presets": [["env", { "targets": { "node": 4 } }]] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ notifications: | |
node_js: | ||
- '7' | ||
- '6' | ||
- '4' | ||
before_script: | ||
- npm prune | ||
after_success: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -301,6 +301,14 @@ babel-generator@^6.18.0, babel-generator@^6.24.1: | |
source-map "^0.5.0" | ||
trim-right "^1.0.1" | ||
|
||
babel-helper-builder-binary-assignment-operator-visitor@^6.24.1: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664" | ||
dependencies: | ||
babel-helper-explode-assignable-expression "^6.24.1" | ||
babel-runtime "^6.22.0" | ||
babel-types "^6.24.1" | ||
|
||
babel-helper-call-delegate@^6.24.1: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d" | ||
|
@@ -319,6 +327,14 @@ babel-helper-define-map@^6.24.1: | |
babel-types "^6.24.1" | ||
lodash "^4.2.0" | ||
|
||
babel-helper-explode-assignable-expression@^6.24.1: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa" | ||
dependencies: | ||
babel-runtime "^6.22.0" | ||
babel-traverse "^6.24.1" | ||
babel-types "^6.24.1" | ||
|
||
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" | ||
|
@@ -358,6 +374,16 @@ babel-helper-regex@^6.24.1: | |
babel-types "^6.24.1" | ||
lodash "^4.2.0" | ||
|
||
babel-helper-remap-async-to-generator@^6.24.1: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b" | ||
dependencies: | ||
babel-helper-function-name "^6.24.1" | ||
babel-runtime "^6.22.0" | ||
babel-template "^6.24.1" | ||
babel-traverse "^6.24.1" | ||
babel-types "^6.24.1" | ||
|
||
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" | ||
|
@@ -408,6 +434,26 @@ babel-plugin-jest-hoist@^20.0.1: | |
version "20.0.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-20.0.1.tgz#1b9cc322cff704d3812d1bca8dccd12205eedfd5" | ||
|
||
babel-plugin-syntax-async-functions@^6.8.0: | ||
version "6.13.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95" | ||
|
||
babel-plugin-syntax-exponentiation-operator@^6.8.0: | ||
version "6.13.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de" | ||
|
||
babel-plugin-syntax-trailing-function-commas@^6.22.0: | ||
version "6.22.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3" | ||
|
||
babel-plugin-transform-async-to-generator@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761" | ||
dependencies: | ||
babel-helper-remap-async-to-generator "^6.24.1" | ||
babel-plugin-syntax-async-functions "^6.8.0" | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-arrow-functions@^6.22.0: | ||
version "6.22.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" | ||
|
@@ -420,7 +466,7 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: | |
dependencies: | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-block-scoping@^6.24.1: | ||
babel-plugin-transform-es2015-block-scoping@^6.23.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.24.1.tgz#76c295dc3a4741b1665adfd3167215dcff32a576" | ||
dependencies: | ||
|
@@ -430,7 +476,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.23.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: | ||
|
@@ -444,33 +490,33 @@ babel-plugin-transform-es2015-classes@^6.24.1: | |
babel-traverse "^6.24.1" | ||
babel-types "^6.24.1" | ||
|
||
babel-plugin-transform-es2015-computed-properties@^6.24.1: | ||
babel-plugin-transform-es2015-computed-properties@^6.22.0: | ||
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" | ||
dependencies: | ||
babel-runtime "^6.22.0" | ||
babel-template "^6.24.1" | ||
|
||
babel-plugin-transform-es2015-destructuring@^6.22.0: | ||
babel-plugin-transform-es2015-destructuring@^6.23.0: | ||
version "6.23.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d" | ||
dependencies: | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-duplicate-keys@^6.24.1: | ||
babel-plugin-transform-es2015-duplicate-keys@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e" | ||
dependencies: | ||
babel-runtime "^6.22.0" | ||
babel-types "^6.24.1" | ||
|
||
babel-plugin-transform-es2015-for-of@^6.22.0: | ||
babel-plugin-transform-es2015-for-of@^6.23.0: | ||
version "6.23.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691" | ||
dependencies: | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-function-name@^6.24.1: | ||
babel-plugin-transform-es2015-function-name@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b" | ||
dependencies: | ||
|
@@ -484,15 +530,15 @@ babel-plugin-transform-es2015-literals@^6.22.0: | |
dependencies: | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-modules-amd@^6.24.1: | ||
babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015-modules-amd@^6.24.1: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154" | ||
dependencies: | ||
babel-plugin-transform-es2015-modules-commonjs "^6.24.1" | ||
babel-runtime "^6.22.0" | ||
babel-template "^6.24.1" | ||
|
||
babel-plugin-transform-es2015-modules-commonjs@^6.24.1: | ||
babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz#d3e310b40ef664a36622200097c6d440298f2bfe" | ||
dependencies: | ||
|
@@ -501,30 +547,30 @@ babel-plugin-transform-es2015-modules-commonjs@^6.24.1: | |
babel-template "^6.24.1" | ||
babel-types "^6.24.1" | ||
|
||
babel-plugin-transform-es2015-modules-systemjs@^6.24.1: | ||
babel-plugin-transform-es2015-modules-systemjs@^6.23.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23" | ||
dependencies: | ||
babel-helper-hoist-variables "^6.24.1" | ||
babel-runtime "^6.22.0" | ||
babel-template "^6.24.1" | ||
|
||
babel-plugin-transform-es2015-modules-umd@^6.24.1: | ||
babel-plugin-transform-es2015-modules-umd@^6.23.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468" | ||
dependencies: | ||
babel-plugin-transform-es2015-modules-amd "^6.24.1" | ||
babel-runtime "^6.22.0" | ||
babel-template "^6.24.1" | ||
|
||
babel-plugin-transform-es2015-object-super@^6.24.1: | ||
babel-plugin-transform-es2015-object-super@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d" | ||
dependencies: | ||
babel-helper-replace-supers "^6.24.1" | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-parameters@^6.24.1: | ||
babel-plugin-transform-es2015-parameters@^6.23.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b" | ||
dependencies: | ||
|
@@ -535,7 +581,7 @@ babel-plugin-transform-es2015-parameters@^6.24.1: | |
babel-traverse "^6.24.1" | ||
babel-types "^6.24.1" | ||
|
||
babel-plugin-transform-es2015-shorthand-properties@^6.24.1: | ||
babel-plugin-transform-es2015-shorthand-properties@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0" | ||
dependencies: | ||
|
@@ -548,7 +594,7 @@ babel-plugin-transform-es2015-spread@^6.22.0: | |
dependencies: | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-sticky-regex@^6.24.1: | ||
babel-plugin-transform-es2015-sticky-regex@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc" | ||
dependencies: | ||
|
@@ -562,21 +608,29 @@ babel-plugin-transform-es2015-template-literals@^6.22.0: | |
dependencies: | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-typeof-symbol@^6.22.0: | ||
babel-plugin-transform-es2015-typeof-symbol@^6.23.0: | ||
version "6.23.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372" | ||
dependencies: | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-es2015-unicode-regex@^6.24.1: | ||
babel-plugin-transform-es2015-unicode-regex@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9" | ||
dependencies: | ||
babel-helper-regex "^6.24.1" | ||
babel-runtime "^6.22.0" | ||
regexpu-core "^2.0.0" | ||
|
||
babel-plugin-transform-regenerator@^6.24.1: | ||
babel-plugin-transform-exponentiation-operator@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e" | ||
dependencies: | ||
babel-helper-builder-binary-assignment-operator-visitor "^6.24.1" | ||
babel-plugin-syntax-exponentiation-operator "^6.8.0" | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-regenerator@^6.22.0: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418" | ||
dependencies: | ||
|
@@ -597,34 +651,39 @@ babel-polyfill@^6.16.0, babel-polyfill@^6.23.0: | |
core-js "^2.4.0" | ||
regenerator-runtime "^0.10.0" | ||
|
||
babel-preset-es2015@^6.24.1: | ||
version "6.24.1" | ||
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939" | ||
babel-preset-env@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.4.0.tgz#c8e02a3bcc7792f23cded68e0355b9d4c28f0f7a" | ||
dependencies: | ||
babel-plugin-check-es2015-constants "^6.22.0" | ||
babel-plugin-syntax-trailing-function-commas "^6.22.0" | ||
babel-plugin-transform-async-to-generator "^6.22.0" | ||
babel-plugin-transform-es2015-arrow-functions "^6.22.0" | ||
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0" | ||
babel-plugin-transform-es2015-block-scoping "^6.24.1" | ||
babel-plugin-transform-es2015-classes "^6.24.1" | ||
babel-plugin-transform-es2015-computed-properties "^6.24.1" | ||
babel-plugin-transform-es2015-destructuring "^6.22.0" | ||
babel-plugin-transform-es2015-duplicate-keys "^6.24.1" | ||
babel-plugin-transform-es2015-for-of "^6.22.0" | ||
babel-plugin-transform-es2015-function-name "^6.24.1" | ||
babel-plugin-transform-es2015-block-scoping "^6.23.0" | ||
babel-plugin-transform-es2015-classes "^6.23.0" | ||
babel-plugin-transform-es2015-computed-properties "^6.22.0" | ||
babel-plugin-transform-es2015-destructuring "^6.23.0" | ||
babel-plugin-transform-es2015-duplicate-keys "^6.22.0" | ||
babel-plugin-transform-es2015-for-of "^6.23.0" | ||
babel-plugin-transform-es2015-function-name "^6.22.0" | ||
babel-plugin-transform-es2015-literals "^6.22.0" | ||
babel-plugin-transform-es2015-modules-amd "^6.24.1" | ||
babel-plugin-transform-es2015-modules-commonjs "^6.24.1" | ||
babel-plugin-transform-es2015-modules-systemjs "^6.24.1" | ||
babel-plugin-transform-es2015-modules-umd "^6.24.1" | ||
babel-plugin-transform-es2015-object-super "^6.24.1" | ||
babel-plugin-transform-es2015-parameters "^6.24.1" | ||
babel-plugin-transform-es2015-shorthand-properties "^6.24.1" | ||
babel-plugin-transform-es2015-modules-amd "^6.22.0" | ||
babel-plugin-transform-es2015-modules-commonjs "^6.23.0" | ||
babel-plugin-transform-es2015-modules-systemjs "^6.23.0" | ||
babel-plugin-transform-es2015-modules-umd "^6.23.0" | ||
babel-plugin-transform-es2015-object-super "^6.22.0" | ||
babel-plugin-transform-es2015-parameters "^6.23.0" | ||
babel-plugin-transform-es2015-shorthand-properties "^6.22.0" | ||
babel-plugin-transform-es2015-spread "^6.22.0" | ||
babel-plugin-transform-es2015-sticky-regex "^6.24.1" | ||
babel-plugin-transform-es2015-sticky-regex "^6.22.0" | ||
babel-plugin-transform-es2015-template-literals "^6.22.0" | ||
babel-plugin-transform-es2015-typeof-symbol "^6.22.0" | ||
babel-plugin-transform-es2015-unicode-regex "^6.24.1" | ||
babel-plugin-transform-regenerator "^6.24.1" | ||
babel-plugin-transform-es2015-typeof-symbol "^6.23.0" | ||
babel-plugin-transform-es2015-unicode-regex "^6.22.0" | ||
babel-plugin-transform-exponentiation-operator "^6.22.0" | ||
babel-plugin-transform-regenerator "^6.22.0" | ||
browserslist "^1.4.0" | ||
invariant "^2.2.2" | ||
|
||
babel-preset-jest@^20.0.1: | ||
version "20.0.1" | ||
|
@@ -771,6 +830,13 @@ browser-resolve@^1.11.2: | |
dependencies: | ||
resolve "1.1.7" | ||
|
||
browserslist@^1.4.0: | ||
version "1.7.7" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-1.7.7.tgz#0bd76704258be829b2398bb50e4b62d1a166b0b9" | ||
dependencies: | ||
caniuse-db "^1.0.30000639" | ||
electron-to-chromium "^1.2.7" | ||
|
||
[email protected]: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/bser/-/bser-1.0.2.tgz#381116970b2a6deea5646dd15dd7278444b56169" | ||
|
@@ -820,6 +886,10 @@ camelcase@^3.0.0: | |
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" | ||
|
||
caniuse-db@^1.0.30000639: | ||
version "1.0.30000669" | ||
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000669.tgz#dbe8f25700ecda631dfb05cb71027762bd4b03e5" | ||
|
||
caseless@~0.11.0: | ||
version "0.11.0" | ||
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" | ||
|
@@ -1255,6 +1325,10 @@ ecc-jsbn@~0.1.1: | |
dependencies: | ||
jsbn "~0.1.0" | ||
|
||
electron-to-chromium@^1.2.7: | ||
version "1.3.10" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.10.tgz#63d62b785471f0d8dda85199d64579de8a449f08" | ||
|
||
elegant-spinner@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" | ||
|
@@ -1298,10 +1372,6 @@ escodegen@^1.6.1: | |
optionalDependencies: | ||
source-map "~0.2.0" | ||
|
||
[email protected]: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/esdoc-importpath-plugin/-/esdoc-importpath-plugin-0.0.1.tgz#d06a2af5dd043e5c674d708a8272641cd4fe4ae6" | ||
|
||
esdoc@^0.5.2: | ||
version "0.5.2" | ||
resolved "https://registry.yarnpkg.com/esdoc/-/esdoc-0.5.2.tgz#cbfd0b20e3d1cacc23c93c328eed987e21ba0067" | ||
|
@@ -1924,7 +1994,7 @@ interpret@^1.0.0: | |
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.3.tgz#cbc35c62eeee73f19ab7b10a801511401afc0f90" | ||
|
||
invariant@^2.2.0: | ||
invariant@^2.2.0, invariant@^2.2.2: | ||
version "2.2.2" | ||
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360" | ||
dependencies: | ||
|