v6.0.2
This commit is contained in:
parent
7ff965a6f8
commit
a8cf46d8f4
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,8 +8,8 @@
|
||||
"repository": "babel/babel",
|
||||
"preferGlobal": true,
|
||||
"dependencies": {
|
||||
"babel-core": "^6.0.0",
|
||||
"babel-polyfill": "^6.0.0",
|
||||
"babel-core": "^6.0.2",
|
||||
"babel-polyfill": "^6.0.2",
|
||||
"chokidar": "^1.0.0",
|
||||
"commander": "^2.8.1",
|
||||
"convert-source-map": "^1.1.0",
|
||||
@ -22,7 +22,7 @@
|
||||
"slash": "^1.0.0",
|
||||
"source-map": "^0.5.0",
|
||||
"v8flags": "^2.0.10",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
},
|
||||
"bin": {
|
||||
"babel": "./bin/babel.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-code-frame",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,7 +8,7 @@
|
||||
"repository": "babel/babel",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"chalk": "^1.1.0",
|
||||
"esutils": "^2.0.2",
|
||||
"js-tokens": "^1.0.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "A compiler for writing next generation JavaScript",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -28,15 +28,15 @@
|
||||
"test": "make test"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.0.0",
|
||||
"babel-generator": "^6.0.0",
|
||||
"babel-helpers": "^6.0.0",
|
||||
"babel-messages": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babylon": "^6.0.0",
|
||||
"babel-code-frame": "^6.0.2",
|
||||
"babel-generator": "^6.0.2",
|
||||
"babel-helpers": "^6.0.2",
|
||||
"babel-messages": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babylon": "^6.0.2",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
"esutils": "^2.0.0",
|
||||
@ -54,6 +54,6 @@
|
||||
"source-map-support": "^0.2.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-polyfill": "^6.0.0"
|
||||
"babel-polyfill": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,9 +8,9 @@
|
||||
"repository": "babel/babel",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-messages": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-messages": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"detect-indent": "^3.0.1",
|
||||
"is-integer": "^1.0.4",
|
||||
"lodash": "^3.10.1",
|
||||
@ -19,6 +19,6 @@
|
||||
"trim-right": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.0.0"
|
||||
"babel-helper-fixtures": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-bindify-decorators",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-builder-binary-assignment-operator-visitor",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-explode-assignable-expression": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-helper-explode-assignable-expression": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-explode-assignable-expression": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-helper-explode-assignable-expression": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-builder-react-jsx",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"esutils": "^2.0.0",
|
||||
"lodash": "^3.10.0"
|
||||
}
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-call-delegate",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-helper-hoist-variables": "^6.0.0"
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-helper-hoist-variables": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-define-map",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"lodash": "^3.10.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-helper-function-name": "^6.0.0"
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-helper-function-name": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-explode-assignable-expression",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-explode-class",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-helper-bindify-decorators": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-helper-bindify-decorators": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-fixtures",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"license": "MIT",
|
||||
"repository": "babel/babel",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"lodash": "^3.10.0",
|
||||
"path-exists": "^1.0.0",
|
||||
"trim-right": "^1.0.1",
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "babel-helper-function-name",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-helper-get-function-arity": "^6.0.0",
|
||||
"babel-template": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-helper-get-function-arity": "^6.0.2",
|
||||
"babel-template": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-helper-get-function-arity",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-helper-hoist-variables",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-helper-optimise-call-expression",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-regex",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"lodash": "^3.10.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-remap-async-to-generator",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-helper-function-name": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-helper-function-name": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-helper-replace-supers",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-messages": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-helper-optimise-call-expression": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-messages": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helpers",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,7 +8,7 @@
|
||||
"repository": "babel/babel",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-template": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-template": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-messages",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,6 +8,6 @@
|
||||
"repository": "babel/babel",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-external-helpers-2",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-async-functions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of async functions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-async-generators",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of async generator functions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-class-constructor-call",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of class constructor calls",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-class-properties",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of class properties",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-decorators",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of decorators",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-do-expressions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of do expressions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-exponentiation-operator",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of the exponentiation operator",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-export-extensions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of export extensions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-flow",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-function-bind",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of function bind",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-jsx",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-object-rest-spread",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Allow parsing of object rest/spread",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-trailing-function-commas",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile trailing function commas to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-functions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile async functions to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-async-functions": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-async-functions": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-generator",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn async functions into ES2015 generators",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-remap-async-to-generator": "^6.0.0",
|
||||
"babel-plugin-syntax-async-functions": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-helper-remap-async-to-generator": "^6.0.2",
|
||||
"babel-plugin-syntax-async-functions": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-module-method",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn async functions into a module method",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,9 +9,9 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-async-functions": "^6.0.0",
|
||||
"babel-helper-remap-async-to-generator": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-async-functions": "^6.0.2",
|
||||
"babel-helper-remap-async-to-generator": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-construtor-call",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-plugin-syntax-class-constructor-call": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-plugin-syntax-class-constructor-call": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-properties",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-class-properties": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-class-properties": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-decorators",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile class and object decorators to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,11 +9,11 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-helper-define-map": "^6.0.0",
|
||||
"babel-plugin-syntax-decorators": "^6.0.0",
|
||||
"babel-helper-explode-class": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-helper-define-map": "^6.0.2",
|
||||
"babel-plugin-syntax-decorators": "^6.0.2",
|
||||
"babel-helper-explode-class": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-do-expressions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile do expressions to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-do-expressions": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-do-expressions": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-arrow-functions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 arrow functions to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoped-functions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"lodash": "^3.10.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^6.0.0",
|
||||
"babel-helper-function-name": "^6.0.0",
|
||||
"babel-helper-replace-supers": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-helper-define-map": "^6.0.0",
|
||||
"babel-messages": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-helper-optimise-call-expression": "^6.0.2",
|
||||
"babel-helper-function-name": "^6.0.2",
|
||||
"babel-helper-replace-supers": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-helper-define-map": "^6.0.2",
|
||||
"babel-messages": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-computed-properties",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 computed properties to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-define-map": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-helper-define-map": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-constants",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 constants to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-destructuring",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-for-of",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 for...of to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-function-name",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Apply ES2015 function.name semantics to all functions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-function-name": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-helper-function-name": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-literals",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 unicode string and number literals to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-amd",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-template": "^6.0.0"
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-template": "^6.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-systemjs",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-helper-hoist-variables": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-helper-hoist-variables": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-umd",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-modules-amd": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-transform-es2015-modules-amd": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-object-super",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 object super to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-replace-supers": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-helper-replace-supers": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-parameters",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 default and rest parameters to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-helper-call-delegate": "^6.0.0",
|
||||
"babel-helper-get-function-arity": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-traverse": "^6.0.2",
|
||||
"babel-helper-call-delegate": "^6.0.2",
|
||||
"babel-helper-get-function-arity": "^6.0.2",
|
||||
"babel-template": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-shorthand-properties",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 shorthand properties to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-spread",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 spread to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-sticky-regex",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-regex": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-helper-regex": "^6.0.2",
|
||||
"babel-types": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-template-literals",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 template literals to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-typeof-symbol",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-unicode-regex",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES2015 unicode regex to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-regex": "^6.0.0",
|
||||
"babel-helper-regex": "^6.0.2",
|
||||
"regexpu": "^1.1.2",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es3-member-expression-literals",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Ensure that reserved words are quoted in property accesses",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es3-property-literals",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Ensure that reserved words are quoted in object property keys",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es5-property-mutators",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-define-map": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-helper-define-map": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-eval",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile eval calls with string literals",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-exponentiation-operator",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile exponentiation operator to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-exponentiation-operator": "^6.0.0",
|
||||
"babel-helper-builder-binary-assignment-operator-visitor": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-exponentiation-operator": "^6.0.2",
|
||||
"babel-helper-builder-binary-assignment-operator-visitor": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-export-extensions",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile export extensions to ES2015",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-export-extensions": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-export-extensions": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-flow-strip-types",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Strip flow type annotations from your output code.",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-plugin-syntax-flow": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-plugin-syntax-flow": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-function-bind",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile function bind operator to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-function-bind": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-function-bind": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-inline-environment-variables",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Inline environment variables",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-jscript",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Babel plugin to fix buggy JScript named function expressions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-member-expression-literals",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn valid member expression property literals into plain identifiers",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-merge-sibling-variables",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Merge sibling variables into one.",
|
||||
"repository": "babel-plugin-transform-merge-sibling-variables",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-minify-booleans",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn boolean literals into !0 for true and !1 for false.",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-node-env-inline",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-object-assign",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Replace Object.assign with an inline helper",
|
||||
"author": "Jed Watson",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-object-rest-spread",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Compile object rest and spread to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-object-rest-spread": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-plugin-syntax-object-rest-spread": "^6.0.2",
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-object-set-prototype-of-to-assign",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn Object.setPrototypeOf to assignments",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-property-literals",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn valid property key literals to plain identifiers",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-proto-to-assign",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Babel plugin for turning __proto__ into a shallow property clone",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"lodash": "^3.9.3"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-constant-elements",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-display-name",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Add displayName to React.createClass calls",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-inline-elements",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn JSX elements into exploded React objects",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-jsx-compat",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn JSX into React Pre-0.12 function calls",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-helper-builder-react-jsx": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-helper-builder-react-jsx": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-jsx",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Turn JSX into React function calls",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-helper-builder-react-jsx": "^6.0.0",
|
||||
"babel-plugin-syntax-jsx": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-helper-builder-react-jsx": "^6.0.2",
|
||||
"babel-plugin-syntax-jsx": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-regenerator",
|
||||
"version": "6.0.0"
|
||||
"version": "6.0.2"
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-remove-console",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Remove console.* calls",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-remove-debugger",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Remove debugger statements",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-runtime",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-simplify-comparison-operators",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Convert === and !== to == and != if their types are inferred to be the same.",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-strict-mode",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "TODO",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2",
|
||||
"babel-types": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-undefined-to-void",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Replace references to `undefined` with `void 0`",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-undeclared-variables-check",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "Throw a compile-time error on references to undeclared variables",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.0.2",
|
||||
"leven": "^1.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-polyfill",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -10,6 +10,6 @@
|
||||
"dependencies": {
|
||||
"core-js": "^1.0.1",
|
||||
"regenerator": "^0.8.36",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.0.2"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2015",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,24 +8,24 @@
|
||||
"repository": "babel/babel",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-literals": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-classes": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-sticky-regex": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-constants": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-spread": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.0.0",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.0",
|
||||
"babel-plugin-transform-regenerator": "^6.0.0"
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-literals": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-classes": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-sticky-regex": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-constants": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-spread": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.0.2",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.2",
|
||||
"babel-plugin-transform-regenerator": "^6.0.2"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user