v6.26.0
This commit is contained in:
parent
aa330999d0
commit
cee4cde53e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"lerna": "2.0.0-beta.38",
|
"lerna": "2.0.0-beta.38",
|
||||||
"version": "6.25.0",
|
"version": "6.26.0",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"labels": {
|
"labels": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-cli",
|
"name": "babel-cli",
|
||||||
"version": "6.24.1",
|
"version": "6.26.0",
|
||||||
"description": "Babel command line.",
|
"description": "Babel command line.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -16,10 +16,10 @@
|
|||||||
"compiler"
|
"compiler"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "^6.24.1",
|
"babel-core": "^6.26.0",
|
||||||
"babel-polyfill": "^6.23.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
"babel-register": "^6.24.1",
|
"babel-register": "^6.26.0",
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"commander": "^2.11.0",
|
"commander": "^2.11.0",
|
||||||
"convert-source-map": "^1.5.0",
|
"convert-source-map": "^1.5.0",
|
||||||
"fs-readdir-recursive": "^1.0.0",
|
"fs-readdir-recursive": "^1.0.0",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"chokidar": "^1.6.1"
|
"chokidar": "^1.6.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-fixtures": "^6.22.0"
|
"babel-helper-fixtures": "^6.26.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"babel-doctor": "./bin/babel-doctor.js",
|
"babel-doctor": "./bin/babel-doctor.js",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-code-frame",
|
"name": "babel-code-frame",
|
||||||
"version": "6.22.0",
|
"version": "6.26.0",
|
||||||
"description": "Generate errors that contain a code frame that point to source locations.",
|
"description": "Generate errors that contain a code frame that point to source locations.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-core",
|
"name": "babel-core",
|
||||||
"version": "6.25.0",
|
"version": "6.26.0",
|
||||||
"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/",
|
||||||
@ -26,15 +26,15 @@
|
|||||||
"test": "make test"
|
"test": "make test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-code-frame": "^6.22.0",
|
"babel-code-frame": "^6.26.0",
|
||||||
"babel-generator": "^6.25.0",
|
"babel-generator": "^6.26.0",
|
||||||
"babel-helpers": "^6.24.1",
|
"babel-helpers": "^6.24.1",
|
||||||
"babel-messages": "^6.23.0",
|
"babel-messages": "^6.23.0",
|
||||||
"babel-register": "^6.24.1",
|
"babel-register": "^6.26.0",
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-template": "^6.25.0",
|
"babel-template": "^6.26.0",
|
||||||
"babel-traverse": "^6.25.0",
|
"babel-traverse": "^6.26.0",
|
||||||
"babel-types": "^6.25.0",
|
"babel-types": "^6.26.0",
|
||||||
"babylon": "^6.18.0",
|
"babylon": "^6.18.0",
|
||||||
"convert-source-map": "^1.5.0",
|
"convert-source-map": "^1.5.0",
|
||||||
"debug": "^2.6.8",
|
"debug": "^2.6.8",
|
||||||
@ -47,8 +47,8 @@
|
|||||||
"source-map": "^0.5.6"
|
"source-map": "^0.5.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-fixtures": "^6.22.0",
|
"babel-helper-fixtures": "^6.26.0",
|
||||||
"babel-helper-transform-fixture-test-runner": "^6.24.1",
|
"babel-helper-transform-fixture-test-runner": "^6.26.0",
|
||||||
"babel-polyfill": "^6.23.0"
|
"babel-polyfill": "^6.26.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-generator",
|
"name": "babel-generator",
|
||||||
"version": "6.25.0",
|
"version": "6.26.0",
|
||||||
"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/",
|
||||||
@ -12,8 +12,8 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-messages": "^6.23.0",
|
"babel-messages": "^6.23.0",
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-types": "^6.25.0",
|
"babel-types": "^6.26.0",
|
||||||
"detect-indent": "^4.0.0",
|
"detect-indent": "^4.0.0",
|
||||||
"jsesc": "^1.3.0",
|
"jsesc": "^1.3.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"trim-right": "^1.0.1"
|
"trim-right": "^1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-fixtures": "^6.22.0",
|
"babel-helper-fixtures": "^6.26.0",
|
||||||
"babylon": "^6.18.0"
|
"babylon": "^6.18.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-builder-react-jsx",
|
"name": "babel-helper-builder-react-jsx",
|
||||||
"version": "6.24.1",
|
"version": "6.26.0",
|
||||||
"description": "Helper function to build react jsx",
|
"description": "Helper function to build react jsx",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-types": "^6.24.1",
|
"babel-types": "^6.26.0",
|
||||||
"esutils": "^2.0.2"
|
"esutils": "^2.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-define-map",
|
"name": "babel-helper-define-map",
|
||||||
"version": "6.24.1",
|
"version": "6.26.0",
|
||||||
"description": "Helper function to define a map",
|
"description": "Helper function to define a map",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-function-name": "^6.24.1",
|
"babel-helper-function-name": "^6.24.1",
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-types": "^6.24.1",
|
"babel-types": "^6.26.0",
|
||||||
"lodash": "^4.17.4"
|
"lodash": "^4.17.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-fixtures",
|
"name": "babel-helper-fixtures",
|
||||||
"version": "6.22.0",
|
"version": "6.26.0",
|
||||||
"description": "Helper function to support fixtures",
|
"description": "Helper function to support fixtures",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"try-resolve": "^1.0.1"
|
"try-resolve": "^1.0.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-regex",
|
"name": "babel-helper-regex",
|
||||||
"version": "6.24.1",
|
"version": "6.26.0",
|
||||||
"description": "Helper function to check for literal RegEx",
|
"description": "Helper function to check for literal RegEx",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-types": "^6.24.1",
|
"babel-types": "^6.26.0",
|
||||||
"lodash": "^4.17.4"
|
"lodash": "^4.17.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-transform-fixture-test-runner",
|
"name": "babel-helper-transform-fixture-test-runner",
|
||||||
"version": "6.24.1",
|
"version": "6.26.0",
|
||||||
"description": "Transform test runner for babel-helper-fixtures module",
|
"description": "Transform test runner for babel-helper-fixtures module",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,11 +8,11 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-code-frame": "^6.22.0",
|
"babel-code-frame": "^6.26.0",
|
||||||
"babel-core": "^6.24.1",
|
"babel-core": "^6.26.0",
|
||||||
"babel-helper-fixtures": "^6.22.0",
|
"babel-helper-fixtures": "^6.26.0",
|
||||||
"babel-polyfill": "^6.23.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"source-map": "^0.5.6"
|
"source-map": "^0.5.6"
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||||
"version": "6.24.1",
|
"version": "6.26.0",
|
||||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
"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",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-template": "^6.24.1",
|
"babel-template": "^6.26.0",
|
||||||
"babel-traverse": "^6.24.1",
|
"babel-traverse": "^6.26.0",
|
||||||
"babel-types": "^6.24.1",
|
"babel-types": "^6.26.0",
|
||||||
"lodash": "^4.17.4"
|
"lodash": "^4.17.4"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||||
"version": "6.24.1",
|
"version": "6.26.0",
|
||||||
"description": "This plugin transforms ES2015 modules to CommonJS",
|
"description": "This plugin transforms ES2015 modules to CommonJS",
|
||||||
"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.24.1",
|
"babel-plugin-transform-strict-mode": "^6.24.1",
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-template": "^6.24.1",
|
"babel-template": "^6.26.0",
|
||||||
"babel-plugin-transform-strict-mode": "^6.24.1"
|
"babel-types": "^6.26.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-object-rest-spread",
|
"name": "babel-plugin-transform-object-rest-spread",
|
||||||
"version": "6.23.0",
|
"version": "6.26.0",
|
||||||
"description": "Compile object rest and spread to ES5",
|
"description": "Compile object rest and spread to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
|
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
|
||||||
"babel-runtime": "^6.22.0"
|
"babel-runtime": "^6.26.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.22.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-proto-to-assign",
|
"name": "babel-plugin-transform-proto-to-assign",
|
||||||
"version": "6.23.0",
|
"version": "6.26.0",
|
||||||
"description": "Babel plugin for turning __proto__ into a shallow property clone",
|
"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",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"lodash": "^4.17.4"
|
"lodash": "^4.17.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"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.24.1",
|
"version": "6.26.0",
|
||||||
"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",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-polyfill",
|
"name": "babel-polyfill",
|
||||||
"version": "6.23.0",
|
"version": "6.26.0",
|
||||||
"description": "Provides polyfills necessary for a full ES2015+ environment",
|
"description": "Provides polyfills necessary for a full ES2015+ environment",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,7 +8,7 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-polyfill",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-polyfill",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"core-js": "^2.5.0",
|
"core-js": "^2.5.0",
|
||||||
"regenerator-runtime": "^0.10.5"
|
"regenerator-runtime": "^0.10.5"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-register",
|
"name": "babel-register",
|
||||||
"version": "6.24.1",
|
"version": "6.26.0",
|
||||||
"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,8 +8,8 @@
|
|||||||
"main": "lib/node.js",
|
"main": "lib/node.js",
|
||||||
"browser": "lib/browser.js",
|
"browser": "lib/browser.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "^6.24.1",
|
"babel-core": "^6.26.0",
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"core-js": "^2.5.0",
|
"core-js": "^2.5.0",
|
||||||
"home-or-tmp": "^2.0.0",
|
"home-or-tmp": "^2.0.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-runtime",
|
"name": "babel-runtime",
|
||||||
"version": "6.23.0",
|
"version": "6.26.0",
|
||||||
"description": "babel selfContained runtime",
|
"description": "babel selfContained runtime",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-template",
|
"name": "babel-template",
|
||||||
"version": "6.25.0",
|
"version": "6.26.0",
|
||||||
"description": "Generate an AST from a string template.",
|
"description": "Generate an AST from a string template.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,9 +8,9 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-traverse": "^6.25.0",
|
"babel-traverse": "^6.26.0",
|
||||||
"babel-types": "^6.25.0",
|
"babel-types": "^6.26.0",
|
||||||
"babylon": "^6.18.0",
|
"babylon": "^6.18.0",
|
||||||
"lodash": "^4.17.4"
|
"lodash": "^4.17.4"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-traverse",
|
"name": "babel-traverse",
|
||||||
"version": "6.25.0",
|
"version": "6.26.0",
|
||||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,10 +8,10 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-code-frame": "^6.22.0",
|
"babel-code-frame": "^6.26.0",
|
||||||
"babel-messages": "^6.23.0",
|
"babel-messages": "^6.23.0",
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"babel-types": "^6.25.0",
|
"babel-types": "^6.26.0",
|
||||||
"babylon": "^6.18.0",
|
"babylon": "^6.18.0",
|
||||||
"debug": "^2.6.8",
|
"debug": "^2.6.8",
|
||||||
"globals": "^9.18.0",
|
"globals": "^9.18.0",
|
||||||
@ -19,6 +19,6 @@
|
|||||||
"lodash": "^4.17.4"
|
"lodash": "^4.17.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-generator": "^6.25.0"
|
"babel-generator": "^6.26.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-types",
|
"name": "babel-types",
|
||||||
"version": "6.25.0",
|
"version": "6.26.0",
|
||||||
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,13 +8,13 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.22.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"esutils": "^2.0.2",
|
"esutils": "^2.0.2",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"to-fast-properties": "^1.0.3"
|
"to-fast-properties": "^1.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-generator": "^6.22.0",
|
"babel-generator": "^6.26.0",
|
||||||
"babylon": "^6.18.0"
|
"babylon": "^6.18.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user