v6.3.21
This commit is contained in:
parent
135e1e56ca
commit
31032ee7ad
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-core",
|
"name": "babel-core",
|
||||||
"version": "6.3.17",
|
"version": "6.3.21",
|
||||||
"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.3.13",
|
"babel-code-frame": "^6.3.13",
|
||||||
"babel-generator": "^6.3.17",
|
"babel-generator": "^6.3.21",
|
||||||
"babel-helpers": "^6.3.13",
|
"babel-helpers": "^6.3.13",
|
||||||
"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.3.13",
|
"babel-register": "^6.3.13",
|
||||||
"babel-traverse": "^6.3.17",
|
"babel-traverse": "^6.3.21",
|
||||||
"babel-types": "^6.3.17",
|
"babel-types": "^6.3.21",
|
||||||
"babylon": "^6.3.15",
|
"babylon": "^6.3.21",
|
||||||
"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",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-generator",
|
"name": "babel-generator",
|
||||||
"version": "6.3.20",
|
"version": "6.3.21",
|
||||||
"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/",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-messages": "^6.3.18",
|
"babel-messages": "^6.3.18",
|
||||||
"babel-runtime": "^5.0.0",
|
"babel-runtime": "^5.0.0",
|
||||||
"babel-types": "^6.3.20",
|
"babel-types": "^6.3.21",
|
||||||
"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.3.13",
|
"babel-helper-fixtures": "^6.3.13",
|
||||||
"babylon": "^6.3.20"
|
"babylon": "^6.3.21"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-function-name",
|
"name": "babel-plugin-transform-es2015-function-name",
|
||||||
"version": "6.3.19",
|
"version": "6.3.21",
|
||||||
"description": "Apply ES2015 function.name semantics to all functions",
|
"description": "Apply ES2015 function.name semantics to all functions",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-function-name": "^6.3.13",
|
"babel-helper-function-name": "^6.3.13",
|
||||||
"babel-types": "^6.3.13",
|
"babel-types": "^6.3.21",
|
||||||
"babel-runtime": "^5.0.0"
|
"babel-runtime": "^5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-parameters",
|
"name": "babel-plugin-transform-es2015-parameters",
|
||||||
"version": "6.3.18",
|
"version": "6.3.21",
|
||||||
"description": "Compile ES2015 default and rest parameters to ES5",
|
"description": "Compile ES2015 default and rest parameters to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-traverse": "^6.3.13",
|
"babel-traverse": "^6.3.21",
|
||||||
"babel-helper-call-delegate": "^6.3.13",
|
"babel-helper-call-delegate": "^6.3.13",
|
||||||
"babel-helper-get-function-arity": "^6.3.13",
|
"babel-helper-get-function-arity": "^6.3.13",
|
||||||
"babel-template": "^6.3.13",
|
"babel-template": "^6.3.13",
|
||||||
"babel-types": "^6.3.18",
|
"babel-types": "^6.3.21",
|
||||||
"babel-runtime": "^5.0.0"
|
"babel-runtime": "^5.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-traverse",
|
"name": "babel-traverse",
|
||||||
"version": "6.3.19",
|
"version": "6.3.21",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -11,8 +11,8 @@
|
|||||||
"babel-code-frame": "^6.3.13",
|
"babel-code-frame": "^6.3.13",
|
||||||
"babel-messages": "^6.3.13",
|
"babel-messages": "^6.3.13",
|
||||||
"babel-runtime": "^5.0.0",
|
"babel-runtime": "^5.0.0",
|
||||||
"babel-types": "^6.3.17",
|
"babel-types": "^6.3.21",
|
||||||
"babylon": "^6.3.15",
|
"babylon": "^6.3.21",
|
||||||
"debug": "^2.2.0",
|
"debug": "^2.2.0",
|
||||||
"globals": "^8.3.0",
|
"globals": "^8.3.0",
|
||||||
"invariant": "^2.2.0",
|
"invariant": "^2.2.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-types",
|
"name": "babel-types",
|
||||||
"version": "6.3.20",
|
"version": "6.3.21",
|
||||||
"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.3.17",
|
"babel-traverse": "^6.3.21",
|
||||||
"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"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babylon",
|
"name": "babylon",
|
||||||
"version": "6.3.20",
|
"version": "6.3.21",
|
||||||
"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/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user