v6.6.0
This commit is contained in:
parent
4b1d20004f
commit
f34e6518ff
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.5.1",
|
||||
"version": "6.6.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.5.1",
|
||||
"babel-register": "^6.5.1",
|
||||
"babel-polyfill": "^6.3.13",
|
||||
"babel-core": "^6.6.0",
|
||||
"babel-register": "^6.6.0",
|
||||
"babel-polyfill": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"bin-version-check": "^2.1.0",
|
||||
"chalk": "1.1.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-code-frame",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.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.5.2",
|
||||
"version": "6.6.0",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -24,16 +24,16 @@
|
||||
"test": "make test"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.3.13",
|
||||
"babel-generator": "^6.4.5",
|
||||
"babel-helpers": "^6.4.5",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-code-frame": "^6.6.0",
|
||||
"babel-generator": "^6.6.0",
|
||||
"babel-helpers": "^6.6.0",
|
||||
"babel-messages": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-register": "^6.5.2",
|
||||
"babel-traverse": "^6.4.5",
|
||||
"babel-types": "^6.5.2",
|
||||
"babylon": "^6.5.2",
|
||||
"babel-register": "^6.6.0",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-types": "^6.6.0",
|
||||
"babylon": "^6.6.0",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
"json5": "^0.4.0",
|
||||
@ -49,6 +49,6 @@
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.3.13",
|
||||
"babel-helper-transform-fixture-test-runner": "^6.3.13",
|
||||
"babel-polyfill": "^6.3.13"
|
||||
"babel-polyfill": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -11,9 +11,9 @@
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-messages": "^6.3.18",
|
||||
"babel-messages": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.4.5",
|
||||
"babel-types": "^6.6.0",
|
||||
"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.5"
|
||||
"babylon": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-bindify-decorators",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-types": "^6.3.13"
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-types": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-builder-binary-assignment-operator-visitor",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
|
||||
"license": "MIT",
|
||||
@ -8,6 +8,6 @@
|
||||
"dependencies": {
|
||||
"babel-helper-explode-assignable-expression": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.13"
|
||||
"babel-types": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor",
|
||||
"license": "MIT",
|
||||
@ -8,6 +8,6 @@
|
||||
"dependencies": {
|
||||
"babel-helper-explode-assignable-expression": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.13"
|
||||
"babel-types": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-call-delegate",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.13",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-helper-hoist-variables": "^6.3.13"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-define-map",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"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.4.5",
|
||||
"babel-helper-function-name": "^6.3.13"
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-helper-function-name": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-explode-class",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-types": "^6.3.13",
|
||||
"babel-helper-bindify-decorators": "^6.3.13"
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-helper-bindify-decorators": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "babel-helper-function-name",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.4.0",
|
||||
"babel-traverse": "^6.3.15",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-helper-get-function-arity": "^6.3.13",
|
||||
"babel-template": "^6.3.13"
|
||||
"babel-template": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-helper-optimise-call-expression",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.13"
|
||||
"babel-types": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-regex",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
||||
"license": "MIT",
|
||||
@ -8,6 +8,6 @@
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"lodash": "^3.10.0",
|
||||
"babel-types": "^6.3.13"
|
||||
"babel-types": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "babel-helper-remap-async-to-generator",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.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": "^5.0.0",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-types": "^6.4.5",
|
||||
"babel-traverse": "^6.4.5",
|
||||
"babel-helper-function-name": "^6.3.13"
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-helper-function-name": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-helper-replace-supers",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^6.3.13",
|
||||
"babel-helper-optimise-call-expression": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-types": "^6.3.13"
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-messages": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-types": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helpers",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.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": "^5.0.0",
|
||||
"babel-template": "^6.3.13"
|
||||
"babel-template": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-messages",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Collection of debug messages used by Babel.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-properties",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.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-decorators",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Compile class and object decorators to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
|
||||
"license": "MIT",
|
||||
@ -9,11 +9,11 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-types": "^6.4.0",
|
||||
"babel-helper-define-map": "^6.3.13",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-helper-define-map": "^6.6.0",
|
||||
"babel-plugin-syntax-decorators": "^6.3.13",
|
||||
"babel-helper-explode-class": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-helper-explode-class": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"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",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-types": "^6.4.0",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"lodash": "^3.10.0",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
|
||||
@ -1,20 +1,20 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.0",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^6.3.13",
|
||||
"babel-helper-function-name": "^6.4.0",
|
||||
"babel-helper-replace-supers": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-traverse": "^6.4.5",
|
||||
"babel-helper-define-map": "^6.4.5",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-helper-optimise-call-expression": "^6.6.0",
|
||||
"babel-helper-function-name": "^6.6.0",
|
||||
"babel-helper-replace-supers": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-helper-define-map": "^6.6.0",
|
||||
"babel-messages": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.5.2"
|
||||
"babel-types": "^6.6.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-destructuring",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-duplicate-keys",
|
||||
"version": "6.4.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Compile objects with duplicate keys to valid strict ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys",
|
||||
"license": "MIT",
|
||||
@ -10,7 +10,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.4.0"
|
||||
"babel-types": "^6.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.3.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-for-of",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.0",
|
||||
"description": "Compile ES2015 for...of to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-amd",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.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.5.2",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-plugin-transform-strict-mode": "^6.5.2"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-systemjs",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-helper-hoist-variables": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-plugin-transform-strict-mode": "^6.3.13"
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-umd",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-modules-amd": "^6.4.3",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-modules-amd": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-parameters",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.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.4.5",
|
||||
"babel-helper-call-delegate": "^6.3.13",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-helper-call-delegate": "^6.6.0",
|
||||
"babel-helper-get-function-arity": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-types": "^6.4.5",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-template-literals",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.0",
|
||||
"description": "Compile ES2015 template literals to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-typeof-symbol",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es5-property-mutators",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es5-property-mutators",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-define-map": "^6.3.13",
|
||||
"babel-helper-define-map": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-flow-comments",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Turn flow type annotations into comments",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-object-set-prototype-of-to-assign",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Turn Object.setPrototypeOf to assignments",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-set-prototype-of-to-assign",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-proto-to-assign",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"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",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-jsx",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.0",
|
||||
"description": "Turn JSX into React function calls",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
|
||||
"license": "MIT",
|
||||
|
||||
@ -2,19 +2,19 @@
|
||||
"name": "babel-plugin-transform-regenerator",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Explode async and generator functions into a state machine.",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.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-plugin-transform-es2015-block-scoping": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.6.0",
|
||||
"babel-plugin-syntax-async-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.5.2",
|
||||
"babel-core": "^6.5.2",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.6.0",
|
||||
"babel-core": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-traverse": "^6.3.26",
|
||||
"babel-types": "^6.5.2",
|
||||
"babylon": "^6.5.2",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-types": "^6.6.0",
|
||||
"babylon": "^6.6.0",
|
||||
"private": "~0.1.5"
|
||||
},
|
||||
"license": "BSD",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-runtime",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.0",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-polyfill",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2015",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Babel preset for all es2015 plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,27 +8,27 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2015",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-literals": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-classes": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-classes": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-duplicate-keys": "^6.4.0",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-duplicate-keys": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
|
||||
"babel-plugin-check-es2015-constants": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-spread": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
|
||||
"babel-plugin-transform-regenerator": "^6.3.13"
|
||||
"babel-plugin-transform-es2015-parameters": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.0",
|
||||
"babel-plugin-transform-regenerator": "^6.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-transform-fixture-test-runner": "^6.3.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-register",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.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.5.2",
|
||||
"babel-core": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"core-js": "^2.1.0",
|
||||
"home-or-tmp": "^1.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-runtime",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "babel selfContained runtime",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
||||
@ -9,9 +9,9 @@
|
||||
"core-js": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helpers": "^6.3.13",
|
||||
"babel-plugin-transform-runtime": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-helpers": "^6.6.0",
|
||||
"babel-plugin-transform-runtime": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-regenerator-runtime": "^6.3.13"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-template",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "Generate an AST from a string template.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,9 +8,9 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babylon": "^6.3.13",
|
||||
"babel-traverse": "^6.3.13",
|
||||
"babel-types": "^6.3.13",
|
||||
"babylon": "^6.6.0",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"babel-types": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"lodash": "^3.10.1"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.5.0",
|
||||
"version": "6.6.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,11 +8,11 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.3.13",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-code-frame": "^6.6.0",
|
||||
"babel-messages": "^6.6.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.4.5",
|
||||
"babylon": "^6.4.5",
|
||||
"babel-types": "^6.6.0",
|
||||
"babylon": "^6.6.0",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^8.3.0",
|
||||
"invariant": "^2.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.0",
|
||||
"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.4.5",
|
||||
"babel-traverse": "^6.6.0",
|
||||
"esutils": "^2.0.2",
|
||||
"lodash": "^3.10.1",
|
||||
"to-fast-properties": "^1.0.1"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babylon",
|
||||
"version": "6.5.2",
|
||||
"version": "6.6.0",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user