This commit is contained in:
Henry Zhu 2016-10-24 17:18:36 -04:00
parent aae09a27d6
commit 12f9cd0826
48 changed files with 148 additions and 148 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.17.0",
"version": "6.18.0",
"changelog": {
"repo": "babel/babel",
"labels": {

View File

@ -1,14 +1,14 @@
{
"name": "babel-cli",
"version": "6.16.0",
"version": "6.18.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"dependencies": {
"babel-core": "^6.16.0",
"babel-register": "^6.16.0",
"babel-core": "^6.18.0",
"babel-register": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-runtime": "^6.9.0",
"commander": "^2.8.1",
@ -26,7 +26,7 @@
"chokidar": "^1.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.9.0"
"babel-helper-fixtures": "^6.18.0"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.17.0",
"version": "6.18.0",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -25,14 +25,14 @@
},
"dependencies": {
"babel-code-frame": "^6.16.0",
"babel-generator": "^6.17.0",
"babel-generator": "^6.18.0",
"babel-helpers": "^6.16.0",
"babel-messages": "^6.8.0",
"babel-template": "^6.16.0",
"babel-runtime": "^6.9.1",
"babel-register": "^6.16.0",
"babel-traverse": "^6.16.0",
"babel-types": "^6.16.0",
"babel-register": "^6.18.0",
"babel-traverse": "^6.18.0",
"babel-types": "^6.18.0",
"babylon": "^6.11.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
@ -45,8 +45,8 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.9.0",
"babel-helper-transform-fixture-test-runner": "^6.16.0",
"babel-helper-fixtures": "^6.18.0",
"babel-helper-transform-fixture-test-runner": "^6.18.0",
"babel-polyfill": "^6.16.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.17.0",
"version": "6.18.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -13,14 +13,14 @@
"dependencies": {
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.16.0",
"babel-types": "^6.18.0",
"detect-indent": "^4.0.0",
"jsesc": "^1.3.0",
"lodash": "^4.2.0",
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.9.0",
"babel-helper-fixtures": "^6.18.0",
"babylon": "^6.11.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-bindify-decorators",
"version": "6.8.0",
"version": "6.18.0",
"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-runtime": "^6.0.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0"
"babel-traverse": "^6.18.0",
"babel-types": "^6.18.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "6.15.0",
"version": "6.18.0",
"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": "^6.8.0",
"babel-helper-explode-assignable-expression": "^6.18.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.15.0"
"babel-types": "^6.18.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
"version": "6.8.0",
"version": "6.18.0",
"description": "Helper function to build conditional assignment operator visitors",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-explode-assignable-expression": "^6.8.0",
"babel-helper-explode-assignable-expression": "^6.18.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
"babel-types": "^6.18.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-react-jsx",
"version": "6.9.0",
"version": "6.18.0",
"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-runtime": "^6.9.0",
"babel-types": "^6.9.0",
"babel-types": "^6.18.0",
"esutils": "^2.0.0",
"lodash": "^4.2.0"
}

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-call-delegate",
"version": "6.8.0",
"version": "6.18.0",
"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-traverse": "^6.8.0",
"babel-traverse": "^6.18.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0",
"babel-helper-hoist-variables": "^6.8.0"
"babel-types": "^6.18.0",
"babel-helper-hoist-variables": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-define-map",
"version": "6.9.0",
"version": "6.18.0",
"description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
@ -8,7 +8,7 @@
"dependencies": {
"babel-runtime": "^6.9.0",
"lodash": "^4.2.0",
"babel-types": "^6.9.0",
"babel-helper-function-name": "^6.8.0"
"babel-types": "^6.18.0",
"babel-helper-function-name": "^6.18.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-explode-assignable-expression",
"version": "6.8.0",
"version": "6.18.0",
"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": "^6.8.0",
"babel-traverse": "^6.18.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
"babel-types": "^6.18.0"
}
}

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-explode-class",
"version": "6.8.0",
"version": "6.18.0",
"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-runtime": "^6.0.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0",
"babel-helper-bindify-decorators": "^6.8.0"
"babel-traverse": "^6.18.0",
"babel-types": "^6.18.0",
"babel-helper-bindify-decorators": "^6.18.0"
}
}

View File

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

View File

@ -1,15 +1,15 @@
{
"name": "babel-helper-function-name",
"version": "6.8.0",
"version": "6.18.0",
"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-runtime": "^6.0.0",
"babel-types": "^6.8.0",
"babel-traverse": "^6.8.0",
"babel-helper-get-function-arity": "^6.8.0",
"babel-types": "^6.18.0",
"babel-traverse": "^6.18.0",
"babel-helper-get-function-arity": "^6.18.0",
"babel-template": "^6.8.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-get-function-arity",
"version": "6.8.0",
"version": "6.18.0",
"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-runtime": "^6.0.0",
"babel-types": "^6.8.0"
"babel-types": "^6.18.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-hoist-variables",
"version": "6.8.0",
"version": "6.18.0",
"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-runtime": "^6.0.0",
"babel-types": "^6.8.0"
"babel-types": "^6.18.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-optimise-call-expression",
"version": "6.8.0",
"version": "6.18.0",
"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-runtime": "^6.0.0",
"babel-types": "^6.8.0"
"babel-types": "^6.18.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-plugin-test-runner",
"version": "6.8.0",
"version": "6.18.0",
"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-runtime": "^6.0.0",
"babel-helper-transform-fixture-test-runner": "^6.8.0"
"babel-helper-transform-fixture-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-regex",
"version": "6.9.0",
"version": "6.18.0",
"description": "Helper function to check for literal RegEx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",
@ -8,6 +8,6 @@
"dependencies": {
"babel-runtime": "^6.9.0",
"lodash": "^4.2.0",
"babel-types": "^6.9.0"
"babel-types": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.16.2",
"version": "6.18.0",
"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",
@ -8,8 +8,8 @@
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-template": "^6.16.0",
"babel-types": "^6.16.0",
"babel-traverse": "^6.16.0",
"babel-helper-function-name": "^6.8.0"
"babel-types": "^6.18.0",
"babel-traverse": "^6.18.0",
"babel-helper-function-name": "^6.18.0"
}
}

View File

@ -1,16 +1,16 @@
{
"name": "babel-helper-replace-supers",
"version": "6.16.0",
"version": "6.18.0",
"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": "^6.8.0",
"babel-helper-optimise-call-expression": "^6.18.0",
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.16.0",
"babel-traverse": "^6.18.0",
"babel-messages": "^6.8.0",
"babel-template": "^6.16.0",
"babel-types": "^6.16.0"
"babel-types": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-transform-fixture-test-runner",
"version": "6.16.0",
"version": "6.18.0",
"description": "Transform test runner for babel-helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,9 +9,9 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.9.0",
"babel-core": "^6.16.0",
"babel-core": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-helper-fixtures": "^6.9.0",
"babel-helper-fixtures": "^6.18.0",
"source-map": "^0.5.0",
"babel-code-frame": "^6.16.0",
"chai": "^3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-external-helpers",
"version": "6.8.0",
"version": "6.18.0",
"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",
@ -12,6 +12,6 @@
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-class-constructor-call",
"version": "6.13.0",
"version": "6.18.0",
"description": "Allow parsing of class constructor calls (deprecated)",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-dynamic-import",
"version": "6.13.0",
"version": "6.18.0",
"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-flow",
"version": "6.13.0",
"version": "6.18.0",
"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-jsx",
"version": "6.13.0",
"version": "6.18.0",
"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-transform-class-constructor-call",
"version": "6.8.0",
"version": "6.18.0",
"description": "This plugin allows Babel to transform class constructors (deprecated)",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call",
"license": "MIT",
@ -10,10 +10,10 @@
],
"dependencies": {
"babel-template": "^6.8.0",
"babel-plugin-syntax-class-constructor-call": "^6.8.0",
"babel-plugin-syntax-class-constructor-call": "^6.18.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "6.16.0",
"version": "6.18.0",
"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": "^6.8.0",
"babel-helper-function-name": "^6.18.0",
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-runtime": "^6.9.1"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.15.0",
"version": "6.18.0",
"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-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"babel-traverse": "^6.18.0",
"babel-types": "^6.18.0",
"babel-template": "^6.15.0",
"lodash": "^4.2.0",
"babel-runtime": "^6.9.0"
@ -16,6 +16,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,25 +1,25 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.14.0",
"version": "6.18.0",
"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-optimise-call-expression": "^6.8.0",
"babel-helper-function-name": "^6.8.0",
"babel-helper-replace-supers": "^6.14.0",
"babel-helper-optimise-call-expression": "^6.18.0",
"babel-helper-function-name": "^6.18.0",
"babel-helper-replace-supers": "^6.18.0",
"babel-template": "^6.14.0",
"babel-traverse": "^6.14.0",
"babel-helper-define-map": "^6.9.0",
"babel-traverse": "^6.18.0",
"babel-helper-define-map": "^6.18.0",
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.14.0"
"babel-types": "^6.18.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "6.16.0",
"version": "6.18.0",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^6.9.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-for-of",
"version": "6.8.0",
"version": "6.18.0",
"description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-instanceof",
"version": "6.8.0",
"version": "6.18.0",
"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",
@ -12,6 +12,6 @@
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-modules-amd",
"version": "6.8.0",
"version": "6.18.0",
"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-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-template": "^6.8.0",
"babel-runtime": "^6.0.0"
},
@ -14,6 +14,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,20 +1,20 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.16.0",
"version": "6.18.0",
"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-types": "^6.16.0",
"babel-types": "^6.18.0",
"babel-runtime": "^6.0.0",
"babel-template": "^6.16.0",
"babel-plugin-transform-strict-mode": "^6.8.0"
"babel-plugin-transform-strict-mode": "^6.18.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,19 +1,19 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.14.0",
"version": "6.18.0",
"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-template": "^6.14.0",
"babel-helper-hoist-variables": "^6.8.0",
"babel-helper-hoist-variables": "^6.18.0",
"babel-runtime": "^6.11.6"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-modules-umd",
"version": "6.12.0",
"version": "6.18.0",
"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-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-amd": "^6.18.0",
"babel-template": "^6.8.0",
"babel-runtime": "^6.0.0"
},
@ -14,6 +14,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,22 +1,22 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.17.0",
"version": "6.18.0",
"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-traverse": "^6.16.0",
"babel-helper-call-delegate": "^6.8.0",
"babel-helper-get-function-arity": "^6.8.0",
"babel-traverse": "^6.18.0",
"babel-helper-call-delegate": "^6.18.0",
"babel-helper-get-function-arity": "^6.18.0",
"babel-template": "^6.16.0",
"babel-types": "^6.16.0",
"babel-types": "^6.18.0",
"babel-runtime": "^6.9.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-shorthand-properties",
"version": "6.8.0",
"version": "6.18.0",
"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,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.8.0",
"babel-types": "^6.18.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "6.8.0",
"version": "6.18.0",
"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",
@ -12,6 +12,6 @@
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-strip-types",
"version": "6.14.0",
"version": "6.18.0",
"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",
@ -10,9 +10,9 @@
],
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-plugin-syntax-flow": "^6.8.0"
"babel-plugin-syntax-flow": "^6.18.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-strict-mode",
"version": "6.11.3",
"version": "6.18.0",
"description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
"license": "MIT",
@ -10,9 +10,9 @@
],
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0"
"babel-types": "^6.18.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-es2015",
"version": "6.16.0",
"version": "6.18.0",
"description": "Babel preset for all es2015 plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -11,30 +11,30 @@
"babel-plugin-check-es2015-constants": "^6.3.13",
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.14.0",
"babel-plugin-transform-es2015-classes": "^6.14.0",
"babel-plugin-transform-es2015-block-scoping": "^6.18.0",
"babel-plugin-transform-es2015-classes": "^6.18.0",
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
"babel-plugin-transform-es2015-destructuring": "^6.16.0",
"babel-plugin-transform-es2015-destructuring": "^6.18.0",
"babel-plugin-transform-es2015-duplicate-keys": "^6.6.0",
"babel-plugin-transform-es2015-for-of": "^6.6.0",
"babel-plugin-transform-es2015-for-of": "^6.18.0",
"babel-plugin-transform-es2015-function-name": "^6.9.0",
"babel-plugin-transform-es2015-literals": "^6.3.13",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.14.0",
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
"babel-plugin-transform-es2015-modules-amd": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.18.0",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-plugin-transform-es2015-object-super": "^6.3.13",
"babel-plugin-transform-es2015-parameters": "^6.16.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
"babel-plugin-transform-es2015-parameters": "^6.18.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.18.0",
"babel-plugin-transform-es2015-spread": "^6.3.13",
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
"babel-plugin-transform-es2015-template-literals": "^6.6.0",
"babel-plugin-transform-es2015-typeof-symbol": "^6.6.0",
"babel-plugin-transform-es2015-typeof-symbol": "^6.18.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
"babel-plugin-transform-regenerator": "^6.16.0"
},
"devDependencies": {
"babel-helper-transform-fixture-test-runner": "^6.16.0",
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-transform-fixture-test-runner": "^6.18.0",
"babel-helper-plugin-test-runner": "^6.18.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-stage-2",
"version": "6.17.0",
"version": "6.18.0",
"description": "Babel preset for stage 2 plugins",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,9 +8,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-2",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-stage-3": "^6.17.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-register",
"version": "6.16.3",
"version": "6.18.0",
"description": "babel require hook",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
@ -8,7 +8,7 @@
"main": "lib/node.js",
"browser": "lib/browser.js",
"dependencies": {
"babel-core": "^6.16.0",
"babel-core": "^6.18.0",
"babel-runtime": "^6.11.6",
"core-js": "^2.4.0",
"home-or-tmp": "^2.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.16.0",
"version": "6.18.0",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -11,7 +11,7 @@
"babel-code-frame": "^6.16.0",
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.16.0",
"babel-types": "^6.18.0",
"babylon": "^6.11.0",
"debug": "^2.2.0",
"globals": "^9.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.16.0",
"version": "6.18.0",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",