This commit is contained in:
Henry Zhu 2016-02-12 11:29:58 -05:00
parent 5d98f3a401
commit b1bb39e733
20 changed files with 33 additions and 33 deletions

View File

@ -1 +1 @@
6.5.1 6.5.2

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-core", "name": "babel-core",
"version": "6.5.1", "version": "6.5.2",
"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/",
@ -30,10 +30,10 @@
"babel-messages": "^6.3.13", "babel-messages": "^6.3.13",
"babel-template": "^6.3.13", "babel-template": "^6.3.13",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-register": "^6.5.1", "babel-register": "^6.5.2",
"babel-traverse": "^6.4.5", "babel-traverse": "^6.4.5",
"babel-types": "^6.5.1", "babel-types": "^6.5.2",
"babylon": "^6.4.5", "babylon": "^6.5.2",
"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",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-async-to-module-method", "name": "babel-plugin-transform-async-to-module-method",
"version": "6.5.0", "version": "6.5.2",
"description": "Turn async functions into a module method", "description": "Turn async functions into a module method",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
"license": "MIT", "license": "MIT",
@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"babel-plugin-syntax-async-functions": "^6.3.13", "babel-plugin-syntax-async-functions": "^6.3.13",
"babel-helper-remap-async-to-generator": "^6.3.13", "babel-helper-remap-async-to-generator": "^6.3.13",
"babel-types": "^6.4.0", "babel-types": "^6.5.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-class-properties", "name": "babel-plugin-transform-class-properties",
"version": "6.5.0", "version": "6.5.2",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-arrow-functions", "name": "babel-plugin-transform-es2015-arrow-functions",
"version": "6.5.0", "version": "6.5.2",
"description": "Compile ES2015 arrow functions to ES5", "description": "Compile ES2015 arrow functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-classes", "name": "babel-plugin-transform-es2015-classes",
"version": "6.5.0", "version": "6.5.2",
"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",
@ -14,7 +14,7 @@
"babel-helper-define-map": "^6.4.5", "babel-helper-define-map": "^6.4.5",
"babel-messages": "^6.3.13", "babel-messages": "^6.3.13",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.4.5" "babel-types": "^6.5.2"
}, },
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-computed-properties", "name": "babel-plugin-transform-es2015-computed-properties",
"version": "6.5.0", "version": "6.5.2",
"description": "Compile ES2015 computed properties to ES5", "description": "Compile ES2015 computed properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-for-of", "name": "babel-plugin-transform-es2015-for-of",
"version": "6.5.0", "version": "6.5.2",
"description": "Compile ES2015 for...of to ES5", "description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
"license": "MIT", "license": "MIT",

View File

@ -1,15 +1,15 @@
{ {
"name": "babel-plugin-transform-es2015-modules-commonjs", "name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.5.0", "version": "6.5.2",
"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.4.5", "babel-types": "^6.5.2",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-template": "^6.3.13", "babel-template": "^6.3.13",
"babel-plugin-transform-strict-mode": "^6.3.13" "babel-plugin-transform-strict-mode": "^6.5.2"
}, },
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-spread", "name": "babel-plugin-transform-es2015-spread",
"version": "6.5.0", "version": "6.5.2",
"description": "Compile ES2015 spread to ES5", "description": "Compile ES2015 spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-template-literals", "name": "babel-plugin-transform-es2015-template-literals",
"version": "6.5.0", "version": "6.5.2",
"description": "Compile ES2015 template literals to ES5", "description": "Compile ES2015 template literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-function-bind", "name": "babel-plugin-transform-function-bind",
"version": "6.5.0", "version": "6.5.2",
"description": "Compile function bind operator to ES5", "description": "Compile function bind operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-react-jsx", "name": "babel-plugin-transform-react-jsx",
"version": "6.5.0", "version": "6.5.2",
"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",

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.5.0", "version": "6.5.2",
"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.3.13", "babel-plugin-transform-es2015-block-scoping": "^6.3.13",
"babel-plugin-syntax-async-functions": "^6.3.13", "babel-plugin-syntax-async-functions": "^6.3.13",
"babel-plugin-transform-es2015-for-of": "^6.3.13", "babel-plugin-transform-es2015-for-of": "^6.5.2",
"babel-core": "^6.3.26", "babel-core": "^6.5.2",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-traverse": "^6.3.26", "babel-traverse": "^6.3.26",
"babel-types": "^6.4.3", "babel-types": "^6.5.2",
"babylon": "^6.3.26", "babylon": "^6.5.2",
"private": "~0.1.5" "private": "~0.1.5"
}, },
"license": "BSD", "license": "BSD",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-runtime", "name": "babel-plugin-transform-runtime",
"version": "6.5.0", "version": "6.5.2",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-strict-mode", "name": "babel-plugin-transform-strict-mode",
"version": "6.5.0", "version": "6.5.2",
"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.3.13" "babel-types": "^6.5.2"
}, },
"devDependencies": { "devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13" "babel-helper-plugin-test-runner": "^6.3.13"

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-register", "name": "babel-register",
"version": "6.5.1", "version": "6.5.2",
"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",
@ -8,7 +8,7 @@
"main": "lib/node.js", "main": "lib/node.js",
"browser": "lib/browser.js", "browser": "lib/browser.js",
"dependencies": { "dependencies": {
"babel-core": "^6.5.1", "babel-core": "^6.5.2",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"core-js": "^1.0.0", "core-js": "^1.0.0",
"home-or-tmp": "^1.0.0", "home-or-tmp": "^1.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-types", "name": "babel-types",
"version": "6.5.1", "version": "6.5.2",
"description": "", "description": "",
"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", "name": "babel",
"version": "6.5.1", "version": "6.5.2",
"description": "Turn ES6 code into readable vanilla ES5 with source maps", "description": "Turn ES6 code into readable vanilla ES5 with source maps",
"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": "babylon", "name": "babylon",
"version": "6.5.0", "version": "6.5.2",
"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/",