v6.4.5
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.4.0",
|
||||
"version": "6.4.5",
|
||||
"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.4.0",
|
||||
"babel-core": "^6.4.5",
|
||||
"babel-register": "^6.3.13",
|
||||
"babel-polyfill": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.4.0",
|
||||
"version": "6.4.5",
|
||||
"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.4.0",
|
||||
"babel-helpers": "^6.4.0",
|
||||
"babel-generator": "^6.4.5",
|
||||
"babel-helpers": "^6.4.5",
|
||||
"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.4.0",
|
||||
"babylon": "^6.4.0",
|
||||
"babel-traverse": "^6.4.5",
|
||||
"babel-types": "^6.4.5",
|
||||
"babylon": "^6.4.5",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
"json5": "^0.4.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.4.3",
|
||||
"version": "6.4.5",
|
||||
"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.4.3",
|
||||
"babel-types": "^6.4.5",
|
||||
"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.4.2"
|
||||
"babylon": "^6.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-define-map",
|
||||
"version": "6.3.13",
|
||||
"version": "6.4.5",
|
||||
"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.3.13",
|
||||
"babel-types": "^6.4.5",
|
||||
"babel-helper-function-name": "^6.3.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-remap-async-to-generator",
|
||||
"version": "6.3.13",
|
||||
"version": "6.4.5",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
|
||||
"license": "MIT",
|
||||
@@ -8,8 +8,8 @@
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-types": "^6.3.13",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-types": "^6.4.5",
|
||||
"babel-traverse": "^6.4.5",
|
||||
"babel-helper-function-name": "^6.3.13"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helpers",
|
||||
"version": "6.4.0",
|
||||
"version": "6.4.5",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-generator",
|
||||
"version": "6.4.0",
|
||||
"version": "6.4.5",
|
||||
"description": "Turn async functions into ES2015 generators",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
|
||||
"license": "MIT",
|
||||
@@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-remap-async-to-generator": "^6.3.13",
|
||||
"babel-helper-remap-async-to-generator": "^6.4.5",
|
||||
"babel-plugin-syntax-async-functions": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.4.0",
|
||||
"version": "6.4.5",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
||||
"license": "MIT",
|
||||
@@ -10,11 +10,11 @@
|
||||
"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-traverse": "^6.4.5",
|
||||
"babel-helper-define-map": "^6.4.5",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.4.0"
|
||||
"babel-types": "^6.4.5"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "6.4.0",
|
||||
"version": "6.4.5",
|
||||
"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.4.0",
|
||||
"babel-types": "^6.4.5",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-plugin-transform-strict-mode": "^6.3.13"
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-parameters",
|
||||
"version": "6.4.2",
|
||||
"version": "6.4.5",
|
||||
"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",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.3.26",
|
||||
"babel-traverse": "^6.4.5",
|
||||
"babel-helper-call-delegate": "^6.3.13",
|
||||
"babel-helper-get-function-arity": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-types": "^6.4.0",
|
||||
"babel-types": "^6.4.5",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.3.26",
|
||||
"version": "6.4.5",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -11,8 +11,8 @@
|
||||
"babel-code-frame": "^6.3.13",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.24",
|
||||
"babylon": "^6.3.26",
|
||||
"babel-types": "^6.4.5",
|
||||
"babylon": "^6.4.5",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^8.3.0",
|
||||
"invariant": "^2.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.4.3",
|
||||
"version": "6.4.5",
|
||||
"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.3.24",
|
||||
"babel-traverse": "^6.4.5",
|
||||
"esutils": "^2.0.2",
|
||||
"lodash": "^3.10.1",
|
||||
"to-fast-properties": "^1.0.1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babylon",
|
||||
"version": "6.4.2",
|
||||
"version": "6.4.5",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Reference in New Issue
Block a user