v6.22.0
This commit is contained in:
parent
cc227f44a6
commit
e9fc38bcd3
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"lerna": "2.0.0-beta.23",
|
"lerna": "2.0.0-beta.23",
|
||||||
"version": "6.21.1",
|
"version": "6.22.0",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"labels": {
|
"labels": {
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-cli",
|
"name": "babel-cli",
|
||||||
"version": "6.18.0",
|
"version": "6.22.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/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "^6.18.0",
|
"babel-core": "^6.22.0",
|
||||||
"babel-register": "^6.18.0",
|
"babel-register": "^6.22.0",
|
||||||
"babel-polyfill": "^6.16.0",
|
"babel-polyfill": "^6.22.0",
|
||||||
"babel-runtime": "^6.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"commander": "^2.8.1",
|
"commander": "^2.8.1",
|
||||||
"convert-source-map": "^1.1.0",
|
"convert-source-map": "^1.1.0",
|
||||||
"fs-readdir-recursive": "^1.0.0",
|
"fs-readdir-recursive": "^1.0.0",
|
||||||
@ -26,7 +26,7 @@
|
|||||||
"chokidar": "^1.6.1"
|
"chokidar": "^1.6.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-fixtures": "^6.18.0"
|
"babel-helper-fixtures": "^6.22.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.20.0",
|
"version": "6.22.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.21.0",
|
"version": "6.22.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/",
|
||||||
@ -25,15 +25,15 @@
|
|||||||
"test": "make test"
|
"test": "make test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-code-frame": "^6.20.0",
|
"babel-code-frame": "^6.22.0",
|
||||||
"babel-generator": "^6.21.0",
|
"babel-generator": "^6.22.0",
|
||||||
"babel-helpers": "^6.16.0",
|
"babel-helpers": "^6.22.0",
|
||||||
"babel-messages": "^6.8.0",
|
"babel-messages": "^6.22.0",
|
||||||
"babel-template": "^6.16.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-runtime": "^6.20.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-register": "^6.18.0",
|
"babel-register": "^6.22.0",
|
||||||
"babel-traverse": "^6.21.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-types": "^6.21.0",
|
"babel-types": "^6.22.0",
|
||||||
"babylon": "^6.11.0",
|
"babylon": "^6.11.0",
|
||||||
"convert-source-map": "^1.1.0",
|
"convert-source-map": "^1.1.0",
|
||||||
"debug": "^2.1.1",
|
"debug": "^2.1.1",
|
||||||
@ -46,8 +46,8 @@
|
|||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-fixtures": "^6.20.0",
|
"babel-helper-fixtures": "^6.22.0",
|
||||||
"babel-helper-transform-fixture-test-runner": "^6.21.0",
|
"babel-helper-transform-fixture-test-runner": "^6.22.0",
|
||||||
"babel-polyfill": "^6.20.0"
|
"babel-polyfill": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-generator",
|
"name": "babel-generator",
|
||||||
"version": "6.21.0",
|
"version": "6.22.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/",
|
||||||
@ -11,16 +11,16 @@
|
|||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-messages": "^6.8.0",
|
"babel-messages": "^6.22.0",
|
||||||
"babel-runtime": "^6.20.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.21.0",
|
"babel-types": "^6.22.0",
|
||||||
"detect-indent": "^4.0.0",
|
"detect-indent": "^4.0.0",
|
||||||
"jsesc": "^1.3.0",
|
"jsesc": "^1.3.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-fixtures": "^6.20.0",
|
"babel-helper-fixtures": "^6.22.0",
|
||||||
"babylon": "^6.11.0"
|
"babylon": "^6.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-bindify-decorators",
|
"name": "babel-helper-bindify-decorators",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to bindify decorators",
|
"description": "Helper function to bindify decorators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-traverse": "^6.18.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-builder-binary-assignment-operator-visitor",
|
"name": "babel-helper-builder-binary-assignment-operator-visitor",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to build binary assignment operator visitors",
|
"description": "Helper function to build binary assignment operator visitors",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-explode-assignable-expression": "^6.18.0",
|
"babel-helper-explode-assignable-expression": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
|
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to build conditional assignment operator visitors",
|
"description": "Helper function to build conditional assignment operator visitors",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-explode-assignable-expression": "^6.18.0",
|
"babel-helper-explode-assignable-expression": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-builder-react-jsx",
|
"name": "babel-helper-builder-react-jsx",
|
||||||
"version": "6.21.1",
|
"version": "6.22.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.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.21.0",
|
"babel-types": "^6.22.0",
|
||||||
"esutils": "^2.0.0",
|
"esutils": "^2.0.0",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-call-delegate",
|
"name": "babel-helper-call-delegate",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to call delegate",
|
"description": "Helper function to call delegate",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-traverse": "^6.18.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-helper-hoist-variables": "^6.18.0"
|
"babel-helper-hoist-variables": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-define-map",
|
"name": "babel-helper-define-map",
|
||||||
"version": "6.18.0",
|
"version": "6.22.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-runtime": "^6.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"babel-types": "^6.18.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-helper-function-name": "^6.18.0"
|
"babel-helper-function-name": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-explode-assignable-expression",
|
"name": "babel-helper-explode-assignable-expression",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to explode an assignable expression",
|
"description": "Helper function to explode an assignable expression",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-traverse": "^6.18.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-explode-class",
|
"name": "babel-helper-explode-class",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to explode class",
|
"description": "Helper function to explode class",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-traverse": "^6.18.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-types": "^6.18.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-helper-bindify-decorators": "^6.18.0"
|
"babel-helper-bindify-decorators": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-fixtures",
|
"name": "babel-helper-fixtures",
|
||||||
"version": "6.20.0",
|
"version": "6.22.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.20.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"try-resolve": "^1.0.0"
|
"try-resolve": "^1.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-function-name",
|
"name": "babel-helper-function-name",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to change the property 'name' of every function",
|
"description": "Helper function to change the property 'name' of every function",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-traverse": "^6.18.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-helper-get-function-arity": "^6.18.0",
|
"babel-helper-get-function-arity": "^6.22.0",
|
||||||
"babel-template": "^6.8.0"
|
"babel-template": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-get-function-arity",
|
"name": "babel-helper-get-function-arity",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to get function arity",
|
"description": "Helper function to get function arity",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-hoist-variables",
|
"name": "babel-helper-hoist-variables",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to hoist variables",
|
"description": "Helper function to hoist variables",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-optimise-call-expression",
|
"name": "babel-helper-optimise-call-expression",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to optimise call expression",
|
"description": "Helper function to optimise call expression",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-plugin-test-runner",
|
"name": "babel-helper-plugin-test-runner",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to support test runner",
|
"description": "Helper function to support test runner",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-helper-transform-fixture-test-runner": "^6.18.0"
|
"babel-helper-transform-fixture-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-regex",
|
"name": "babel-helper-regex",
|
||||||
"version": "6.18.0",
|
"version": "6.22.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.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-remap-async-to-generator",
|
"name": "babel-helper-remap-async-to-generator",
|
||||||
"version": "6.20.3",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to remap async functions to generators",
|
"description": "Helper function to remap async functions to generators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.20.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-template": "^6.16.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-types": "^6.20.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-traverse": "^6.20.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-helper-function-name": "^6.18.0"
|
"babel-helper-function-name": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-replace-supers",
|
"name": "babel-helper-replace-supers",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Helper function to replace supers",
|
"description": "Helper function to replace supers",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-optimise-call-expression": "^6.18.0",
|
"babel-helper-optimise-call-expression": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-traverse": "^6.18.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-messages": "^6.8.0",
|
"babel-messages": "^6.22.0",
|
||||||
"babel-template": "^6.16.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-transform-fixture-test-runner",
|
"name": "babel-helper-transform-fixture-test-runner",
|
||||||
"version": "6.21.0",
|
"version": "6.22.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,12 +8,12 @@
|
|||||||
"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-runtime": "^6.20.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-core": "^6.21.0",
|
"babel-core": "^6.22.0",
|
||||||
"babel-polyfill": "^6.20.0",
|
"babel-polyfill": "^6.22.0",
|
||||||
"babel-helper-fixtures": "^6.20.0",
|
"babel-helper-fixtures": "^6.22.0",
|
||||||
"source-map": "^0.5.0",
|
"source-map": "^0.5.0",
|
||||||
"babel-code-frame": "^6.20.0",
|
"babel-code-frame": "^6.22.0",
|
||||||
"chai": "^3.0.0",
|
"chai": "^3.0.0",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helpers",
|
"name": "babel-helpers",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Collection of helper functions used by Babel transforms.",
|
"description": "Collection of helper functions used by Babel transforms.",
|
||||||
"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-helpers",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-template": "^6.16.0"
|
"babel-template": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-messages",
|
"name": "babel-messages",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Collection of debug messages used by Babel.",
|
"description": "Collection of debug messages used by Babel.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,6 +8,6 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-messages",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-messages",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-check-es2015-constants",
|
"name": "babel-plugin-check-es2015-constants",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 constants to ES5",
|
"description": "Compile ES2015 constants to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-external-helpers",
|
"name": "babel-plugin-external-helpers",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-syntax-trailing-function-commas",
|
"name": "babel-plugin-syntax-trailing-function-commas",
|
||||||
"version": "6.20.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile trailing function commas to ES5",
|
"description": "Compile trailing function commas to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,6 +10,6 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-async-functions",
|
"name": "babel-plugin-transform-async-functions",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile async functions to ES5",
|
"description": "Compile async functions to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-functions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,9 +10,9 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-async-functions": "^6.8.0",
|
"babel-plugin-syntax-async-functions": "^6.8.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-async-generator-functions",
|
"name": "babel-plugin-transform-async-generator-functions",
|
||||||
"version": "6.17.0",
|
"version": "6.22.0",
|
||||||
"description": "Turn async generator functions into ES2015 generators",
|
"description": "Turn async generator functions into ES2015 generators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-generator-functions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-generator-functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-remap-async-to-generator": "^6.16.2",
|
"babel-helper-remap-async-to-generator": "^6.22.0",
|
||||||
"babel-plugin-syntax-async-generators": "^6.5.0",
|
"babel-plugin-syntax-async-generators": "^6.5.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.3.13"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-async-to-generator",
|
"name": "babel-plugin-transform-async-to-generator",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Turn async functions into ES2015 generators",
|
"description": "Turn async functions into ES2015 generators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-remap-async-to-generator": "^6.16.0",
|
"babel-helper-remap-async-to-generator": "^6.22.0",
|
||||||
"babel-plugin-syntax-async-functions": "^6.8.0",
|
"babel-plugin-syntax-async-functions": "^6.8.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-async-to-module-method",
|
"name": "babel-plugin-transform-async-to-module-method",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Turn async functions into a module method",
|
"description": "Turn async functions into a module method",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,11 +10,11 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-async-functions": "^6.8.0",
|
"babel-plugin-syntax-async-functions": "^6.8.0",
|
||||||
"babel-helper-remap-async-to-generator": "^6.16.0",
|
"babel-helper-remap-async-to-generator": "^6.22.0",
|
||||||
"babel-types": "^6.16.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-class-constructor-call",
|
"name": "babel-plugin-transform-class-constructor-call",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "This plugin allows Babel to transform class constructors (deprecated)",
|
"description": "This plugin allows Babel to transform class constructors (deprecated)",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-template": "^6.8.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-plugin-syntax-class-constructor-call": "^6.18.0",
|
"babel-plugin-syntax-class-constructor-call": "^6.18.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-class-properties",
|
"name": "babel-plugin-transform-class-properties",
|
||||||
"version": "6.19.0",
|
"version": "6.22.0",
|
||||||
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
|
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,12 +9,12 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-function-name": "^6.18.0",
|
"babel-helper-function-name": "^6.22.0",
|
||||||
"babel-plugin-syntax-class-properties": "^6.8.0",
|
"babel-plugin-syntax-class-properties": "^6.8.0",
|
||||||
"babel-runtime": "^6.9.1",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-template": "^6.15.0"
|
"babel-template": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-decorators",
|
"name": "babel-plugin-transform-decorators",
|
||||||
"version": "6.13.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile class and object decorators to ES5",
|
"description": "Compile class and object decorators to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-types": "^6.13.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-plugin-syntax-decorators": "^6.13.0",
|
"babel-plugin-syntax-decorators": "^6.13.0",
|
||||||
"babel-helper-explode-class": "^6.8.0",
|
"babel-helper-explode-class": "^6.22.0",
|
||||||
"babel-template": "^6.8.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-do-expressions",
|
"name": "babel-plugin-transform-do-expressions",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile do expressions to ES5",
|
"description": "Compile do expressions to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-do-expressions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-do-expressions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,9 +10,9 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-do-expressions": "^6.8.0",
|
"babel-plugin-syntax-do-expressions": "^6.8.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-arrow-functions",
|
"name": "babel-plugin-transform-es2015-arrow-functions",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 arrow functions to ES5",
|
"description": "Compile ES2015 arrow functions to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-block-scoped-functions",
|
"name": "babel-plugin-transform-es2015-block-scoped-functions",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
|
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoped-functions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoped-functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||||
"version": "6.21.0",
|
"version": "6.22.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-traverse": "^6.21.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-types": "^6.21.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-template": "^6.15.0",
|
"babel-template": "^6.22.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"babel-runtime": "^6.20.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-classes",
|
"name": "babel-plugin-transform-es2015-classes",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 classes to ES5",
|
"description": "Compile ES2015 classes to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-optimise-call-expression": "^6.18.0",
|
"babel-helper-optimise-call-expression": "^6.22.0",
|
||||||
"babel-helper-function-name": "^6.18.0",
|
"babel-helper-function-name": "^6.22.0",
|
||||||
"babel-helper-replace-supers": "^6.18.0",
|
"babel-helper-replace-supers": "^6.22.0",
|
||||||
"babel-template": "^6.14.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-traverse": "^6.18.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-helper-define-map": "^6.18.0",
|
"babel-helper-define-map": "^6.22.0",
|
||||||
"babel-messages": "^6.8.0",
|
"babel-messages": "^6.22.0",
|
||||||
"babel-runtime": "^6.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-computed-properties",
|
"name": "babel-plugin-transform-es2015-computed-properties",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 computed properties to ES5",
|
"description": "Compile ES2015 computed properties to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-template": "^6.8.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-destructuring",
|
"name": "babel-plugin-transform-es2015-destructuring",
|
||||||
"version": "6.19.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 destructuring to ES5",
|
"description": "Compile ES2015 destructuring to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.9.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-duplicate-keys",
|
"name": "babel-plugin-transform-es2015-duplicate-keys",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile objects with duplicate keys to valid strict ES5",
|
"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",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-duplicate-keys",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.8.0"
|
"babel-types": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-for-of",
|
"name": "babel-plugin-transform-es2015-for-of",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 for...of to ES5",
|
"description": "Compile ES2015 for...of to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-function-name",
|
"name": "babel-plugin-transform-es2015-function-name",
|
||||||
"version": "6.9.0",
|
"version": "6.22.0",
|
||||||
"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",
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-function-name": "^6.8.0",
|
"babel-helper-function-name": "^6.22.0",
|
||||||
"babel-types": "^6.9.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-runtime": "^6.9.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-instanceof",
|
"name": "babel-plugin-transform-es2015-instanceof",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "This plugin transforms all the ES2015 'instanceof' methods",
|
"description": "This plugin transforms all the ES2015 'instanceof' methods",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-literals",
|
"name": "babel-plugin-transform-es2015-literals",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 unicode string and number literals to ES5",
|
"description": "Compile ES2015 unicode string and number literals to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-modules-amd",
|
"name": "babel-plugin-transform-es2015-modules-amd",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "This plugin transforms ES2015 modules to AMD",
|
"description": "This plugin transforms ES2015 modules to AMD",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
|
||||||
"babel-template": "^6.8.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||||
"version": "6.18.0",
|
"version": "6.22.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.18.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-template": "^6.16.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-plugin-transform-strict-mode": "^6.18.0"
|
"babel-plugin-transform-strict-mode": "^6.22.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-modules-systemjs",
|
"name": "babel-plugin-transform-es2015-modules-systemjs",
|
||||||
"version": "6.19.0",
|
"version": "6.22.0",
|
||||||
"description": "This plugin transforms ES2015 modules to SystemJS",
|
"description": "This plugin transforms ES2015 modules to SystemJS",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-template": "^6.14.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-helper-hoist-variables": "^6.18.0",
|
"babel-helper-hoist-variables": "^6.22.0",
|
||||||
"babel-runtime": "^6.11.6"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0",
|
"babel-helper-plugin-test-runner": "^6.22.0",
|
||||||
"babel-plugin-syntax-dynamic-import": "^6.18.0"
|
"babel-plugin-syntax-dynamic-import": "^6.18.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-modules-umd",
|
"name": "babel-plugin-transform-es2015-modules-umd",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "This plugin transforms ES2015 modules to UMD",
|
"description": "This plugin transforms ES2015 modules to UMD",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-es2015-modules-amd": "^6.18.0",
|
"babel-plugin-transform-es2015-modules-amd": "^6.22.0",
|
||||||
"babel-template": "^6.8.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-object-super",
|
"name": "babel-plugin-transform-es2015-object-super",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 object super to ES5",
|
"description": "Compile ES2015 object super to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-replace-supers": "^6.8.0",
|
"babel-helper-replace-supers": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-parameters",
|
"name": "babel-plugin-transform-es2015-parameters",
|
||||||
"version": "6.21.0",
|
"version": "6.22.0",
|
||||||
"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.21.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-helper-call-delegate": "^6.18.0",
|
"babel-helper-call-delegate": "^6.22.0",
|
||||||
"babel-helper-get-function-arity": "^6.18.0",
|
"babel-helper-get-function-arity": "^6.22.0",
|
||||||
"babel-template": "^6.16.0",
|
"babel-template": "^6.22.0",
|
||||||
"babel-types": "^6.21.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-runtime": "^6.9.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-shorthand-properties",
|
"name": "babel-plugin-transform-es2015-shorthand-properties",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 shorthand properties to ES5",
|
"description": "Compile ES2015 shorthand properties to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-types": "^6.18.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-spread",
|
"name": "babel-plugin-transform-es2015-spread",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 spread to ES5",
|
"description": "Compile ES2015 spread to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-sticky-regex",
|
"name": "babel-plugin-transform-es2015-sticky-regex",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
|
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-regex": "^6.8.0",
|
"babel-helper-regex": "^6.22.0",
|
||||||
"babel-types": "^6.8.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-template-literals",
|
"name": "babel-plugin-transform-es2015-template-literals",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 template literals to ES5",
|
"description": "Compile ES2015 template literals to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-typeof-symbol",
|
"name": "babel-plugin-transform-es2015-typeof-symbol",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
|
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es2015-unicode-regex",
|
"name": "babel-plugin-transform-es2015-unicode-regex",
|
||||||
"version": "6.11.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES2015 Unicode regex to ES5",
|
"description": "Compile ES2015 Unicode regex to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-regex": "^6.8.0",
|
"babel-helper-regex": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"regexpu-core": "^2.0.0"
|
"regexpu-core": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es3-member-expression-literals",
|
"name": "babel-plugin-transform-es3-member-expression-literals",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Ensure that reserved words are quoted in property accesses",
|
"description": "Ensure that reserved words are quoted in property accesses",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-member-expression-literals",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-member-expression-literals",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es3-property-literals",
|
"name": "babel-plugin-transform-es3-property-literals",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Ensure that reserved words are quoted in object property keys",
|
"description": "Ensure that reserved words are quoted in object property keys",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-property-literals",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-property-literals",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-es5-property-mutators",
|
"name": "babel-plugin-transform-es5-property-mutators",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
|
"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",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es5-property-mutators",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-define-map": "^6.8.0",
|
"babel-helper-define-map": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-eval",
|
"name": "babel-plugin-transform-eval",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile eval calls with string literals",
|
"description": "Compile eval calls with string literals",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-eval",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-eval",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-exponentiation-operator",
|
"name": "babel-plugin-transform-exponentiation-operator",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile exponentiation operator to ES5",
|
"description": "Compile exponentiation operator to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,10 +10,10 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-exponentiation-operator": "^6.8.0",
|
"babel-plugin-syntax-exponentiation-operator": "^6.8.0",
|
||||||
"babel-helper-builder-binary-assignment-operator-visitor": "^6.8.0",
|
"babel-helper-builder-binary-assignment-operator-visitor": "^6.22.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-export-extensions",
|
"name": "babel-plugin-transform-export-extensions",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile export extensions to ES2015",
|
"description": "Compile export extensions to ES2015",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-extensions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-extensions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,9 +10,9 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-export-extensions": "^6.8.0",
|
"babel-plugin-syntax-export-extensions": "^6.8.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-flow-comments",
|
"name": "babel-plugin-transform-flow-comments",
|
||||||
"version": "6.21.0",
|
"version": "6.22.0",
|
||||||
"description": "Turn flow type annotations into comments",
|
"description": "Turn flow type annotations into comments",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-plugin-syntax-flow": "^6.8.0"
|
"babel-plugin-syntax-flow": "^6.8.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-flow-strip-types",
|
"name": "babel-plugin-transform-flow-strip-types",
|
||||||
"version": "6.21.0",
|
"version": "6.22.0",
|
||||||
"description": "Strip flow type annotations from your output code.",
|
"description": "Strip flow type annotations from your output code.",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-plugin-syntax-flow": "^6.18.0"
|
"babel-plugin-syntax-flow": "^6.18.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-function-bind",
|
"name": "babel-plugin-transform-function-bind",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Compile function bind operator to ES5",
|
"description": "Compile function bind operator to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,9 +10,9 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-function-bind": "^6.8.0",
|
"babel-plugin-syntax-function-bind": "^6.8.0",
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-jscript",
|
"name": "babel-plugin-transform-jscript",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel plugin to fix buggy JScript named function expressions",
|
"description": "Babel plugin to fix buggy JScript named function expressions",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-object-assign",
|
"name": "babel-plugin-transform-object-assign",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Replace Object.assign with an inline helper",
|
"description": "Replace Object.assign with an inline helper",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
|
||||||
"author": "Jed Watson",
|
"author": "Jed Watson",
|
||||||
@ -10,9 +10,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-object-rest-spread",
|
"name": "babel-plugin-transform-object-rest-spread",
|
||||||
"version": "6.20.2",
|
"version": "6.22.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,9 +10,9 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
|
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
|
||||||
"babel-runtime": "^6.20.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-object-set-prototype-of-to-assign",
|
"name": "babel-plugin-transform-object-set-prototype-of-to-assign",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Turn Object.setPrototypeOf to assignments",
|
"description": "Turn Object.setPrototypeOf to assignments",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-set-prototype-of-to-assign",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-set-prototype-of-to-assign",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.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.9.0",
|
"version": "6.22.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,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-react-constant-elements",
|
"name": "babel-plugin-transform-react-constant-elements",
|
||||||
"version": "6.9.1",
|
"version": "6.22.0",
|
||||||
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
|
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.9.1"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-react-display-name",
|
"name": "babel-plugin-transform-react-display-name",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Add displayName to React.createClass calls",
|
"description": "Add displayName to React.createClass calls",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-display-name",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-display-name",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-react-inline-elements",
|
"name": "babel-plugin-transform-react-inline-elements",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Turn JSX elements into exploded React objects",
|
"description": "Turn JSX elements into exploded React objects",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-react-jsx-compat",
|
"name": "babel-plugin-transform-react-jsx-compat",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Turn JSX into React Pre-0.12 function calls",
|
"description": "Turn JSX into React Pre-0.12 function calls",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-compat",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-compat",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-helper-builder-react-jsx": "^6.8.0"
|
"babel-helper-builder-react-jsx": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-react-jsx-self",
|
"name": "babel-plugin-transform-react-jsx-self",
|
||||||
"version": "6.11.0",
|
"version": "6.22.0",
|
||||||
"description": "Add a __self prop to all JSX Elements",
|
"description": "Add a __self prop to all JSX Elements",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-self",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-plugin-syntax-jsx": "^6.8.0"
|
"babel-plugin-syntax-jsx": "^6.8.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-react-jsx-source",
|
"name": "babel-plugin-transform-react-jsx-source",
|
||||||
"version": "6.9.0",
|
"version": "6.22.0",
|
||||||
"description": "Add a __source prop to all JSX Elements",
|
"description": "Add a __source prop to all JSX Elements",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-plugin-syntax-jsx": "^6.8.0"
|
"babel-plugin-syntax-jsx": "^6.8.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-react-jsx",
|
"name": "babel-plugin-transform-react-jsx",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Turn JSX into React function calls",
|
"description": "Turn JSX into React function calls",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-helper-builder-react-jsx": "^6.8.0",
|
"babel-helper-builder-react-jsx": "^6.22.0",
|
||||||
"babel-plugin-syntax-jsx": "^6.8.0"
|
"babel-plugin-syntax-jsx": "^6.8.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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.21.0",
|
"version": "6.22.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",
|
||||||
@ -11,6 +11,6 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-runtime",
|
"name": "babel-plugin-transform-runtime",
|
||||||
"version": "6.15.0",
|
"version": "6.22.0",
|
||||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
"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",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.9.0"
|
"babel-runtime": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-transform-strict-mode",
|
"name": "babel-plugin-transform-strict-mode",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
|
"description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.18.0"
|
"babel-types": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-plugin-undeclared-variables-check",
|
"name": "babel-plugin-undeclared-variables-check",
|
||||||
"version": "6.8.0",
|
"version": "6.22.0",
|
||||||
"description": "Throw a compile-time error on references to undeclared variables",
|
"description": "Throw a compile-time error on references to undeclared variables",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-undeclared-variables-check",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-undeclared-variables-check",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.0.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"leven": "^1.0.2"
|
"leven": "^1.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-polyfill",
|
"name": "babel-polyfill",
|
||||||
"version": "6.20.0",
|
"version": "6.22.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/",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core-js": "^2.4.0",
|
"core-js": "^2.4.0",
|
||||||
"babel-runtime": "^6.20.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"regenerator-runtime": "^0.10.0"
|
"regenerator-runtime": "^0.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-es2015",
|
"name": "babel-preset-es2015",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset for all es2015 plugins.",
|
"description": "Babel preset for all es2015 plugins.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,33 +8,33 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2015",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2015",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-check-es2015-constants": "^6.3.13",
|
"babel-plugin-check-es2015-constants": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
|
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-block-scoping": "^6.18.0",
|
"babel-plugin-transform-es2015-block-scoping": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-classes": "^6.18.0",
|
"babel-plugin-transform-es2015-classes": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
|
"babel-plugin-transform-es2015-computed-properties": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-destructuring": "^6.18.0",
|
"babel-plugin-transform-es2015-destructuring": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-duplicate-keys": "^6.6.0",
|
"babel-plugin-transform-es2015-duplicate-keys": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-for-of": "^6.18.0",
|
"babel-plugin-transform-es2015-for-of": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-function-name": "^6.9.0",
|
"babel-plugin-transform-es2015-function-name": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-literals": "^6.3.13",
|
"babel-plugin-transform-es2015-literals": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-modules-amd": "^6.18.0",
|
"babel-plugin-transform-es2015-modules-amd": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-modules-systemjs": "^6.18.0",
|
"babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
|
"babel-plugin-transform-es2015-modules-umd": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-object-super": "^6.3.13",
|
"babel-plugin-transform-es2015-object-super": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-parameters": "^6.18.0",
|
"babel-plugin-transform-es2015-parameters": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.18.0",
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-spread": "^6.3.13",
|
"babel-plugin-transform-es2015-spread": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
|
"babel-plugin-transform-es2015-sticky-regex": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-template-literals": "^6.6.0",
|
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.18.0",
|
"babel-plugin-transform-es2015-typeof-symbol": "^6.22.0",
|
||||||
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
|
"babel-plugin-transform-es2015-unicode-regex": "^6.22.0",
|
||||||
"babel-plugin-transform-regenerator": "^6.16.0"
|
"babel-plugin-transform-regenerator": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-transform-fixture-test-runner": "^6.18.0",
|
"babel-helper-transform-fixture-test-runner": "^6.22.0",
|
||||||
"babel-helper-plugin-test-runner": "^6.18.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-es2016",
|
"name": "babel-preset-es2016",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset for all es2016 plugins.",
|
"description": "Babel preset for all es2016 plugins.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,6 +8,6 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2016",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2016",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-exponentiation-operator": "^6.3.13"
|
"babel-plugin-transform-exponentiation-operator": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-es2017",
|
"name": "babel-preset-es2017",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset for all es2017 plugins.",
|
"description": "Babel preset for all es2017 plugins.",
|
||||||
"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-preset-es2017",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2017",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-trailing-function-commas": "^6.8.0",
|
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
|
||||||
"babel-plugin-transform-async-to-generator": "^6.16.0"
|
"babel-plugin-transform-async-to-generator": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-latest",
|
"name": "babel-preset-latest",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset including es2015+",
|
"description": "Babel preset including es2015+",
|
||||||
"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-preset-latest",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-latest",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-preset-es2015": "^6.16.0",
|
"babel-preset-es2015": "^6.22.0",
|
||||||
"babel-preset-es2016": "^6.16.0",
|
"babel-preset-es2016": "^6.22.0",
|
||||||
"babel-preset-es2017": "^6.16.0"
|
"babel-preset-es2017": "^6.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
"babel-helper-plugin-test-runner": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-react",
|
"name": "babel-preset-react",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset for all React plugins.",
|
"description": "Babel preset for all React plugins.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -10,10 +10,10 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-flow": "^6.3.13",
|
"babel-plugin-syntax-flow": "^6.3.13",
|
||||||
"babel-plugin-syntax-jsx": "^6.3.13",
|
"babel-plugin-syntax-jsx": "^6.3.13",
|
||||||
"babel-plugin-transform-flow-strip-types": "^6.3.13",
|
"babel-plugin-transform-flow-strip-types": "^6.22.0",
|
||||||
"babel-plugin-transform-react-display-name": "^6.3.13",
|
"babel-plugin-transform-react-display-name": "^6.22.0",
|
||||||
"babel-plugin-transform-react-jsx": "^6.3.13",
|
"babel-plugin-transform-react-jsx": "^6.22.0",
|
||||||
"babel-plugin-transform-react-jsx-source": "^6.3.13",
|
"babel-plugin-transform-react-jsx-source": "^6.22.0",
|
||||||
"babel-plugin-transform-react-jsx-self": "^6.11.0"
|
"babel-plugin-transform-react-jsx-self": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-stage-0",
|
"name": "babel-preset-stage-0",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset for stage 0 plugins",
|
"description": "Babel preset for stage 0 plugins",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,8 +8,8 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-0",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-do-expressions": "^6.3.13",
|
"babel-plugin-transform-do-expressions": "^6.22.0",
|
||||||
"babel-plugin-transform-function-bind": "^6.3.13",
|
"babel-plugin-transform-function-bind": "^6.22.0",
|
||||||
"babel-preset-stage-1": "^6.16.0"
|
"babel-preset-stage-1": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-stage-1",
|
"name": "babel-preset-stage-1",
|
||||||
"version": "6.16.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset for stage 1 plugins",
|
"description": "Babel preset for stage 1 plugins",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,8 +8,8 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-1",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-1",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-class-constructor-call": "^6.3.13",
|
"babel-plugin-transform-class-constructor-call": "^6.22.0",
|
||||||
"babel-plugin-transform-export-extensions": "^6.3.13",
|
"babel-plugin-transform-export-extensions": "^6.22.0",
|
||||||
"babel-preset-stage-2": "^6.16.0"
|
"babel-preset-stage-2": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-stage-2",
|
"name": "babel-preset-stage-2",
|
||||||
"version": "6.18.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset for stage 2 plugins",
|
"description": "Babel preset for stage 2 plugins",
|
||||||
"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-preset-stage-2",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-2",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-transform-class-properties": "^6.18.0",
|
"babel-plugin-transform-class-properties": "^6.22.0",
|
||||||
"babel-plugin-transform-decorators": "^6.13.0",
|
"babel-plugin-transform-decorators": "^6.22.0",
|
||||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||||
"babel-preset-stage-3": "^6.17.0"
|
"babel-preset-stage-3": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-preset-stage-3",
|
"name": "babel-preset-stage-3",
|
||||||
"version": "6.17.0",
|
"version": "6.22.0",
|
||||||
"description": "Babel preset for stage 3 plugins",
|
"description": "Babel preset for stage 3 plugins",
|
||||||
"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-preset-stage-3",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-3",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-plugin-syntax-trailing-function-commas": "^6.3.13",
|
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
|
||||||
"babel-plugin-transform-async-generator-functions": "^6.17.0",
|
"babel-plugin-transform-async-generator-functions": "^6.22.0",
|
||||||
"babel-plugin-transform-async-to-generator": "^6.16.0",
|
"babel-plugin-transform-async-to-generator": "^6.22.0",
|
||||||
"babel-plugin-transform-exponentiation-operator": "^6.3.13",
|
"babel-plugin-transform-exponentiation-operator": "^6.22.0",
|
||||||
"babel-plugin-transform-object-rest-spread": "^6.16.0"
|
"babel-plugin-transform-object-rest-spread": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-register",
|
"name": "babel-register",
|
||||||
"version": "6.18.0",
|
"version": "6.22.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.18.0",
|
"babel-core": "^6.22.0",
|
||||||
"babel-runtime": "^6.11.6",
|
"babel-runtime": "^6.22.0",
|
||||||
"core-js": "^2.4.0",
|
"core-js": "^2.4.0",
|
||||||
"home-or-tmp": "^2.0.0",
|
"home-or-tmp": "^2.0.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-runtime",
|
"name": "babel-runtime",
|
||||||
"version": "6.20.0",
|
"version": "6.22.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",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
"regenerator-runtime": "^0.10.0"
|
"regenerator-runtime": "^0.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helpers": "^6.6.0",
|
"babel-helpers": "^6.22.0",
|
||||||
"babel-plugin-transform-runtime": "^6.9.0"
|
"babel-plugin-transform-runtime": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-template",
|
"name": "babel-template",
|
||||||
"version": "6.16.0",
|
"version": "6.22.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/",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babylon": "^6.11.0",
|
"babylon": "^6.11.0",
|
||||||
"babel-traverse": "^6.16.0",
|
"babel-traverse": "^6.22.0",
|
||||||
"babel-types": "^6.16.0",
|
"babel-types": "^6.22.0",
|
||||||
"babel-runtime": "^6.9.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-traverse",
|
"name": "babel-traverse",
|
||||||
"version": "6.21.0",
|
"version": "6.22.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.20.0",
|
"babel-code-frame": "^6.22.0",
|
||||||
"babel-messages": "^6.8.0",
|
"babel-messages": "^6.22.0",
|
||||||
"babel-runtime": "^6.20.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"babel-types": "^6.21.0",
|
"babel-types": "^6.22.0",
|
||||||
"babylon": "^6.15.0",
|
"babylon": "^6.15.0",
|
||||||
"debug": "^2.2.0",
|
"debug": "^2.2.0",
|
||||||
"globals": "^9.0.0",
|
"globals": "^9.0.0",
|
||||||
@ -19,6 +19,6 @@
|
|||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-generator": "^6.21.0"
|
"babel-generator": "^6.22.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-types",
|
"name": "babel-types",
|
||||||
"version": "6.21.0",
|
"version": "6.22.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,7 +8,7 @@
|
|||||||
"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.20.0",
|
"babel-runtime": "^6.22.0",
|
||||||
"esutils": "^2.0.2",
|
"esutils": "^2.0.2",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"to-fast-properties": "^1.0.1"
|
"to-fast-properties": "^1.0.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user