This commit is contained in:
Sebastian McKenzie 2015-11-18 20:33:47 -08:00
parent 94887d35e1
commit ac90ea20ea
27 changed files with 84 additions and 84 deletions

View File

@ -1 +1 @@
6.1.21
6.2.0

View File

@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.1.18",
"version": "6.2.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,9 +8,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"preferGlobal": true,
"dependencies": {
"babel-core": "^6.1.18",
"babel-register": "^6.1.18",
"babel-polyfill": "^6.1.18",
"babel-core": "^6.2.0",
"babel-register": "^6.2.0",
"babel-polyfill": "^6.2.0",
"babel-runtime": "^5.0.0",
"bin-version-check": "^2.1.0",
"chalk": "1.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.1.21",
"version": "6.2.0",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -25,15 +25,15 @@
},
"dependencies": {
"babel-code-frame": "^6.1.18",
"babel-generator": "^6.1.20",
"babel-generator": "^6.2.0",
"babel-helpers": "^6.1.20",
"babel-messages": "^6.1.18",
"babel-template": "^6.1.18",
"babel-messages": "^6.2.0",
"babel-template": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-register": "^6.1.18",
"babel-traverse": "^6.1.20",
"babel-types": "^6.1.18",
"babylon": "^6.1.21",
"babel-register": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-types": "^6.2.0",
"babylon": "^6.2.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",
@ -49,6 +49,6 @@
"devDependencies": {
"babel-helper-fixtures": "^6.1.18",
"babel-helper-transform-fixture-test-runner": "^6.1.18",
"babel-polyfill": "^6.1.19"
"babel-polyfill": "^6.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.1.20",
"version": "6.2.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -11,9 +11,9 @@
"lib"
],
"dependencies": {
"babel-messages": "^6.1.18",
"babel-messages": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18",
"babel-types": "^6.2.0",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.18",
"babylon": "^6.1.20"
"babylon": "^6.2.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-react-jsx",
"version": "6.1.18",
"version": "6.2.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18",
"babel-types": "^6.2.0",
"esutils": "^2.0.0",
"lodash": "^3.10.0"
}

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-call-delegate",
"version": "6.1.18",
"version": "6.2.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.1.18",
"babel-traverse": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18",
"babel-types": "^6.2.0",
"babel-helper-hoist-variables": "^6.1.18"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-define-map",
"version": "6.1.18",
"version": "6.2.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
@ -8,7 +8,7 @@
"dependencies": {
"babel-runtime": "^5.0.0",
"lodash": "^3.10.0",
"babel-types": "^6.1.18",
"babel-helper-function-name": "^6.1.18"
"babel-types": "^6.2.0",
"babel-helper-function-name": "^6.2.0"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-explode-assignable-expression",
"version": "6.1.18",
"version": "6.2.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.1.18",
"babel-traverse": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18"
"babel-types": "^6.2.0"
}
}

View File

@ -1,15 +1,15 @@
{
"name": "babel-helper-function-name",
"version": "6.1.18",
"version": "6.2.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18",
"babel-traverse": "^6.1.18",
"babel-helper-get-function-arity": "^6.1.18",
"babel-template": "^6.1.18"
"babel-types": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-helper-get-function-arity": "^6.2.0",
"babel-template": "^6.2.0"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-get-function-arity",
"version": "6.1.18",
"version": "6.2.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18"
"babel-types": "^6.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-replace-supers",
"version": "6.1.18",
"version": "6.2.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
@ -8,9 +8,9 @@
"dependencies": {
"babel-helper-optimise-call-expression": "^6.1.18",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.18",
"babel-messages": "^6.1.18",
"babel-template": "^6.1.18",
"babel-types": "^6.1.18"
"babel-traverse": "^6.2.0",
"babel-messages": "^6.2.0",
"babel-template": "^6.2.0",
"babel-types": "^6.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-messages",
"version": "6.1.18",
"version": "6.2.0",
"description": "Collection of debug messages used by Babel.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-check-es2015-constants",
"version": "6.1.18",
"version": "6.2.0",
"description": "Compile ES2015 constants to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-function-sent",
"version": "6.1.18",
"version": "6.2.0",
"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,20 +1,20 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.1.21",
"version": "6.2.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.1.18",
"babel-helper-function-name": "^6.1.18",
"babel-helper-replace-supers": "^6.1.18",
"babel-template": "^6.1.18",
"babel-traverse": "^6.1.20",
"babel-helper-define-map": "^6.1.18",
"babel-messages": "^6.1.18",
"babel-helper-function-name": "^6.2.0",
"babel-helper-replace-supers": "^6.2.0",
"babel-template": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-helper-define-map": "^6.2.0",
"babel-messages": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18"
"babel-types": "^6.2.0"
},
"keywords": [
"babel-plugin"

View File

@ -1,15 +1,15 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.1.20",
"version": "6.2.0",
"description": "",
"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.1.18",
"babel-types": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-template": "^6.1.18",
"babel-plugin-transform-strict-mode": "^6.1.18"
"babel-template": "^6.2.0",
"babel-plugin-transform-strict-mode": "^6.2.0"
},
"keywords": [
"babel-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx",
"version": "6.1.18",
"version": "6.2.0",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT",
@ -10,7 +10,7 @@
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-helper-builder-react-jsx": "^6.1.18",
"babel-helper-builder-react-jsx": "^6.2.0",
"babel-plugin-syntax-jsx": "^6.1.18"
},
"devDependencies": {

View File

@ -2,18 +2,18 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.1.18",
"version": "6.2.0",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-plugin-transform-es2015-for-of": "^6.1.18",
"babel-core": "^6.1.18",
"babel-core": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.18",
"babel-types": "^6.1.18",
"babylon": "^6.1.18",
"babel-traverse": "^6.2.0",
"babel-types": "^6.2.0",
"babylon": "^6.2.0",
"private": "~0.1.5"
},
"license": "BSD",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-strict-mode",
"version": "6.1.18",
"version": "6.2.0",
"description": "TODO",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
"license": "MIT",
@ -10,7 +10,7 @@
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18"
"babel-types": "^6.2.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.18"

View File

@ -1,6 +1,6 @@
{
"name": "babel-polyfill",
"version": "6.1.19",
"version": "6.2.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,7 +9,7 @@
"main": "lib/index.js",
"dependencies": {
"core-js": "^1.0.1",
"babel-regenerator-runtime": "^6.0.0",
"babel-regenerator-runtime": "^6.2.0",
"babel-runtime": "^5.0.0"
}
}

View File

@ -2,7 +2,7 @@
"name": "babel-regenerator-runtime",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "",
"version": "6.1.18",
"version": "6.2.0",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-regenerator-runtime",
"main": "runtime.js",
"license": "BSD"

View File

@ -1,6 +1,6 @@
{
"name": "babel-register",
"version": "6.1.18",
"version": "6.2.0",
"description": "babel require hook",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
@ -13,7 +13,7 @@
"path-exists": "^1.0.0",
"lodash": "^3.10.0",
"source-map-support": "^0.2.10",
"babel-core": "^6.1.18",
"babel-core": "^6.2.0",
"babel-runtime": "^5.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-runtime",
"version": "6.1.18",
"version": "6.2.0",
"description": "babel selfContained runtime",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
@ -11,8 +11,8 @@
"devDependencies": {
"babel-helpers": "^6.1.18",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-template": "^6.1.18",
"babel-template": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-regenerator-runtime": "^6.0.0"
"babel-regenerator-runtime": "^6.2.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-template",
"version": "6.1.18",
"version": "6.2.0",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,9 +8,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
"main": "lib/index.js",
"dependencies": {
"babylon": "^6.1.18",
"babel-traverse": "^6.1.18",
"babel-types": "^6.1.18",
"babylon": "^6.2.0",
"babel-traverse": "^6.2.0",
"babel-types": "^6.2.0",
"babel-runtime": "^5.0.0",
"lodash": "^3.10.1"
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.1.20",
"version": "6.2.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,10 +9,10 @@
"main": "lib/index.js",
"dependencies": {
"babel-code-frame": "^6.1.18",
"babel-messages": "^6.1.18",
"babel-messages": "^6.2.0",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.18",
"babylon": "^6.1.20",
"babel-types": "^6.2.0",
"babylon": "^6.2.0",
"debug": "^2.2.0",
"globals": "^8.3.0",
"invariant": "^2.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.1.18",
"version": "6.2.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,7 +9,7 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.18",
"babel-traverse": "^6.2.0",
"esutils": "^2.0.2",
"lodash": "^3.10.1",
"to-fast-properties": "^1.0.1"

View File

@ -1,6 +1,6 @@
{
"name": "babylon",
"version": "6.1.21",
"version": "6.2.0",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",