This commit is contained in:
Henry Zhu
2016-01-06 15:34:12 -05:00
parent e79c625091
commit 8cac20d845
39 changed files with 58 additions and 58 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "babel-cli",
"version": "6.3.17",
"version": "6.4.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.3.17",
"babel-core": "^6.4.0",
"babel-register": "^6.3.13",
"babel-polyfill": "^6.3.13",
"babel-runtime": "^5.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.3.26",
"version": "6.4.0",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -25,15 +25,15 @@
},
"dependencies": {
"babel-code-frame": "^6.3.13",
"babel-generator": "^6.3.26",
"babel-helpers": "^6.3.13",
"babel-generator": "^6.4.0",
"babel-helpers": "^6.4.0",
"babel-messages": "^6.3.13",
"babel-template": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-register": "^6.3.13",
"babel-traverse": "^6.3.26",
"babel-types": "^6.3.21",
"babylon": "^6.3.26",
"babel-types": "^6.4.0",
"babylon": "^6.4.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.3.26",
"version": "6.4.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -13,7 +13,7 @@
"dependencies": {
"babel-messages": "^6.3.18",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.21",
"babel-types": "^6.4.0",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
@@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.3.13",
"babylon": "^6.3.26"
"babylon": "^6.4.0"
}
}

View File

@@ -1,13 +1,13 @@
{
"name": "babel-helper-function-name",
"version": "6.3.15",
"version": "6.4.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.3.13",
"babel-types": "^6.4.0",
"babel-traverse": "^6.3.15",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.3.13"

View File

@@ -1,6 +1,6 @@
{
"name": "babel-helpers",
"version": "6.3.13",
"version": "6.4.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-external-helpers",
"version": "6.3.13",
"version": "6.4.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-generator",
"version": "6.3.13",
"version": "6.4.0",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.3.13",
"version": "6.4.0",
"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",
@@ -11,7 +11,7 @@
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-helper-remap-async-to-generator": "^6.3.13",
"babel-types": "^6.3.13",
"babel-types": "^6.4.0",
"babel-runtime": "^5.0.0"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-constructor-call",
"version": "6.3.13",
"version": "6.4.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call",
"license": "MIT",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-decorators",
"version": "6.3.13",
"version": "6.4.0",
"description": "Compile class and object decorators to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
"license": "MIT",
@@ -9,7 +9,7 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.3.13",
"babel-types": "^6.4.0",
"babel-helper-define-map": "^6.3.13",
"babel-plugin-syntax-decorators": "^6.3.13",
"babel-helper-explode-class": "^6.3.13",

View File

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

View File

@@ -1,13 +1,13 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.3.13",
"version": "6.4.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.3.13",
"babel-types": "^6.3.13",
"babel-types": "^6.4.0",
"babel-template": "^6.3.13",
"lodash": "^3.10.0",
"babel-runtime": "^5.0.0"

View File

@@ -1,20 +1,20 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.3.15",
"version": "6.4.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.3.13",
"babel-helper-function-name": "^6.3.15",
"babel-helper-function-name": "^6.4.0",
"babel-helper-replace-supers": "^6.3.13",
"babel-template": "^6.3.13",
"babel-traverse": "^6.3.15",
"babel-helper-define-map": "^6.3.13",
"babel-messages": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.13"
"babel-types": "^6.4.0"
},
"keywords": [
"babel-plugin"

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-function-name",
"version": "6.3.21",
"version": "6.4.0",
"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,8 +9,8 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "^6.3.13",
"babel-types": "^6.3.21",
"babel-helper-function-name": "^6.4.0",
"babel-types": "^6.4.0",
"babel-runtime": "^5.0.0"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-instanceof",
"version": "6.3.13",
"version": "6.4.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
"license": "MIT",

View File

@@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-modules-amd",
"version": "6.3.13",
"version": "6.4.0",
"description": "",
"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.3.13",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
"babel-template": "^6.3.13",
"babel-runtime": "^5.0.0"
},

View File

@@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.3.16",
"version": "6.4.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.3.13",
"babel-types": "^6.4.0",
"babel-runtime": "^5.0.0",
"babel-template": "^6.3.13",
"babel-plugin-transform-strict-mode": "^6.3.13"

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.3.13",
"version": "6.4.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
"license": "MIT",

View File

@@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-modules-umd",
"version": "6.3.13",
"version": "6.4.0",
"description": "",
"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.3.13",
"babel-plugin-transform-es2015-modules-amd": "^6.4.0",
"babel-template": "^6.3.13",
"babel-runtime": "^5.0.0"
},

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.3.26",
"version": "6.4.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",
@@ -10,7 +10,7 @@
"babel-helper-call-delegate": "^6.3.13",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.3.13",
"babel-types": "^6.3.21",
"babel-types": "^6.4.0",
"babel-runtime": "^5.0.0"
},
"keywords": [

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "6.3.13",
"version": "6.4.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-export-extensions",
"version": "6.3.13",
"version": "6.4.0",
"description": "Compile export extensions to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-extensions",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-comments",
"version": "6.3.23",
"version": "6.4.0",
"description": "Turn flow type annotations into comments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-strip-types",
"version": "6.3.15",
"version": "6.4.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",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-jscript",
"version": "6.3.13",
"version": "6.4.0",
"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",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-proto-to-assign",
"version": "6.3.13",
"version": "6.4.0",
"description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-constant-elements",
"version": "6.3.13",
"version": "6.4.0",
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-display-name",
"version": "6.3.13",
"version": "6.4.0",
"description": "Add displayName to React.createClass calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-display-name",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-inline-elements",
"version": "6.3.13",
"version": "6.4.0",
"description": "Turn JSX elements into exploded React objects",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx",
"version": "6.3.13",
"version": "6.4.0",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-runtime",
"version": "6.3.13",
"version": "6.4.0",
"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",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.3.24",
"version": "6.4.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

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