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

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-core", "name": "babel-core",
"version": "6.1.21", "version": "6.2.0",
"description": "Babel compiler core.", "description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -25,15 +25,15 @@
}, },
"dependencies": { "dependencies": {
"babel-code-frame": "^6.1.18", "babel-code-frame": "^6.1.18",
"babel-generator": "^6.1.20", "babel-generator": "^6.2.0",
"babel-helpers": "^6.1.20", "babel-helpers": "^6.1.20",
"babel-messages": "^6.1.18", "babel-messages": "^6.2.0",
"babel-template": "^6.1.18", "babel-template": "^6.2.0",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-register": "^6.1.18", "babel-register": "^6.2.0",
"babel-traverse": "^6.1.20", "babel-traverse": "^6.2.0",
"babel-types": "^6.1.18", "babel-types": "^6.2.0",
"babylon": "^6.1.21", "babylon": "^6.2.0",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"debug": "^2.1.1", "debug": "^2.1.1",
"json5": "^0.4.0", "json5": "^0.4.0",
@ -49,6 +49,6 @@
"devDependencies": { "devDependencies": {
"babel-helper-fixtures": "^6.1.18", "babel-helper-fixtures": "^6.1.18",
"babel-helper-transform-fixture-test-runner": "^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", "name": "babel-generator",
"version": "6.1.20", "version": "6.2.0",
"description": "Turns an AST into code.", "description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -11,9 +11,9 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"babel-messages": "^6.1.18", "babel-messages": "^6.2.0",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.1.18", "babel-types": "^6.2.0",
"detect-indent": "^3.0.1", "detect-indent": "^3.0.1",
"is-integer": "^1.0.4", "is-integer": "^1.0.4",
"lodash": "^3.10.1", "lodash": "^3.10.1",
@ -23,6 +23,6 @@
}, },
"devDependencies": { "devDependencies": {
"babel-helper-fixtures": "^6.1.18", "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", "name": "babel-helper-builder-react-jsx",
"version": "6.1.18", "version": "6.2.0",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.1.18", "babel-types": "^6.2.0",
"esutils": "^2.0.0", "esutils": "^2.0.0",
"lodash": "^3.10.0" "lodash": "^3.10.0"
} }

View File

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

View File

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

View File

@ -1,13 +1,13 @@
{ {
"name": "babel-helper-explode-assignable-expression", "name": "babel-helper-explode-assignable-expression",
"version": "6.1.18", "version": "6.2.0",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-traverse": "^6.1.18", "babel-traverse": "^6.2.0",
"babel-runtime": "^5.0.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", "name": "babel-helper-function-name",
"version": "6.1.18", "version": "6.2.0",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.1.18", "babel-types": "^6.2.0",
"babel-traverse": "^6.1.18", "babel-traverse": "^6.2.0",
"babel-helper-get-function-arity": "^6.1.18", "babel-helper-get-function-arity": "^6.2.0",
"babel-template": "^6.1.18" "babel-template": "^6.2.0"
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"name": "babel-helper-get-function-arity", "name": "babel-helper-get-function-arity",
"version": "6.1.18", "version": "6.2.0",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0", "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", "name": "babel-helper-replace-supers",
"version": "6.1.18", "version": "6.2.0",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT", "license": "MIT",
@ -8,9 +8,9 @@
"dependencies": { "dependencies": {
"babel-helper-optimise-call-expression": "^6.1.18", "babel-helper-optimise-call-expression": "^6.1.18",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.18", "babel-traverse": "^6.2.0",
"babel-messages": "^6.1.18", "babel-messages": "^6.2.0",
"babel-template": "^6.1.18", "babel-template": "^6.2.0",
"babel-types": "^6.1.18" "babel-types": "^6.2.0"
} }
} }

View File

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

View File

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

View File

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

View File

@ -1,20 +1,20 @@
{ {
"name": "babel-plugin-transform-es2015-classes", "name": "babel-plugin-transform-es2015-classes",
"version": "6.1.21", "version": "6.2.0",
"description": "Compile ES2015 classes to ES5", "description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-helper-optimise-call-expression": "^6.1.18", "babel-helper-optimise-call-expression": "^6.1.18",
"babel-helper-function-name": "^6.1.18", "babel-helper-function-name": "^6.2.0",
"babel-helper-replace-supers": "^6.1.18", "babel-helper-replace-supers": "^6.2.0",
"babel-template": "^6.1.18", "babel-template": "^6.2.0",
"babel-traverse": "^6.1.20", "babel-traverse": "^6.2.0",
"babel-helper-define-map": "^6.1.18", "babel-helper-define-map": "^6.2.0",
"babel-messages": "^6.1.18", "babel-messages": "^6.2.0",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.1.18" "babel-types": "^6.2.0"
}, },
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -1,15 +1,15 @@
{ {
"name": "babel-plugin-transform-es2015-modules-commonjs", "name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.1.20", "version": "6.2.0",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-types": "^6.1.18", "babel-types": "^6.2.0",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-template": "^6.1.18", "babel-template": "^6.2.0",
"babel-plugin-transform-strict-mode": "^6.1.18" "babel-plugin-transform-strict-mode": "^6.2.0"
}, },
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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