From 8e528fdacffd98c5d062f06d7f93b39bad11b51b Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 23 Mar 2017 17:01:52 -0400 Subject: [PATCH] update to b7-alpha.3 (#224) --- experimental/babel-preset-env/package.json | 66 +-- experimental/babel-preset-env/yarn.lock | 449 +++++++++++++++++++-- 2 files changed, 443 insertions(+), 72 deletions(-) diff --git a/experimental/babel-preset-env/package.json b/experimental/babel-preset-env/package.json index 535b1ca8cf..c25367d425 100644 --- a/experimental/babel-preset-env/package.json +++ b/experimental/babel-preset-env/package.json @@ -21,49 +21,49 @@ "test": "npm run build && npm run test-only", "test-ci": "nyc npm run test", "test-only": "mocha ./test --compilers js:babel-register -t 10000" - + }, "dependencies": { - "babel-plugin-check-es2015-constants": "7.0.0-alpha.1", - "babel-plugin-syntax-trailing-function-commas": "7.0.0-alpha.1", - "babel-plugin-transform-async-to-generator": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-arrow-functions": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-block-scoped-functions": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-block-scoping": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-classes": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-computed-properties": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-destructuring": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-duplicate-keys": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-for-of": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-function-name": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-literals": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-modules-amd": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-modules-commonjs": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-modules-systemjs": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-modules-umd": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-object-super": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-parameters": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-shorthand-properties": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-spread": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-sticky-regex": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-template-literals": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-typeof-symbol": "7.0.0-alpha.1", - "babel-plugin-transform-es2015-unicode-regex": "7.0.0-alpha.1", - "babel-plugin-transform-exponentiation-operator": "7.0.0-alpha.1", - "babel-plugin-transform-regenerator": "7.0.0-alpha.1", + "babel-plugin-check-es2015-constants": "7.0.0-alpha.3", + "babel-plugin-syntax-trailing-function-commas": "7.0.0-alpha.3", + "babel-plugin-transform-async-to-generator": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-arrow-functions": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-block-scoped-functions": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-block-scoping": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-classes": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-computed-properties": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-destructuring": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-duplicate-keys": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-for-of": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-function-name": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-literals": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-modules-amd": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-modules-commonjs": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-modules-systemjs": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-modules-umd": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-object-super": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-parameters": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-shorthand-properties": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-spread": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-sticky-regex": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-template-literals": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-typeof-symbol": "7.0.0-alpha.3", + "babel-plugin-transform-es2015-unicode-regex": "7.0.0-alpha.3", + "babel-plugin-transform-exponentiation-operator": "7.0.0-alpha.3", + "babel-plugin-transform-regenerator": "7.0.0-alpha.3", "browserslist": "^1.4.0", "electron-to-chromium": "^1.2.6", "invariant": "^2.2.2" }, "devDependencies": { - "babel-cli": "7.0.0-alpha.1", + "babel-cli": "7.0.0-alpha.3", "babel-eslint": "^7.1.1", - "babel-helper-fixtures": "7.0.0-alpha.1", - "babel-helper-plugin-test-runner": "7.0.0-alpha.1", + "babel-helper-fixtures": "7.0.0-alpha.3", + "babel-helper-plugin-test-runner": "7.0.0-alpha.3", "babel-plugin-istanbul": "^4.0.0", - "babel-plugin-transform-flow-strip-types": "7.0.0-alpha.1", + "babel-plugin-transform-flow-strip-types": "7.0.0-alpha.3", "babel-preset-env": "2.0.0-alpha.1", - "babel-register": "7.0.0-alpha.1", + "babel-register": "7.0.0-alpha.2", "chai": "^3.5.0", "codecov": "^2.0.1", "compat-table": "kangax/compat-table#c38f039b8ea7fadf347d3e300fec3611645e31e9", diff --git a/experimental/babel-preset-env/yarn.lock b/experimental/babel-preset-env/yarn.lock index 85992ce215..5fa50eaf49 100644 --- a/experimental/babel-preset-env/yarn.lock +++ b/experimental/babel-preset-env/yarn.lock @@ -210,13 +210,13 @@ aws4@^1.2.1: version "1.6.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" -babel-cli@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-7.0.0-alpha.1.tgz#9ef7439e26c229514d0ee3e38cf484235f19f206" +babel-cli@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-7.0.0-alpha.3.tgz#3b3095aa10dd08bcd4d5e50917387de3adf2ecc5" dependencies: - babel-core "7.0.0-alpha.1" - babel-polyfill "7.0.0-alpha.1" - babel-register "7.0.0-alpha.1" + babel-core "7.0.0-alpha.3" + babel-polyfill "7.0.0-alpha.3" + babel-register "7.0.0-alpha.3" commander "^2.8.1" convert-source-map "^1.1.0" fs-readdir-recursive "^1.0.0" @@ -245,15 +245,23 @@ babel-code-frame@7.0.0-alpha.1: esutils "^2.0.2" js-tokens "^3.0.0" -babel-core@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.1.tgz#7bb30593accab3deaeedb7f0f812bab2a0c2d33f" +babel-code-frame@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-alpha.3.tgz#9ff265eaaac94b58dfc7ca4a4eecf389d5f4d344" + dependencies: + chalk "^1.1.0" + esutils "^2.0.2" + js-tokens "^3.0.0" + +babel-core@7.0.0-alpha.2: + version "7.0.0-alpha.2" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.2.tgz#e9d7ee1be75d4ba02d4f6a84c9e3139b1d942dba" dependencies: babel-code-frame "7.0.0-alpha.1" babel-generator "7.0.0-alpha.1" babel-helpers "7.0.0-alpha.1" babel-messages "7.0.0-alpha.1" - babel-register "7.0.0-alpha.1" + babel-register "7.0.0-alpha.2" babel-template "7.0.0-alpha.1" babel-traverse "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" @@ -264,6 +272,30 @@ babel-core@7.0.0-alpha.1: lodash "^4.2.0" minimatch "^3.0.2" private "^0.1.6" + resolve "^1.3.2" + slash "^1.0.0" + source-map "^0.5.0" + +babel-core@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.3.tgz#423e9998c2d96c88f107e3e81cbef0c27bf2b4f2" + dependencies: + babel-code-frame "7.0.0-alpha.3" + babel-generator "7.0.0-alpha.3" + babel-helpers "7.0.0-alpha.3" + babel-messages "7.0.0-alpha.3" + babel-register "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babylon "7.0.0-beta.7" + convert-source-map "^1.1.0" + debug "^2.1.1" + json5 "^0.5.0" + lodash "^4.2.0" + micromatch "^2.3.11" + private "^0.1.6" + resolve "^1.3.2" slash "^1.0.0" source-map "^0.5.0" @@ -313,6 +345,18 @@ babel-generator@7.0.0-alpha.1: source-map "^0.5.0" trim-right "^1.0.1" +babel-generator@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-7.0.0-alpha.3.tgz#92af29b9e75fbe6888ef0d28b39e34f9ec83a06c" + dependencies: + babel-messages "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + detect-indent "^4.0.0" + jsesc "^1.3.0" + lodash "^4.2.0" + source-map "^0.5.0" + trim-right "^1.0.1" + babel-generator@^6.18.0, babel-generator@^6.24.0: version "6.24.0" resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.24.0.tgz#eba270a8cc4ce6e09a61be43465d7c62c1f87c56" @@ -341,6 +385,13 @@ babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.1: babel-helper-explode-assignable-expression "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-7.0.0-alpha.3.tgz#36d95f05539d19e56a93f52f147c772367c53ca5" + dependencies: + babel-helper-explode-assignable-expression "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-helper-builder-binary-assignment-operator-visitor@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.22.0.tgz#29df56be144d81bdeac08262bfa41d2c5e91cdcd" @@ -357,6 +408,14 @@ babel-helper-call-delegate@7.0.0-alpha.1: babel-traverse "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-helper-call-delegate@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-7.0.0-alpha.3.tgz#23c12acd22ade7ed05b27a51ad2c7d1016929dbf" + dependencies: + babel-helper-hoist-variables "7.0.0-alpha.3" + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-helper-call-delegate@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.22.0.tgz#119921b56120f17e9dae3f74b4f5cc7bcc1b37ef" @@ -374,6 +433,14 @@ babel-helper-define-map@7.0.0-alpha.1: babel-types "7.0.0-alpha.1" lodash "^4.2.0" +babel-helper-define-map@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-7.0.0-alpha.3.tgz#1d67803d202440e70ed10ddff74600e143be50fa" + dependencies: + babel-helper-function-name "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + lodash "^4.2.0" + babel-helper-define-map@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.23.0.tgz#1444f960c9691d69a2ced6a205315f8fd00804e7" @@ -390,6 +457,13 @@ babel-helper-explode-assignable-expression@7.0.0-alpha.1: babel-traverse "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-helper-explode-assignable-expression@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-7.0.0-alpha.3.tgz#ab9bfe22c0409a57d1a3b0bce3bb409a9e8d86e9" + dependencies: + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-helper-explode-assignable-expression@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.22.0.tgz#c97bf76eed3e0bae4048121f2b9dae1a4e7d0478" @@ -407,9 +481,9 @@ babel-helper-explode-class@^6.22.0: babel-traverse "^6.22.0" babel-types "^6.22.0" -babel-helper-fixtures@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-helper-fixtures/-/babel-helper-fixtures-7.0.0-alpha.1.tgz#5f662947d98d4c053ac525365c7623db4f7495ba" +babel-helper-fixtures@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-fixtures/-/babel-helper-fixtures-7.0.0-alpha.3.tgz#7095057fe51432cc0300c7de0f84cba9e8057ecc" dependencies: lodash "^4.2.0" try-resolve "^1.0.0" @@ -423,6 +497,15 @@ babel-helper-function-name@7.0.0-alpha.1: babel-traverse "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-helper-function-name@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-alpha.3.tgz#c20acaadfff6632b7c7efccab31d60d5e8e59814" + dependencies: + babel-helper-get-function-arity "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-helper-function-name@^6.22.0, babel-helper-function-name@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.23.0.tgz#25742d67175c8903dbe4b6cb9d9e1fcb8dcf23a6" @@ -439,6 +522,12 @@ babel-helper-get-function-arity@7.0.0-alpha.1: dependencies: babel-types "7.0.0-alpha.1" +babel-helper-get-function-arity@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-alpha.3.tgz#e2c2db48d65300da135cabd91d8e9629b07ca5e8" + dependencies: + babel-types "7.0.0-alpha.3" + babel-helper-get-function-arity@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.22.0.tgz#0beb464ad69dc7347410ac6ade9f03a50634f5ce" @@ -452,6 +541,12 @@ babel-helper-hoist-variables@7.0.0-alpha.1: dependencies: babel-types "7.0.0-alpha.1" +babel-helper-hoist-variables@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-7.0.0-alpha.3.tgz#6bd71cdea55d848877acf14c3751b8598c0fd198" + dependencies: + babel-types "7.0.0-alpha.3" + babel-helper-hoist-variables@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.22.0.tgz#3eacbf731d80705845dd2e9718f600cfb9b4ba72" @@ -465,6 +560,12 @@ babel-helper-optimise-call-expression@7.0.0-alpha.1: dependencies: babel-types "7.0.0-alpha.1" +babel-helper-optimise-call-expression@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-7.0.0-alpha.3.tgz#a3c5ba4a5e59c651c74f9e17351ff8d4093f13b2" + dependencies: + babel-types "7.0.0-alpha.3" + babel-helper-optimise-call-expression@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.23.0.tgz#f3ee7eed355b4282138b33d02b78369e470622f5" @@ -472,11 +573,11 @@ babel-helper-optimise-call-expression@^6.23.0: babel-runtime "^6.22.0" babel-types "^6.23.0" -babel-helper-plugin-test-runner@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-helper-plugin-test-runner/-/babel-helper-plugin-test-runner-7.0.0-alpha.1.tgz#69d69802ce379412124b81fdb452f8fd9372f2ab" +babel-helper-plugin-test-runner@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-plugin-test-runner/-/babel-helper-plugin-test-runner-7.0.0-alpha.3.tgz#77f309482d6dffe12f87dc1bbd12c2570e2f7c54" dependencies: - babel-helper-transform-fixture-test-runner "7.0.0-alpha.1" + babel-helper-transform-fixture-test-runner "7.0.0-alpha.3" babel-helper-regex@7.0.0-alpha.1: version "7.0.0-alpha.1" @@ -485,6 +586,13 @@ babel-helper-regex@7.0.0-alpha.1: babel-types "7.0.0-alpha.1" lodash "^4.2.0" +babel-helper-regex@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-7.0.0-alpha.3.tgz#c74440fc1418b6e92290c4880e15e3738f31a366" + dependencies: + babel-types "7.0.0-alpha.3" + lodash "^4.2.0" + babel-helper-regex@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.22.0.tgz#79f532be1647b1f0ee3474b5f5c3da58001d247d" @@ -502,6 +610,15 @@ babel-helper-remap-async-to-generator@7.0.0-alpha.1: babel-traverse "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-helper-remap-async-to-generator@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-7.0.0-alpha.3.tgz#9b137a1222a186f1cfb6fa292af5d302085e1aa7" + dependencies: + babel-helper-function-name "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-helper-remap-async-to-generator@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.22.0.tgz#2186ae73278ed03b8b15ced089609da981053383" @@ -522,6 +639,16 @@ babel-helper-replace-supers@7.0.0-alpha.1: babel-traverse "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-helper-replace-supers@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-7.0.0-alpha.3.tgz#04c701909509867fa84bceeb2b0e51b34cf2d657" + dependencies: + babel-helper-optimise-call-expression "7.0.0-alpha.3" + babel-messages "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-helper-replace-supers@^6.22.0, babel-helper-replace-supers@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.23.0.tgz#eeaf8ad9b58ec4337ca94223bacdca1f8d9b4bfd" @@ -533,16 +660,17 @@ babel-helper-replace-supers@^6.22.0, babel-helper-replace-supers@^6.23.0: babel-traverse "^6.23.0" babel-types "^6.23.0" -babel-helper-transform-fixture-test-runner@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-helper-transform-fixture-test-runner/-/babel-helper-transform-fixture-test-runner-7.0.0-alpha.1.tgz#9fafbd1b50acf2b3de8084f4257f4338ee026411" +babel-helper-transform-fixture-test-runner@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helper-transform-fixture-test-runner/-/babel-helper-transform-fixture-test-runner-7.0.0-alpha.3.tgz#9533b3bfe540d1606b3860477125a17879c1b9ce" dependencies: - babel-code-frame "7.0.0-alpha.1" - babel-core "7.0.0-alpha.1" - babel-helper-fixtures "7.0.0-alpha.1" - babel-polyfill "7.0.0-alpha.1" + babel-code-frame "7.0.0-alpha.3" + babel-core "7.0.0-alpha.3" + babel-helper-fixtures "7.0.0-alpha.3" + babel-polyfill "7.0.0-alpha.3" chai "^3.0.0" lodash "^4.2.0" + resolve "^1.3.2" source-map "^0.5.0" babel-helpers@7.0.0-alpha.1: @@ -551,6 +679,12 @@ babel-helpers@7.0.0-alpha.1: dependencies: babel-template "7.0.0-alpha.1" +babel-helpers@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-7.0.0-alpha.3.tgz#e9a5362d84bfa6730dca16f762e185a077afc45e" + dependencies: + babel-template "7.0.0-alpha.3" + babel-helpers@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.23.0.tgz#4f8f2e092d0b6a8808a4bde79c27f1e2ecf0d992" @@ -562,6 +696,10 @@ babel-messages@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.1.tgz#6331acc91931f2caf88c12c9f56eeae16128a0d0" +babel-messages@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.3.tgz#c8390a468478b8384da134612e12a6bc31a684e9" + babel-messages@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" @@ -572,6 +710,10 @@ babel-plugin-check-es2015-constants@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.1.tgz#ed92809ce3b4965f0ac5fd5fb9fed8aeb1321b48" +babel-plugin-check-es2015-constants@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.3.tgz#bc83e61842bf8769515e7f69cb43cf7f2546aaba" + 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" @@ -590,6 +732,10 @@ babel-plugin-syntax-async-functions@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-7.0.0-alpha.1.tgz#059c6b352ecb6e0dbb8d9de5a1ee6dec64504ab2" +babel-plugin-syntax-async-functions@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-7.0.0-alpha.3.tgz#f07c8bb1b4c6d7fad16f2f4265feecf9a68ad6db" + 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" @@ -622,6 +768,10 @@ babel-plugin-syntax-exponentiation-operator@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-7.0.0-alpha.1.tgz#c440b16cd0c235a10bae7ec80b17c98295e613d8" +babel-plugin-syntax-exponentiation-operator@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-7.0.0-alpha.3.tgz#2924e248b106d02880565707bf633b67370f5a85" + 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" @@ -630,9 +780,9 @@ babel-plugin-syntax-export-extensions@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.13.0.tgz#70a1484f0f9089a4e84ad44bac353c95b9b12721" -babel-plugin-syntax-flow@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-7.0.0-alpha.1.tgz#7b917b6974b5c49afc08f543b19b2f03bd10364a" +babel-plugin-syntax-flow@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-7.0.0-alpha.3.tgz#9776060b86674a5375a53eaabbd305ca4f5ab2fa" babel-plugin-syntax-function-bind@^6.8.0: version "6.13.0" @@ -646,6 +796,10 @@ babel-plugin-syntax-trailing-function-commas@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-alpha.1.tgz#8b2415d3add81f323ab0edb95978d640ca9fc93e" +babel-plugin-syntax-trailing-function-commas@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-alpha.3.tgz#9a54a5e3ba447d9acf0257d67fa8ba2db501615e" + 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" @@ -665,6 +819,13 @@ babel-plugin-transform-async-to-generator@7.0.0-alpha.1: babel-helper-remap-async-to-generator "7.0.0-alpha.1" babel-plugin-syntax-async-functions "7.0.0-alpha.1" +babel-plugin-transform-async-to-generator@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-7.0.0-alpha.3.tgz#5bd5294e3d57e22bf2679c913c4ee46a6fcb0efd" + dependencies: + babel-helper-remap-async-to-generator "7.0.0-alpha.3" + babel-plugin-syntax-async-functions "7.0.0-alpha.3" + babel-plugin-transform-async-to-generator@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.22.0.tgz#194b6938ec195ad36efc4c33a971acf00d8cd35e" @@ -711,6 +872,10 @@ babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.1.tgz#52bc08a31c74ae04fd35043014ab07929d67b5ef" +babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.3.tgz#1c07e322a1d6d58173f69e0a48f7b7e89a1d64ef" + 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" @@ -721,6 +886,10 @@ babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.1.tgz#65d4c95a4f0ec0976f8da45af493d126d29d6fe4" +babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.3.tgz#fa5f3f3715e05ec3a1ef2c1ec8bb1f1fe3a4ce0a" + babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141" @@ -736,6 +905,15 @@ babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.1: babel-types "7.0.0-alpha.1" lodash "^4.2.0" +babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-7.0.0-alpha.3.tgz#8c939676d0be68ef55500455b785ed1b4c0160bd" + dependencies: + babel-template "7.0.0-alpha.3" + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + lodash "^4.2.0" + babel-plugin-transform-es2015-block-scoping@^6.22.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.23.0.tgz#e48895cf0b375be148cd7c8879b422707a053b51" @@ -759,6 +937,19 @@ babel-plugin-transform-es2015-classes@7.0.0-alpha.1: babel-traverse "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-plugin-transform-es2015-classes@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-7.0.0-alpha.3.tgz#98e6fc79f1d3ac9ed2c51ee7c3f14d8c38ffe2c6" + dependencies: + babel-helper-define-map "7.0.0-alpha.3" + babel-helper-function-name "7.0.0-alpha.3" + babel-helper-optimise-call-expression "7.0.0-alpha.3" + babel-helper-replace-supers "7.0.0-alpha.3" + babel-messages "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-plugin-transform-es2015-classes@^6.22.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.23.0.tgz#49b53f326202a2fd1b3bbaa5e2edd8a4f78643c1" @@ -779,6 +970,12 @@ babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.1: dependencies: babel-template "7.0.0-alpha.1" +babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.3.tgz#9577e8d3a45e63da5c5ddf14163fb2ef67bb26c8" + dependencies: + babel-template "7.0.0-alpha.3" + babel-plugin-transform-es2015-computed-properties@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.22.0.tgz#7c383e9629bba4820c11b0425bdd6290f7f057e7" @@ -790,6 +987,10 @@ babel-plugin-transform-es2015-destructuring@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.1.tgz#b49a80cb0e039863b5040913228afef1cceafe22" +babel-plugin-transform-es2015-destructuring@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.3.tgz#509333f153ba1b58fa1a4b48286cbdce11b028a0" + babel-plugin-transform-es2015-destructuring@^6.22.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" @@ -802,6 +1003,12 @@ babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.1: dependencies: babel-types "7.0.0-alpha.1" +babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.3.tgz#1a4add3548ffd64f209be62695409d3d616b0d64" + dependencies: + babel-types "7.0.0-alpha.3" + babel-plugin-transform-es2015-duplicate-keys@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.22.0.tgz#672397031c21610d72dd2bbb0ba9fb6277e1c36b" @@ -813,6 +1020,10 @@ babel-plugin-transform-es2015-for-of@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.1.tgz#fd4cea43f220f1c138a501e05f2331ea4cb890c8" +babel-plugin-transform-es2015-for-of@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.3.tgz#6a959e8995a21ae796deaa2db7d74b7009a9dd79" + babel-plugin-transform-es2015-for-of@^6.22.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" @@ -826,6 +1037,13 @@ babel-plugin-transform-es2015-function-name@7.0.0-alpha.1: babel-helper-function-name "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-plugin-transform-es2015-function-name@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-7.0.0-alpha.3.tgz#39d08ce84f45d7652f20a2123b556a9de24459c2" + dependencies: + babel-helper-function-name "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-plugin-transform-es2015-function-name@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.22.0.tgz#f5fcc8b09093f9a23c76ac3d9e392c3ec4b77104" @@ -838,6 +1056,10 @@ babel-plugin-transform-es2015-literals@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.1.tgz#7496a18b076c5f92f2f5b09d26cc0cfb3b5ab03e" +babel-plugin-transform-es2015-literals@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.3.tgz#748048faebe88da55cad28e9c1d50c83e1eb0de7" + babel-plugin-transform-es2015-literals@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e" @@ -851,6 +1073,13 @@ babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.1: babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.1" babel-template "7.0.0-alpha.1" +babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-7.0.0-alpha.3.tgz#960aa59d67e76948beea0cd2a5bb6771cea36c7f" + dependencies: + babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-plugin-transform-es2015-modules-amd@^6.24.0: version "6.24.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.0.tgz#a1911fb9b7ec7e05a43a63c5995007557bcf6a2e" @@ -867,6 +1096,14 @@ babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.1: babel-template "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-7.0.0-alpha.3.tgz#9d5b06621da4f6f665345d4ecc86084f74f608ce" + dependencies: + babel-plugin-transform-strict-mode "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-plugin-transform-es2015-modules-commonjs@^6.24.0: version "6.24.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.0.tgz#e921aefb72c2cc26cb03d107626156413222134f" @@ -883,6 +1120,13 @@ babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.1: babel-helper-hoist-variables "7.0.0-alpha.1" babel-template "7.0.0-alpha.1" +babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-7.0.0-alpha.3.tgz#b725ff684cf660001700fb9377b58940a6977b91" + dependencies: + babel-helper-hoist-variables "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-plugin-transform-es2015-modules-systemjs@^6.22.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.23.0.tgz#ae3469227ffac39b0310d90fec73bfdc4f6317b0" @@ -898,6 +1142,13 @@ babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.1: babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.1" babel-template "7.0.0-alpha.1" +babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-7.0.0-alpha.3.tgz#ec37fa367540262900b0b14cda7f2006bb1e1430" + dependencies: + babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-plugin-transform-es2015-modules-umd@^6.24.0: version "6.24.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.0.tgz#fd5fa63521cae8d273927c3958afd7c067733450" @@ -912,6 +1163,12 @@ babel-plugin-transform-es2015-object-super@7.0.0-alpha.1: dependencies: babel-helper-replace-supers "7.0.0-alpha.1" +babel-plugin-transform-es2015-object-super@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-7.0.0-alpha.3.tgz#b27368c505aa951656cc96749b485401da620429" + dependencies: + babel-helper-replace-supers "7.0.0-alpha.3" + babel-plugin-transform-es2015-object-super@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.22.0.tgz#daa60e114a042ea769dd53fe528fc82311eb98fc" @@ -929,6 +1186,16 @@ babel-plugin-transform-es2015-parameters@7.0.0-alpha.1: babel-traverse "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-plugin-transform-es2015-parameters@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-7.0.0-alpha.3.tgz#909e780d1e5bf9d972f80f389de95d45c36d40e6" + dependencies: + babel-helper-call-delegate "7.0.0-alpha.3" + babel-helper-get-function-arity "7.0.0-alpha.3" + babel-template "7.0.0-alpha.3" + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-plugin-transform-es2015-parameters@^6.22.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.23.0.tgz#3a2aabb70c8af945d5ce386f1a4250625a83ae3b" @@ -946,6 +1213,12 @@ babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.1: dependencies: babel-types "7.0.0-alpha.1" +babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.3.tgz#6c704d77495994c91f17f2e8e39d89fa6f3d978c" + dependencies: + babel-types "7.0.0-alpha.3" + babel-plugin-transform-es2015-shorthand-properties@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.22.0.tgz#8ba776e0affaa60bff21e921403b8a652a2ff723" @@ -957,6 +1230,10 @@ babel-plugin-transform-es2015-spread@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.1.tgz#bf852df483e6870929b0421e678b4867f7657b74" +babel-plugin-transform-es2015-spread@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.3.tgz#2d4b831e6b0e7c73e8201c38a824fe88d6168567" + babel-plugin-transform-es2015-spread@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1" @@ -970,6 +1247,13 @@ babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.1: babel-helper-regex "7.0.0-alpha.1" babel-types "7.0.0-alpha.1" +babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-7.0.0-alpha.3.tgz#abc021c8ad9a9ced19c27b0d94d1817abf2a8a2b" + dependencies: + babel-helper-regex "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babel-plugin-transform-es2015-sticky-regex@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.22.0.tgz#ab316829e866ee3f4b9eb96939757d19a5bc4593" @@ -982,6 +1266,10 @@ babel-plugin-transform-es2015-template-literals@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.1.tgz#968645727f0f580fedfee962eeaf07f99d6c38b8" +babel-plugin-transform-es2015-template-literals@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.3.tgz#ccad4e75903dc5ee1989a5108b83740c80b3629a" + babel-plugin-transform-es2015-template-literals@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d" @@ -992,6 +1280,10 @@ babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.1: version "7.0.0-alpha.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.1.tgz#615142e4a941361a8bda6b4ad1bd33678bf74664" +babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.3.tgz#6592d301f2c40e5e943e5a3e26e56adc6db736ac" + babel-plugin-transform-es2015-typeof-symbol@^6.22.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" @@ -1005,6 +1297,13 @@ babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.1: babel-helper-regex "7.0.0-alpha.1" regexpu-core "^4.0.2" +babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-7.0.0-alpha.3.tgz#0c8acf70e05dcfceaf9c3bfa10f123a645c44bac" + dependencies: + babel-helper-regex "7.0.0-alpha.3" + regexpu-core "^4.0.2" + babel-plugin-transform-es2015-unicode-regex@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.22.0.tgz#8d9cc27e7ee1decfe65454fb986452a04a613d20" @@ -1020,6 +1319,13 @@ babel-plugin-transform-exponentiation-operator@7.0.0-alpha.1: babel-helper-builder-binary-assignment-operator-visitor "7.0.0-alpha.1" babel-plugin-syntax-exponentiation-operator "7.0.0-alpha.1" +babel-plugin-transform-exponentiation-operator@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-7.0.0-alpha.3.tgz#d22d899d0489573dc085be75f5e4638a53debbd6" + dependencies: + babel-helper-builder-binary-assignment-operator-visitor "7.0.0-alpha.3" + babel-plugin-syntax-exponentiation-operator "7.0.0-alpha.3" + babel-plugin-transform-exponentiation-operator@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.22.0.tgz#d57c8335281918e54ef053118ce6eb108468084d" @@ -1035,11 +1341,11 @@ babel-plugin-transform-export-extensions@^6.22.0: babel-plugin-syntax-export-extensions "^6.8.0" babel-runtime "^6.22.0" -babel-plugin-transform-flow-strip-types@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-7.0.0-alpha.1.tgz#b4ad3d8ed2900c97bfe1d2fc5668e79cee5dd372" +babel-plugin-transform-flow-strip-types@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-7.0.0-alpha.3.tgz#35681202b913f5b1a73d29a3f555dffff8ecad64" dependencies: - babel-plugin-syntax-flow "7.0.0-alpha.1" + babel-plugin-syntax-flow "7.0.0-alpha.3" babel-plugin-transform-function-bind@^6.22.0: version "6.22.0" @@ -1061,6 +1367,12 @@ babel-plugin-transform-regenerator@7.0.0-alpha.1: dependencies: regenerator-transform "0.9.8" +babel-plugin-transform-regenerator@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-7.0.0-alpha.3.tgz#5d76d87e8e1a0b73bf77aaefd704cdb535182a4e" + dependencies: + regenerator-transform "0.9.11" + babel-plugin-transform-regenerator@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.22.0.tgz#65740593a319c44522157538d690b84094617ea6" @@ -1073,6 +1385,12 @@ babel-plugin-transform-strict-mode@7.0.0-alpha.1: dependencies: babel-types "7.0.0-alpha.1" +babel-plugin-transform-strict-mode@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.3.tgz#308068db94074f368eac190a854ebaf43118e03f" + dependencies: + babel-types "7.0.0-alpha.3" + babel-plugin-transform-strict-mode@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.22.0.tgz#e008df01340fdc87e959da65991b7e05970c8c7c" @@ -1080,9 +1398,9 @@ babel-plugin-transform-strict-mode@^6.22.0: babel-runtime "^6.22.0" babel-types "^6.22.0" -babel-polyfill@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-7.0.0-alpha.1.tgz#96e1ae306aa9e6d2152607dbb7997a4713dd8cf6" +babel-polyfill@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-7.0.0-alpha.3.tgz#2f0f39b7a537fcdb03f506add010a71013a07bd3" dependencies: core-js "^2.4.0" regenerator-runtime "^0.10.0" @@ -1207,11 +1525,22 @@ babel-preset-stage-3@^6.22.0: babel-plugin-transform-exponentiation-operator "^6.22.0" babel-plugin-transform-object-rest-spread "^6.22.0" -babel-register@7.0.0-alpha.1: - version "7.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.1.tgz#d4f8600e773bbe9ad47c2e4f54c0209dff318cb0" +babel-register@7.0.0-alpha.2: + version "7.0.0-alpha.2" + resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.2.tgz#020a7ba7384792ca3ee8a44c5c14bf38501b4edb" dependencies: - babel-core "7.0.0-alpha.1" + babel-core "7.0.0-alpha.2" + core-js "^2.4.0" + home-or-tmp "^3.0.0" + lodash "^4.2.0" + mkdirp "^0.5.1" + source-map-support "^0.4.2" + +babel-register@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.3.tgz#ecdb4abcf3cfe318984f202db3cab0fb2fb0c362" + dependencies: + babel-core "7.0.0-alpha.3" core-js "^2.4.0" home-or-tmp "^3.0.0" lodash "^4.2.0" @@ -1246,6 +1575,15 @@ babel-template@7.0.0-alpha.1: babylon "7.0.0-beta.4" lodash "^4.2.0" +babel-template@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-alpha.3.tgz#eff537d49216ae6e70722f3556a17cc3de62b117" + dependencies: + babel-traverse "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babylon "7.0.0-beta.7" + lodash "^4.2.0" + babel-template@^6.16.0, babel-template@^6.22.0, babel-template@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.23.0.tgz#04d4f270adbb3aa704a8143ae26faa529238e638" @@ -1269,6 +1607,19 @@ babel-traverse@7.0.0-alpha.1: invariant "^2.2.0" lodash "^4.2.0" +babel-traverse@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.3.tgz#ac5bd86d101b410daf705ff4a6cbfc0123ca49f0" + dependencies: + babel-code-frame "7.0.0-alpha.3" + babel-messages "7.0.0-alpha.3" + babel-types "7.0.0-alpha.3" + babylon "7.0.0-beta.7" + debug "^2.2.0" + globals "^9.0.0" + invariant "^2.2.0" + lodash "^4.2.0" + babel-traverse@^6.15.0, babel-traverse@^6.18.0, babel-traverse@^6.22.0, babel-traverse@^6.23.0, babel-traverse@^6.23.1: version "6.23.1" resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.23.1.tgz#d3cb59010ecd06a97d81310065f966b699e14f48" @@ -1291,6 +1642,14 @@ babel-types@7.0.0-alpha.1: lodash "^4.2.0" to-fast-properties "^1.0.1" +babel-types@7.0.0-alpha.3: + version "7.0.0-alpha.3" + resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-alpha.3.tgz#36c20f7a4e4d3f32fc00ab38893004a6f52b22a8" + dependencies: + esutils "^2.0.2" + lodash "^4.2.0" + to-fast-properties "^1.0.1" + babel-types@^6.15.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.23.0.tgz#bb17179d7538bad38cd0c9e115d340f77e7e9acf" @@ -1308,6 +1667,10 @@ babylon@7.0.0-beta.4: version "7.0.0-beta.4" resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.4.tgz#82db799d2667f61bbaf34456dbfa91c37613459d" +babylon@7.0.0-beta.7: + version "7.0.0-beta.7" + resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.7.tgz#61454c26b0e285ffe826dd237d5b5d179f602e16" + babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0: version "6.16.1" resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.16.1.tgz#30c5a22f481978a9e7f8cdfdf496b11d94b404d3" @@ -3742,6 +4105,14 @@ regenerator-runtime@^0.10.0: version "0.10.3" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.3.tgz#8c4367a904b51ea62a908ac310bf99ff90a82a3e" +regenerator-transform@0.9.11: + version "0.9.11" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.9.11.tgz#3a7d067520cb7b7176769eb5ff868691befe1283" + dependencies: + babel-runtime "^6.18.0" + babel-types "^6.19.0" + private "^0.1.6" + regenerator-transform@0.9.8: version "0.9.8" resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.9.8.tgz#0f88bb2bc03932ddb7b6b7312e68078f01026d6c" @@ -3862,7 +4233,7 @@ resolve-from@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-2.0.0.tgz#9480ab20e94ffa1d9e80a804c7ea147611966b57" -resolve@^1.1.6: +resolve@^1.1.6, resolve@^1.3.2: version "1.3.2" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.2.tgz#1f0442c9e0cbb8136e87b9305f932f46c7f28235" dependencies: