v7.0.0-beta.3

This commit is contained in:
Henry Zhu 2017-10-15 09:12:00 -04:00
parent 0951720a81
commit 94da889ab7
130 changed files with 530 additions and 528 deletions

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-codemod-optional-catch-binding",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Remove unused catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-unused-catch-binding",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-optional-catch-binding": "7.0.0-beta.2"
"babel-plugin-syntax-optional-catch-binding": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-env",
"version": "2.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
@ -11,49 +11,49 @@
"build-data": "node ./scripts/build-data.js"
},
"dependencies": {
"babel-plugin-check-es2015-constants": "7.0.0-beta.2",
"babel-plugin-syntax-async-generators": "7.0.0-beta.2",
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.2",
"babel-plugin-syntax-optional-catch-binding": "7.0.0-beta.2",
"babel-plugin-check-es2015-constants": "7.0.0-beta.3",
"babel-plugin-syntax-async-generators": "7.0.0-beta.3",
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.3",
"babel-plugin-syntax-optional-catch-binding": "7.0.0-beta.3",
"babel-plugin-syntax-trailing-function-commas": "7.0.0-beta.0",
"babel-plugin-transform-async-to-generator": "7.0.0-beta.2",
"babel-plugin-transform-async-generator-functions": "7.0.0-beta.2",
"babel-plugin-transform-es2015-arrow-functions": "7.0.0-beta.2",
"babel-plugin-transform-es2015-block-scoped-functions": "7.0.0-beta.2",
"babel-plugin-transform-es2015-block-scoping": "7.0.0-beta.2",
"babel-plugin-transform-es2015-classes": "7.0.0-beta.2",
"babel-plugin-transform-es2015-computed-properties": "7.0.0-beta.2",
"babel-plugin-transform-es2015-destructuring": "7.0.0-beta.2",
"babel-plugin-transform-es2015-duplicate-keys": "7.0.0-beta.2",
"babel-plugin-transform-es2015-for-of": "7.0.0-beta.2",
"babel-plugin-transform-es2015-function-name": "7.0.0-beta.2",
"babel-plugin-transform-es2015-literals": "7.0.0-beta.2",
"babel-plugin-transform-es2015-modules-amd": "7.0.0-beta.2",
"babel-plugin-transform-es2015-modules-commonjs": "7.0.0-beta.2",
"babel-plugin-transform-es2015-modules-systemjs": "7.0.0-beta.2",
"babel-plugin-transform-es2015-modules-umd": "7.0.0-beta.2",
"babel-plugin-transform-es2015-object-super": "7.0.0-beta.2",
"babel-plugin-transform-es2015-parameters": "7.0.0-beta.2",
"babel-plugin-transform-es2015-shorthand-properties": "7.0.0-beta.2",
"babel-plugin-transform-es2015-spread": "7.0.0-beta.2",
"babel-plugin-transform-es2015-sticky-regex": "7.0.0-beta.2",
"babel-plugin-transform-es2015-template-literals": "7.0.0-beta.2",
"babel-plugin-transform-es2015-typeof-symbol": "7.0.0-beta.2",
"babel-plugin-transform-es2015-unicode-regex": "7.0.0-beta.2",
"babel-plugin-transform-exponentiation-operator": "7.0.0-beta.2",
"babel-plugin-transform-new-target": "7.0.0-beta.2",
"babel-plugin-transform-regenerator": "7.0.0-beta.2",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.2",
"babel-plugin-transform-optional-catch-binding": "7.0.0-beta.2",
"babel-plugin-transform-async-generator-functions": "7.0.0-beta.3",
"babel-plugin-transform-async-to-generator": "7.0.0-beta.3",
"babel-plugin-transform-es2015-arrow-functions": "7.0.0-beta.3",
"babel-plugin-transform-es2015-block-scoped-functions": "7.0.0-beta.3",
"babel-plugin-transform-es2015-block-scoping": "7.0.0-beta.3",
"babel-plugin-transform-es2015-classes": "7.0.0-beta.3",
"babel-plugin-transform-es2015-computed-properties": "7.0.0-beta.3",
"babel-plugin-transform-es2015-destructuring": "7.0.0-beta.3",
"babel-plugin-transform-es2015-duplicate-keys": "7.0.0-beta.3",
"babel-plugin-transform-es2015-for-of": "7.0.0-beta.3",
"babel-plugin-transform-es2015-function-name": "7.0.0-beta.3",
"babel-plugin-transform-es2015-literals": "7.0.0-beta.3",
"babel-plugin-transform-es2015-modules-amd": "7.0.0-beta.3",
"babel-plugin-transform-es2015-modules-commonjs": "7.0.0-beta.3",
"babel-plugin-transform-es2015-modules-systemjs": "7.0.0-beta.3",
"babel-plugin-transform-es2015-modules-umd": "7.0.0-beta.3",
"babel-plugin-transform-es2015-object-super": "7.0.0-beta.3",
"babel-plugin-transform-es2015-parameters": "7.0.0-beta.3",
"babel-plugin-transform-es2015-shorthand-properties": "7.0.0-beta.3",
"babel-plugin-transform-es2015-spread": "7.0.0-beta.3",
"babel-plugin-transform-es2015-sticky-regex": "7.0.0-beta.3",
"babel-plugin-transform-es2015-template-literals": "7.0.0-beta.3",
"babel-plugin-transform-es2015-typeof-symbol": "7.0.0-beta.3",
"babel-plugin-transform-es2015-unicode-regex": "7.0.0-beta.3",
"babel-plugin-transform-exponentiation-operator": "7.0.0-beta.3",
"babel-plugin-transform-new-target": "7.0.0-beta.3",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"babel-plugin-transform-optional-catch-binding": "7.0.0-beta.3",
"babel-plugin-transform-regenerator": "7.0.0-beta.3",
"babel-plugin-transform-unicode-property-regex": "^2.0.5",
"browserslist": "^2.4.0",
"invariant": "^2.2.2",
"semver": "^5.3.0"
},
"devDependencies": {
"babel-cli": "7.0.0-beta.2",
"babel-helper-fixtures": "7.0.0-beta.2",
"babel-helper-plugin-test-runner": "7.0.0-beta.2",
"babel-cli": "7.0.0-beta.3",
"babel-helper-fixtures": "7.0.0-beta.3",
"babel-helper-plugin-test-runner": "7.0.0-beta.3",
"compat-table": "kangax/compat-table#07dce174cc63f2b15b5f86b99cdfc89358dd072a"
}
}

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.4",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"changelog": {
"repo": "babel/babel",
"labels": {
@ -30,5 +30,7 @@
"experimental/*"
],
"npmClient": "yarn",
"npmClientArgs": ["--no-lockfile"]
"npmClientArgs": [
"--no-lockfile"
]
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -16,7 +16,7 @@
"compiler"
],
"dependencies": {
"babel-core": "7.0.0-beta.2",
"babel-core": "7.0.0-beta.3",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.0.0",
@ -30,7 +30,7 @@
"chokidar": "^1.6.1"
},
"devDependencies": {
"babel-helper-fixtures": "7.0.0-beta.2"
"babel-helper-fixtures": "7.0.0-beta.3"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",

View File

@ -1,6 +1,6 @@
{
"name": "babel-code-frame",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -27,12 +27,12 @@
"./lib/transform-file-sync.js": "./lib/transform-file-sync-browser.js"
},
"dependencies": {
"babel-code-frame": "7.0.0-beta.2",
"babel-generator": "7.0.0-beta.2",
"babel-helpers": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2",
"babel-code-frame": "7.0.0-beta.3",
"babel-generator": "7.0.0-beta.3",
"babel-helpers": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3",
"babylon": "7.0.0-beta.27",
"convert-source-map": "^1.1.0",
"debug": "^3.0.1",
@ -43,7 +43,7 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-transform-fixture-test-runner": "7.0.0-beta.2",
"babel-register": "7.0.0-beta.2"
"babel-helper-transform-fixture-test-runner": "7.0.0-beta.3",
"babel-register": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -11,14 +11,14 @@
"lib"
],
"dependencies": {
"babel-types": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.3",
"jsesc": "^2.5.1",
"lodash": "^4.2.0",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
},
"devDependencies": {
"babel-helper-fixtures": "7.0.0-beta.2",
"babel-helper-fixtures": "7.0.0-beta.3",
"babylon": "^7.0.0-beta.27"
}
}

View File

@ -1,11 +1,11 @@
{
"name": "babel-helper-annotate-as-pure",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "7.0.0-beta.2"
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-bindify-decorators",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to bindify decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to build binary assignment operator visitors",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-explode-assignable-expression": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-explode-assignable-expression": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-builder-react-jsx",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.3",
"esutils": "^2.0.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-call-delegate",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to call delegate",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-hoist-variables": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-hoist-variables": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-define-map",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-function-name": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2",
"babel-helper-function-name": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3",
"lodash": "^4.2.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-explode-assignable-expression",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to explode an assignable expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-explode-class",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to explode class",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-bindify-decorators": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-bindify-decorators": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-fixtures",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-function-name",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to change the property 'name' of every function",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-get-function-arity": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-get-function-arity": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,11 +1,11 @@
{
"name": "babel-helper-get-function-arity",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to get function arity",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "7.0.0-beta.2"
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,11 +1,11 @@
{
"name": "babel-helper-hoist-variables",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to hoist variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "7.0.0-beta.2"
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-module-imports",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,7 +8,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
"main": "lib/index.js",
"dependencies": {
"babel-types": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.3",
"lodash": "^4.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-module-transforms",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,10 +8,10 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
"main": "lib/index.js",
"dependencies": {
"babel-helper-module-imports": "7.0.0-beta.2",
"babel-helper-simple-access": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2",
"babel-helper-module-imports": "7.0.0-beta.3",
"babel-helper-simple-access": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3",
"lodash": "^4.2.0"
}
}

View File

@ -1,11 +1,11 @@
{
"name": "babel-helper-optimise-call-expression",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to optimise call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "7.0.0-beta.2"
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,11 +1,11 @@
{
"name": "babel-helper-plugin-test-runner",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to support test runner",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-transform-fixture-test-runner": "7.0.0-beta.2"
"babel-helper-transform-fixture-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-regex",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to check for literal RegEx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to remap async functions to generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-wrap-function": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-wrap-function": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-replace-supers",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-optimise-call-expression": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-optimise-call-expression": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-simple-access",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,8 +8,8 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
"main": "lib/index.js",
"dependencies": {
"babel-template": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3",
"lodash": "^4.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-transform-fixture-test-runner",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Transform test runner for babel-helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,10 +8,10 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
"main": "lib/index.js",
"dependencies": {
"babel-code-frame": "7.0.0-beta.2",
"babel-core": "7.0.0-beta.2",
"babel-helper-fixtures": "7.0.0-beta.2",
"babel-polyfill": "7.0.0-beta.2",
"babel-code-frame": "7.0.0-beta.3",
"babel-core": "7.0.0-beta.3",
"babel-helper-fixtures": "7.0.0-beta.3",
"babel-polyfill": "7.0.0-beta.3",
"chai": "^4.1.0",
"lodash": "^4.2.0",
"resolve": "^1.3.2",

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-wrap-function",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-function-name": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-function-name": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helpers",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,11 +8,11 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js",
"dependencies": {
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-node",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -16,9 +16,9 @@
"compiler"
],
"dependencies": {
"babel-core": "7.0.0-beta.2",
"babel-polyfill": "7.0.0-beta.2",
"babel-register": "7.0.0-beta.2",
"babel-core": "7.0.0-beta.3",
"babel-polyfill": "7.0.0-beta.3",
"babel-register": "7.0.0-beta.3",
"commander": "^2.8.1",
"fs-readdir-recursive": "^1.0.0",
"lodash": "^4.2.0",
@ -26,7 +26,7 @@
"v8flags": "^3.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "7.0.0-beta.2"
"babel-helper-fixtures": "7.0.0-beta.3"
},
"bin": {
"babel-node": "./bin/babel-node.js"

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-check-es2015-constants",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 constants to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-external-helpers",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "This plugin contains helper functions thatll be placed at the top of the generated code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-async-generators",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of async generator functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-class-properties",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of class properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-decorators",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-do-expressions",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of do expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-dynamic-import",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of import()",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-export-extensions",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of export extensions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-extensions",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-flow",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of the flow syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-function-bind",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of function bind",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-function-sent",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of the function.sent meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-jsx",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-numeric-separator",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-numeric-separator",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-object-rest-spread",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of object rest/spread",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-optional-catch-binding",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of optional catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-optional-chaining",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of optional properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-pipeline-operator",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of the pipeline operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-throw-expressions",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of Throw Expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-throw-expressions",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-typescript",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Allow parsing of TypeScript syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-functions",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile async functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-functions",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-plugin-syntax-async-functions": "7.0.0-beta.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-generator-functions",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Turn async generator functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-generator-functions",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-remap-async-to-generator": "7.0.0-beta.2",
"babel-plugin-syntax-async-generators": "7.0.0-beta.2"
"babel-helper-remap-async-to-generator": "7.0.0-beta.3",
"babel-plugin-syntax-async-generators": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-generator",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-remap-async-to-generator": "7.0.0-beta.2",
"babel-helper-remap-async-to-generator": "7.0.0-beta.3",
"babel-plugin-syntax-async-functions": "7.0.0-beta.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Turn async functions into a module method",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
"license": "MIT",
@ -9,12 +9,12 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-remap-async-to-generator": "7.0.0-beta.2",
"babel-helper-module-imports": "7.0.0-beta.2",
"babel-helper-module-imports": "7.0.0-beta.3",
"babel-helper-remap-async-to-generator": "7.0.0-beta.3",
"babel-plugin-syntax-async-functions": "7.0.0-beta.0",
"babel-types": "7.0.0-beta.2"
"babel-types": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "7.0.0-beta.2",
"babel-plugin-syntax-class-properties": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2"
"babel-helper-function-name": "7.0.0-beta.3",
"babel-plugin-syntax-class-properties": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-decorators",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"description": "Compile class and object decorators to ES5",
@ -12,10 +12,10 @@
"decorators"
],
"dependencies": {
"babel-plugin-syntax-decorators": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2"
"babel-plugin-syntax-decorators": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-do-expressions",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile do expressions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-do-expressions",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-do-expressions": "7.0.0-beta.2"
"babel-plugin-syntax-do-expressions": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-arrow-functions",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 arrow functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
"license": "MIT",
@ -9,8 +9,8 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-block-scoped-functions",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoped-functions",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,20 +1,20 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3",
"lodash": "^4.2.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,24 +1,24 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-annotate-as-pure": "7.0.0-beta.2",
"babel-helper-define-map": "7.0.0-beta.2",
"babel-helper-function-name": "7.0.0-beta.2",
"babel-helper-optimise-call-expression": "7.0.0-beta.2",
"babel-helper-replace-supers": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-annotate-as-pure": "7.0.0-beta.3",
"babel-helper-define-map": "7.0.0-beta.3",
"babel-helper-function-name": "7.0.0-beta.3",
"babel-helper-optimise-call-expression": "7.0.0-beta.3",
"babel-helper-replace-supers": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-computed-properties",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 computed properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-template": "7.0.0-beta.2"
"babel-template": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-duplicate-keys",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile objects with duplicate keys to valid strict ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "7.0.0-beta.2"
"babel-types": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-for-of",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-function-name",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-function-name": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-instanceof",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-literals",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 unicode string and number literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,18 +1,18 @@
{
"name": "babel-plugin-transform-es2015-modules-amd",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "This plugin transforms ES2015 modules to AMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-module-transforms": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2"
"babel-helper-module-transforms": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,21 +1,21 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-simple-access": "7.0.0-beta.2",
"babel-helper-module-transforms": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-module-transforms": "7.0.0-beta.3",
"babel-helper-simple-access": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-core": "7.0.0-beta.2",
"babel-helper-plugin-test-runner": "7.0.0-beta.2",
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.2"
"babel-core": "7.0.0-beta.3",
"babel-helper-plugin-test-runner": "7.0.0-beta.3",
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.3"
}
}

View File

@ -1,19 +1,19 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-hoist-variables": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2"
"babel-helper-hoist-variables": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2",
"babel-plugin-syntax-dynamic-import": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3",
"babel-plugin-syntax-dynamic-import": "7.0.0-beta.3"
}
}

View File

@ -1,18 +1,18 @@
{
"name": "babel-plugin-transform-es2015-modules-umd",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "This plugin transforms ES2015 modules to UMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-module-transforms": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2"
"babel-helper-module-transforms": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-object-super",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 object super to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-replace-supers": "7.0.0-beta.2"
"babel-helper-replace-supers": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,21 +1,21 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-call-delegate": "7.0.0-beta.2",
"babel-helper-get-function-arity": "7.0.0-beta.2",
"babel-template": "7.0.0-beta.2",
"babel-traverse": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-call-delegate": "7.0.0-beta.3",
"babel-helper-get-function-arity": "7.0.0-beta.3",
"babel-template": "7.0.0-beta.3",
"babel-traverse": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-shorthand-properties",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 shorthand properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "7.0.0-beta.2"
"babel-types": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-spread",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-sticky-regex",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-regex": "7.0.0-beta.2",
"babel-types": "7.0.0-beta.2"
"babel-helper-regex": "7.0.0-beta.3",
"babel-types": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-template-literals",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 template literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals",
"license": "MIT",
@ -9,7 +9,7 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-annotate-as-pure": "7.0.0-beta.2",
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-annotate-as-pure": "7.0.0-beta.3",
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-unicode-regex",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES2015 Unicode regex to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-regex": "7.0.0-beta.2",
"babel-helper-regex": "7.0.0-beta.3",
"regexpu-core": "^4.1.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es3-member-expression-literals",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Ensure that reserved words are quoted in property accesses",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-member-expression-literals",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es3-property-literals",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Ensure that reserved words are quoted in object property keys",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-property-literals",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es5-property-mutators",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es5-property-mutators",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-define-map": "7.0.0-beta.2"
"babel-helper-define-map": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-eval",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile eval calls with string literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-eval",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-exponentiation-operator",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile exponentiation operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-builder-binary-assignment-operator-visitor": "7.0.0-beta.2",
"babel-helper-builder-binary-assignment-operator-visitor": "7.0.0-beta.3",
"babel-plugin-syntax-exponentiation-operator": "7.0.0-beta.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-export-default",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile export default to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-default",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-export-extensions": "7.0.0-beta.2"
"babel-plugin-syntax-export-extensions": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-export-namespace",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile export namespace to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-namespace",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-export-extensions": "7.0.0-beta.2"
"babel-plugin-syntax-export-extensions": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-comments",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Turn flow type annotations into comments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-flow": "7.0.0-beta.2"
"babel-plugin-syntax-flow": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-strip-types",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-flow": "7.0.0-beta.2"
"babel-plugin-syntax-flow": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-function-bind",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile function bind operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-function-bind": "7.0.0-beta.2"
"babel-plugin-syntax-function-bind": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-function-sent",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile the function.sent meta propety to valid ES2015 code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-sent",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-wrap-function": "7.0.0-beta.2",
"babel-plugin-syntax-function-sent": "7.0.0-beta.2"
"babel-helper-wrap-function": "7.0.0-beta.3",
"babel-plugin-syntax-function-sent": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-jscript",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Babel plugin to fix buggy JScript named function expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-new-target",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Transforms new.target meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target",
"license": "MIT",
@ -9,8 +9,8 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2",
"babel-plugin-transform-class-properties": "7.0.0-beta.2",
"babel-plugin-transform-es2015-arrow-functions": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3",
"babel-plugin-transform-class-properties": "7.0.0-beta.3",
"babel-plugin-transform-es2015-arrow-functions": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-numeric-separator",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-numeric-separator",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-numeric-separator": "7.0.0-beta.2"
"babel-plugin-syntax-numeric-separator": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-assign",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Replace Object.assign with an inline helper",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
"author": "Jed Watson",
@ -10,6 +10,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-rest-spread",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.2"
"babel-plugin-syntax-object-rest-spread": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-set-prototype-of-to-assign",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Turn Object.setPrototypeOf to assignments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-set-prototype-of-to-assign",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-optional-catch-binding",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Compile optional catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-optional-catch-binding",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-optional-catch-binding": "7.0.0-beta.2"
"babel-plugin-syntax-optional-catch-binding": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,17 +1,17 @@
{
"name": "babel-plugin-transform-optional-chaining",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-optional-chaining",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-syntax-optional-chaining": "7.0.0-beta.2"
"babel-plugin-syntax-optional-chaining": "7.0.0-beta.3"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-pipeline-operator",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Transform pipeline operator into call expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-pipeline-operator",
"license": "MIT",
@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-pipeline-operator": "7.0.0-beta.2"
"babel-plugin-syntax-pipeline-operator": "7.0.0-beta.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.2"
"babel-helper-plugin-test-runner": "7.0.0-beta.3"
}
}

Some files were not shown because too many files have changed in this diff Show More