This commit is contained in:
Sebastian McKenzie 2015-10-30 04:53:38 +00:00
parent fb1da98c47
commit 69f17f7df1
18 changed files with 65 additions and 65 deletions

View File

@ -1 +1 @@
6.0.11
6.0.12

View File

@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.0.2",
"version": "6.0.12",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,7 +8,7 @@
"repository": "babel/babel",
"preferGlobal": true,
"dependencies": {
"babel-core": "^6.0.2",
"babel-core": "^6.0.12",
"babel-polyfill": "^6.0.2",
"chokidar": "^1.0.0",
"commander": "^2.8.1",
@ -22,11 +22,11 @@
"slash": "^1.0.0",
"source-map": "^0.5.0",
"v8flags": "^2.0.10",
"babel-runtime": "^6.0.2"
"babel-runtime": "^6.0.12"
},
"bin": {
"babel": "./bin/babel.js",
"babel-node": "./bin/babel-node.js",
"babel-external-helpers": "./bin/babel-external-helpers.js"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-code-frame",
"version": "6.0.2",
"version": "6.0.12",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,11 +8,11 @@
"repository": "babel/babel",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.2",
"babel-runtime": "^6.0.12",
"chalk": "^1.1.0",
"esutils": "^2.0.2",
"js-tokens": "^1.0.1",
"line-numbers": "^0.2.0",
"repeating": "^1.1.3"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.0.2",
"version": "6.0.12",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -28,14 +28,14 @@
"test": "make test"
},
"dependencies": {
"babel-code-frame": "^6.0.2",
"babel-generator": "^6.0.2",
"babel-helpers": "^6.0.2",
"babel-messages": "^6.0.2",
"babel-template": "^6.0.2",
"babel-runtime": "^6.0.2",
"babel-code-frame": "^6.0.12",
"babel-generator": "^6.0.12",
"babel-helpers": "^6.0.12",
"babel-messages": "^6.0.12",
"babel-template": "^6.0.12",
"babel-runtime": "^6.0.12",
"babel-traverse": "^6.0.2",
"babel-types": "^6.0.2",
"babel-types": "^6.0.12",
"babylon": "^6.0.2",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
@ -56,4 +56,4 @@
"devDependencies": {
"babel-polyfill": "^6.0.2"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.0.2",
"version": "6.0.12",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,9 +8,9 @@
"repository": "babel/babel",
"main": "lib/index.js",
"dependencies": {
"babel-messages": "^6.0.2",
"babel-runtime": "^6.0.2",
"babel-types": "^6.0.2",
"babel-messages": "^6.0.12",
"babel-runtime": "^6.0.12",
"babel-types": "^6.0.12",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
@ -21,4 +21,4 @@
"devDependencies": {
"babel-helper-fixtures": "^6.0.2"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helpers",
"version": "6.0.2",
"version": "6.0.12",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,7 +8,7 @@
"repository": "babel/babel",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.2",
"babel-template": "^6.0.2"
"babel-runtime": "^6.0.12",
"babel-template": "^6.0.12"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-messages",
"version": "6.0.2",
"version": "6.0.12",
"description": "Collection of debug messages used by Babel.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,6 +8,6 @@
"repository": "babel/babel",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.2"
"babel-runtime": "^6.0.12"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-class-constructor-call",
"version": "6.0.2",
"version": "6.0.12",
"description": "Allow parsing of class constructor calls",
"repository": "babel/babel",
"license": "MIT",
@ -9,6 +9,6 @@
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^6.0.2"
"babel-runtime": "^6.0.12"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-constructor-call",
"version": "6.0.2",
"version": "6.0.12",
"description": "",
"repository": "babel/babel",
"license": "MIT",
@ -9,8 +9,8 @@
"babel-plugin"
],
"dependencies": {
"babel-template": "^6.0.2",
"babel-plugin-syntax-class-constructor-call": "^6.0.2",
"babel-runtime": "^6.0.2"
"babel-template": "^6.0.12",
"babel-plugin-syntax-class-constructor-call": "^6.0.12",
"babel-runtime": "^6.0.12"
}
}
}

View File

@ -1,17 +1,17 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.0.2",
"version": "6.0.12",
"description": "",
"repository": "babel/babel",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "^6.0.2",
"babel-runtime": "^6.0.2",
"babel-template": "^6.0.2",
"babel-types": "^6.0.12",
"babel-runtime": "^6.0.12",
"babel-template": "^6.0.12",
"babel-plugin-transform-strict-mode": "^6.0.2"
},
"keywords": [
"babel-plugin"
]
}
}

View File

@ -1,17 +1,17 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.0.2",
"version": "6.0.12",
"description": "",
"repository": "babel/babel",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-template": "^6.0.2",
"babel-template": "^6.0.12",
"babel-helper-hoist-variables": "^6.0.2",
"babel-runtime": "^6.0.2",
"babel-runtime": "^6.0.12",
"babel-plugin-transform-strict-mode": "^6.0.2"
},
"keywords": [
"babel-plugin"
]
}
}

View File

@ -16,7 +16,7 @@
"desugaring",
"ES6"
],
"version": "6.0.10",
"version": "6.0.12",
"homepage": "http://github.com/facebook/regenerator",
"repository": {
"type": "git",
@ -32,9 +32,9 @@
"babel-plugin-transform-es2015-block-scoping": "^6.0.0",
"babel-plugin-syntax-async-functions": "^6.0.0",
"babel-plugin-transform-es2015-for-of": "^6.0.0",
"babel-core": "^6.0.0",
"babel-core": "^6.0.12",
"babel-traverse": "^6.0.0",
"babel-types": "^6.0.0",
"babel-types": "^6.0.12",
"babylon": "^6.0.0",
"private": "~0.1.5",
"through": "~2.3.8"

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-es2015",
"version": "6.0.11",
"version": "6.0.12",
"description": "Babel preset for all es2015 plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -26,7 +26,7 @@
"babel-plugin-transform-es2015-destructuring": "^6.0.2",
"babel-plugin-transform-es2015-block-scoping": "^6.0.2",
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.2",
"babel-plugin-transform-regenerator": "^6.0.8"
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.12",
"babel-plugin-transform-regenerator": "^6.0.12"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-preset-react",
"version": "6.0.2",
"version": "6.0.12",
"description": "Babel preset for all React plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -13,4 +13,4 @@
"babel-plugin-transform-react-jsx": "^6.0.2",
"babel-plugin-transform-flow-strip-types": "^6.0.2"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-runtime",
"version": "6.0.8",
"version": "6.0.12",
"description": "babel selfContained runtime",
"license": "MIT",
"repository": "babel/babel",
@ -9,9 +9,9 @@
"core-js": "^1.0.0"
},
"devDependencies": {
"babel-helpers": "^6.0.2",
"babel-helpers": "^6.0.12",
"babel-plugin-transform-runtime": "^6.0.7",
"babel-template": "^6.0.2",
"babel-template": "^6.0.12",
"regenerator": "^0.8.34"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-template",
"version": "6.0.2",
"version": "6.0.12",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -10,8 +10,8 @@
"dependencies": {
"babylon": "^6.0.2",
"babel-traverse": "^6.0.2",
"babel-types": "^6.0.2",
"babel-runtime": "^6.0.2",
"babel-types": "^6.0.12",
"babel-runtime": "^6.0.12",
"lodash": "^3.10.1"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.0.2",
"version": "6.0.12",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,7 +8,7 @@
"repository": "babel/babel",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.2",
"babel-runtime": "^6.0.12",
"babel-traverse": "^6.0.2",
"esutils": "^2.0.2",
"lodash": "^3.10.1",

View File

@ -1,6 +1,6 @@
{
"name": "babel",
"version": "6.0.2",
"version": "6.0.12",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",