v6.16.0
This commit is contained in:
parent
4f2637e1ec
commit
6d22f258db
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.0.0-beta.23",
|
||||
"version": "6.15.0",
|
||||
"version": "6.16.0",
|
||||
"changelog": {
|
||||
"repo": "babel/babel",
|
||||
"labels": {
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.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.14.0",
|
||||
"babel-register": "^6.14.0",
|
||||
"babel-polyfill": "^6.9.0",
|
||||
"babel-core": "^6.16.0",
|
||||
"babel-register": "^6.16.0",
|
||||
"babel-polyfill": "^6.16.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"bin-version-check": "^2.1.0",
|
||||
"chalk": "1.1.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-code-frame",
|
||||
"version": "6.11.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Generate errors that contain a code frame that point to source locations.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -24,15 +24,15 @@
|
||||
"test": "make test"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.8.0",
|
||||
"babel-generator": "^6.14.0",
|
||||
"babel-helpers": "^6.8.0",
|
||||
"babel-code-frame": "^6.16.0",
|
||||
"babel-generator": "^6.16.0",
|
||||
"babel-helpers": "^6.16.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-template": "^6.16.0",
|
||||
"babel-runtime": "^6.9.1",
|
||||
"babel-register": "^6.14.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-register": "^6.16.0",
|
||||
"babel-traverse": "^6.16.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"babylon": "^6.11.0",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
@ -48,7 +48,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.9.0",
|
||||
"babel-helper-transform-fixture-test-runner": "^6.13.2",
|
||||
"babel-polyfill": "^6.13.0"
|
||||
"babel-helper-transform-fixture-test-runner": "^6.16.0",
|
||||
"babel-polyfill": "^6.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.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.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"detect-indent": "^3.0.1",
|
||||
"jsesc": "^1.3.0",
|
||||
"lodash": "^4.2.0",
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "babel-helper-remap-async-to-generator",
|
||||
"version": "6.11.2",
|
||||
"version": "6.16.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-template": "^6.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-traverse": "^6.8.0",
|
||||
"babel-template": "^6.16.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"babel-traverse": "^6.16.0",
|
||||
"babel-helper-function-name": "^6.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-replace-supers",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
||||
"license": "MIT",
|
||||
@ -8,9 +8,9 @@
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-traverse": "^6.16.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-types": "^6.14.0"
|
||||
"babel-template": "^6.16.0",
|
||||
"babel-types": "^6.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-transform-fixture-test-runner",
|
||||
"version": "6.13.2",
|
||||
"version": "6.16.0",
|
||||
"description": "Transform test runner for babel-helper-fixtures module",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,11 +9,11 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-core": "^6.13.2",
|
||||
"babel-polyfill": "^6.9.0",
|
||||
"babel-core": "^6.16.0",
|
||||
"babel-polyfill": "^6.16.0",
|
||||
"babel-helper-fixtures": "^6.9.0",
|
||||
"source-map": "^0.5.0",
|
||||
"babel-code-frame": "^6.8.0",
|
||||
"babel-code-frame": "^6.16.0",
|
||||
"chai": "^2.2.0",
|
||||
"lodash": "^4.2.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helpers",
|
||||
"version": "6.8.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,6 +9,6 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-template": "^6.8.0"
|
||||
"babel-template": "^6.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-generator-functions",
|
||||
"version": "6.7.4",
|
||||
"version": "6.16.0",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-generator-functions",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-remap-async-to-generator": "^6.7.0",
|
||||
"babel-helper-remap-async-to-generator": "^6.16.0",
|
||||
"babel-plugin-syntax-async-generators": "^6.5.0",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-generator",
|
||||
"version": "6.8.0",
|
||||
"version": "6.16.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",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-remap-async-to-generator": "^6.8.0",
|
||||
"babel-helper-remap-async-to-generator": "^6.16.0",
|
||||
"babel-plugin-syntax-async-functions": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-module-method",
|
||||
"version": "6.8.0",
|
||||
"version": "6.16.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",
|
||||
@ -10,8 +10,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-async-functions": "^6.8.0",
|
||||
"babel-helper-remap-async-to-generator": "^6.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-helper-remap-async-to-generator": "^6.16.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-properties",
|
||||
"version": "6.11.5",
|
||||
"version": "6.16.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-destructuring",
|
||||
"version": "6.9.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.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.14.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-template": "^6.16.0",
|
||||
"babel-plugin-transform-strict-mode": "^6.8.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-parameters",
|
||||
"version": "6.11.4",
|
||||
"version": "6.16.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",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.11.4",
|
||||
"babel-traverse": "^6.16.0",
|
||||
"babel-helper-call-delegate": "^6.8.0",
|
||||
"babel-helper-get-function-arity": "^6.8.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-template": "^6.16.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-object-rest-spread",
|
||||
"version": "6.8.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Compile object rest and spread to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
|
||||
"license": "MIT",
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
"name": "babel-plugin-transform-regenerator",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Explode async and generator functions into a state machine.",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.0",
|
||||
"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",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"private": "~0.1.5"
|
||||
},
|
||||
"license": "BSD",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-polyfill",
|
||||
"version": "6.13.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Provides polyfills necessary for a full ES2015+ environment",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2015",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset for all es2015 plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -14,27 +14,27 @@
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.14.0",
|
||||
"babel-plugin-transform-es2015-classes": "^6.14.0",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.16.0",
|
||||
"babel-plugin-transform-es2015-duplicate-keys": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-literals": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
|
||||
"babel-plugin-transform-es2015-modules-systemjs": "^6.14.0",
|
||||
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.16.0",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-spread": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
|
||||
"babel-plugin-transform-regenerator": "^6.14.0"
|
||||
"babel-plugin-transform-regenerator": "^6.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-transform-fixture-test-runner": "^6.13.2",
|
||||
"babel-helper-transform-fixture-test-runner": "^6.16.0",
|
||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2016",
|
||||
"version": "6.11.3",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset for all es2016 plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2017",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset for all es2017 plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,6 +9,6 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.8.0",
|
||||
"babel-plugin-transform-async-to-generator": "^6.8.0"
|
||||
"babel-plugin-transform-async-to-generator": "^6.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-latest",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset including es2015+",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,9 +8,9 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-latest",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-preset-es2015": "^6.14.0",
|
||||
"babel-preset-es2016": "^6.11.3",
|
||||
"babel-preset-es2017": "^6.14.0"
|
||||
"babel-preset-es2015": "^6.16.0",
|
||||
"babel-preset-es2016": "^6.16.0",
|
||||
"babel-preset-es2017": "^6.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-react",
|
||||
"version": "6.11.1",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset for all React plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-stage-0",
|
||||
"version": "6.5.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset for stage 0 plugins",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -10,6 +10,6 @@
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-do-expressions": "^6.3.13",
|
||||
"babel-plugin-transform-function-bind": "^6.3.13",
|
||||
"babel-preset-stage-1": "^6.3.13"
|
||||
"babel-preset-stage-1": "^6.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-stage-1",
|
||||
"version": "6.13.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset for stage 1 plugins",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -10,6 +10,6 @@
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-class-constructor-call": "^6.3.13",
|
||||
"babel-plugin-transform-export-extensions": "^6.3.13",
|
||||
"babel-preset-stage-2": "^6.13.0"
|
||||
"babel-preset-stage-2": "^6.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-stage-2",
|
||||
"version": "6.13.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset for stage 2 plugins",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,10 +8,10 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-2",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-async-generator-functions": "^6.7.4",
|
||||
"babel-plugin-transform-class-properties": "^6.3.13",
|
||||
"babel-plugin-transform-async-generator-functions": "^6.16.0",
|
||||
"babel-plugin-transform-class-properties": "^6.16.0",
|
||||
"babel-plugin-transform-decorators": "^6.13.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.3.13",
|
||||
"babel-preset-stage-3": "^6.11.0"
|
||||
"babel-plugin-transform-object-rest-spread": "^6.16.0",
|
||||
"babel-preset-stage-3": "^6.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-stage-3",
|
||||
"version": "6.11.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Babel preset for stage 3 plugins",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,7 +9,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.3.13",
|
||||
"babel-plugin-transform-async-to-generator": "^6.3.13",
|
||||
"babel-plugin-transform-async-to-generator": "^6.16.0",
|
||||
"babel-plugin-transform-exponentiation-operator": "^6.3.13"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-register",
|
||||
"version": "6.14.0",
|
||||
"version": "6.16.0",
|
||||
"description": "babel require hook",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
|
||||
@ -8,7 +8,7 @@
|
||||
"main": "lib/node.js",
|
||||
"browser": "lib/browser.js",
|
||||
"dependencies": {
|
||||
"babel-core": "^6.14.0",
|
||||
"babel-core": "^6.16.0",
|
||||
"babel-runtime": "^6.11.6",
|
||||
"core-js": "^2.4.0",
|
||||
"home-or-tmp": "^1.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-template",
|
||||
"version": "6.15.0",
|
||||
"version": "6.16.0",
|
||||
"description": "Generate an AST from a string template.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,8 +9,8 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babylon": "^6.11.0",
|
||||
"babel-traverse": "^6.15.0",
|
||||
"babel-types": "^6.15.0",
|
||||
"babel-traverse": "^6.16.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"lodash": "^4.2.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.15.0",
|
||||
"version": "6.16.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,10 +8,10 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.8.0",
|
||||
"babel-code-frame": "^6.16.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.15.0",
|
||||
"babel-types": "^6.16.0",
|
||||
"babylon": "^6.11.0",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^8.3.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.15.0",
|
||||
"version": "6.16.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user