v6.0.0
This commit is contained in:
parent
ae7d5367f1
commit
b2af8af7c8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.10.32",
|
||||
"babel-polyfill": "^5.10.32",
|
||||
"babel-core": "^6.0.0",
|
||||
"babel-polyfill": "^6.0.0",
|
||||
"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": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"babel": "./bin/babel.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-code-frame",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.10.32",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"chalk": "^1.1.0",
|
||||
"esutils": "^2.0.2",
|
||||
"js-tokens": "^1.0.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.10.32",
|
||||
"babel-generator": "^5.10.32",
|
||||
"babel-helpers": "^6.0.6",
|
||||
"babel-messages": "^5.10.32",
|
||||
"babel-template": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32",
|
||||
"babel-traverse": "^5.10.32",
|
||||
"babel-types": "^5.10.32",
|
||||
"babylon": "^5.10.32",
|
||||
"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",
|
||||
"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": "^5.10.32"
|
||||
"babel-polyfill": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-destructuring", "transform-es2015-block-scoping", "transform-decorators", "transform-es2015-classes", "transform-class-properties"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-destructuring", "transform-es2015-block-scoping", "transform-decorators", "transform-es2015-classes", "transform-class-properties"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-async-to-generator"]
|
||||
"plugins": ["external-helpers-2", "transform-async-to-generator"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers"]
|
||||
"plugins": ["external-helpers-2"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-async-to-module-method", { "module": "bluebird", "method": "coroutine" }]]
|
||||
"plugins": ["external-helpers-2", ["transform-async-to-module-method", { "module": "bluebird", "method": "coroutine" }]]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-es2015-arrow-functions", { "spec": true }]]
|
||||
"plugins": ["external-helpers-2", ["transform-es2015-arrow-functions", { "spec": true }]]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", ["transform-es2015-classes", { "loose": true }], "transform-es2015-spread", "transform-es2015-block-scoping"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-function-name", ["transform-es2015-classes", { "loose": true }], "transform-es2015-spread", "transform-es2015-block-scoping"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "transform-es2015-spread", "transform-es2015-block-scoping", "transform-es2015-modules-commonjs"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-function-name", "transform-es2015-classes", "transform-es2015-spread", "transform-es2015-block-scoping", "transform-es2015-modules-commonjs"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "transform-es2015-spread", "transform-es2015-block-scoping"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-function-name", "transform-es2015-classes", "transform-es2015-spread", "transform-es2015-block-scoping"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-destructuring", "transform-es2015-spread", "transform-es2015-parameters", "transform-es2015-block-scoping", "transform-object-rest-spread"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-destructuring", "transform-es2015-spread", "transform-es2015-parameters", "transform-es2015-block-scoping", "transform-object-rest-spread"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-modules-amd"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-modules-amd"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-es2015-modules-commonjs", { "strict": true }]]
|
||||
"plugins": ["external-helpers-2", ["transform-es2015-modules-commonjs", { "strict": true }]]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers"]
|
||||
"plugins": ["external-helpers-2"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers"]
|
||||
"plugins": ["external-helpers-2"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-modules-commonjs"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-modules-commonjs"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers"]
|
||||
"plugins": ["external-helpers-2"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-modules-systemjs"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-modules-systemjs"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-modules-umd"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-modules-umd"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-object-super"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-object-super"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "syntax-flow", "transform-es2015-parameters", "transform-es2015-block-scoping", "transform-es2015-spread", "transform-es2015-classes", "transform-es2015-destructuring", "transform-es2015-arrow-functions", "syntax-async-functions"]
|
||||
"plugins": ["external-helpers-2", "syntax-flow", "transform-es2015-parameters", "transform-es2015-block-scoping", "transform-es2015-spread", "transform-es2015-classes", "transform-es2015-destructuring", "transform-es2015-arrow-functions", "syntax-async-functions"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-es2015-computed-properties", { "loose": true }]]
|
||||
"plugins": ["external-helpers-2", ["transform-es2015-computed-properties", { "loose": true }]]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-computed-properties"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-computed-properties"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-typeof-symbol"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-typeof-symbol"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-spread", "transform-es2015-parameters"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-spread", "transform-es2015-parameters"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-class-properties", "transform-es2015-classes", "transform-es2015-block-scoping", "syntax-class-properties"]
|
||||
"plugins": ["external-helpers-2", "transform-class-properties", "transform-es2015-classes", "transform-es2015-block-scoping", "syntax-class-properties"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-export-extensions"]
|
||||
"plugins": ["external-helpers-2", "transform-export-extensions"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-block-scoping", "transform-es2015-classes", "transform-jscript"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-block-scoping", "transform-es2015-classes", "transform-jscript"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers"]
|
||||
"plugins": ["external-helpers-2"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["transform-es2015-classes", "external-helpers", "transform-es2015-block-scoping"]
|
||||
"plugins": ["transform-es2015-classes", "external-helpers-2", "transform-es2015-block-scoping"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "syntax-jsx", "transform-react-inline-elements", "transform-react-jsx"]
|
||||
"plugins": ["external-helpers-2", "syntax-jsx", "transform-react-inline-elements", "transform-react-jsx"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-react-constant-elements", "transform-es2015-classes", "syntax-jsx"]
|
||||
"plugins": ["external-helpers-2", "transform-react-constant-elements", "transform-es2015-classes", "syntax-jsx"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "syntax-jsx", "transform-react-jsx", "transform-react-display-name", "transform-es2015-arrow-functions"]
|
||||
"plugins": ["external-helpers-2", "syntax-jsx", "transform-react-jsx", "transform-react-display-name", "transform-es2015-arrow-functions"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-classes", "transform-es2015-block-scoping"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-classes", "transform-es2015-block-scoping"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers"]
|
||||
"plugins": ["external-helpers-2"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "transform-decorators", "transform-es2015-modules-commonjs"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-function-name", "transform-es2015-classes", "transform-decorators", "transform-es2015-modules-commonjs"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-modules-commonjs", "transform-es2015-classes", "transform-decorators"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-function-name", "transform-es2015-modules-commonjs", "transform-es2015-classes", "transform-decorators"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-modules-commonjs", "transform-es2015-classes", "transform-decorators"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-function-name", "transform-es2015-modules-commonjs", "transform-es2015-classes", "transform-decorators"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-es2015-function-name", "transform-es2015-classes", "transform-decorators"]
|
||||
"plugins": ["external-helpers-2", "transform-es2015-function-name", "transform-es2015-classes", "transform-decorators"]
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-proto-to-assign"]
|
||||
"plugins": ["external-helpers-2", "transform-proto-to-assign"]
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32",
|
||||
"babel-types": "^5.10.32",
|
||||
"babel-messages": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"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": "^1.0.0"
|
||||
"babel-helper-fixtures": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-bindify-decorators",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-traverse": "^5.8.20",
|
||||
"babel-types": "^5.8.20"
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-builder-binary-assignment-operator-visitor",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-explode-assignable-expression": "^5.8.20",
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20"
|
||||
"babel-helper-explode-assignable-expression": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-explode-assignable-expression": "^5.8.20",
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20"
|
||||
"babel-helper-explode-assignable-expression": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-builder-react-jsx",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"esutils": "^2.0.0",
|
||||
"lodash": "^3.10.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-call-delegate",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^5.8.20",
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20",
|
||||
"babel-helper-hoist-variables": "^5.0.0"
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-helper-hoist-variables": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-define-map",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"lodash": "^3.10.0",
|
||||
"babel-types": "^5.8.20",
|
||||
"babel-helper-function-name": "^5.0.0"
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-helper-function-name": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-explode-assignable-expression",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^5.8.20",
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20"
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-explode-class",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-traverse": "^5.8.20",
|
||||
"babel-types": "^5.8.20",
|
||||
"babel-helper-bindify-decorators": "^5.0.0"
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-helper-bindify-decorators": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-helper-fixtures",
|
||||
"version": "1.0.9",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"license": "MIT",
|
||||
"repository": "babel/babel",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"lodash": "^3.10.0",
|
||||
"path-exists": "^1.0.0",
|
||||
"trim-right": "^1.0.1",
|
||||
"try-resolve": "^1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "babel-helper-function-name",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20",
|
||||
"babel-traverse": "^5.8.20",
|
||||
"babel-helper-get-function-arity": "^5.8.20",
|
||||
"babel-template": "^5.0.0"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-helper-get-function-arity",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20"
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-helper-hoist-variables",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20"
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-helper-optimise-call-expression",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-types": "^5.8.20"
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-regex",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"lodash": "^3.10.0",
|
||||
"babel-types": "^5.8.20"
|
||||
"babel-types": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-remap-async-to-generator",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32",
|
||||
"babel-types": "^5.10.32",
|
||||
"babel-traverse": "^5.10.32",
|
||||
"babel-helper-function-name": "^5.0.0"
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-helper-function-name": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-helper-replace-supers",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^5.8.20",
|
||||
"babel-runtime": "^5.8.20",
|
||||
"babel-traverse": "^5.8.20",
|
||||
"babel-messages": "^5.8.20",
|
||||
"babel-template": "^5.8.20",
|
||||
"babel-types": "^5.8.20"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helpers",
|
||||
"version": "6.0.6",
|
||||
"version": "6.0.0",
|
||||
"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.6",
|
||||
"babel-template": "^6.0.6"
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-template": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-messages",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,9 +1,9 @@
|
||||
# babel-plugin-external-helpers
|
||||
# babel-plugin-external-helpers-2
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
$ npm install babel-plugin-external-helpers
|
||||
$ npm install babel-plugin-external-helpers-2
|
||||
```
|
||||
|
||||
## Usage
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-external-helpers",
|
||||
"version": "5.10.32",
|
||||
"name": "babel-plugin-external-helpers-2",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-async-functions",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of async functions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-async-generators",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of async generator functions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-class-constructor-call",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of class constructor calls",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.8.20"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-class-properties",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of class properties",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-decorators",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of decorators",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-do-expressions",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of do expressions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-exponentiation-operator",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of the exponentiation operator",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-export-extensions",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of export extensions",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-flow",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-function-bind",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of function bind",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-jsx",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-object-rest-spread",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Allow parsing of object rest/spread",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-syntax-trailing-function-commas",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile trailing function commas to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-functions",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile async functions to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-async-functions": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-plugin-syntax-async-functions": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-generator",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.10.32",
|
||||
"babel-plugin-syntax-async-functions": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-helper-remap-async-to-generator": "^6.0.0",
|
||||
"babel-plugin-syntax-async-functions": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-module-method",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.0.0",
|
||||
"babel-helper-remap-async-to-generator": "^5.0.0",
|
||||
"babel-types": "^5.0.0",
|
||||
"babel-runtime": "^5.8.20"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-construtor-call",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-template": "^5.0.0",
|
||||
"babel-plugin-syntax-class-constructor-call": "^5.0.0",
|
||||
"babel-runtime": "^5.8.20"
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-plugin-syntax-class-constructor-call": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-properties",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-class-properties": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-plugin-syntax-class-properties": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-decorators",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile class and object decorators to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,11 +9,11 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-types": "^5.10.32",
|
||||
"babel-helper-define-map": "^5.0.0",
|
||||
"babel-plugin-syntax-decorators": "^5.10.32",
|
||||
"babel-helper-explode-class": "^5.0.0",
|
||||
"babel-template": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-do-expressions",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile do expressions to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-do-expressions": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-plugin-syntax-do-expressions": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-arrow-functions",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 arrow functions to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoped-functions",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^5.10.32",
|
||||
"babel-types": "^5.10.32",
|
||||
"babel-template": "^5.10.32",
|
||||
"babel-traverse": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"lodash": "^3.10.0",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^5.0.0",
|
||||
"babel-helper-function-name": "^5.0.0",
|
||||
"babel-helper-replace-supers": "^5.0.0",
|
||||
"babel-template": "^5.10.32",
|
||||
"babel-traverse": "^5.10.32",
|
||||
"babel-helper-define-map": "^5.0.0",
|
||||
"babel-messages": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"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"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-computed-properties",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 computed properties to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,8 +9,8 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-define-map": "5.0.0",
|
||||
"babel-template": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-helper-define-map": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-constants",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 constants to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-destructuring",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-for-of",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 for...of to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-function-name",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"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": "^5.0.0",
|
||||
"babel-types": "^5.10.32",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-helper-function-name": "^6.0.0",
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-literals",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 unicode string and number literals to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,6 +9,6 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-amd",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^5.0.0",
|
||||
"babel-template": "^5.0.0",
|
||||
"babel-runtime": "^5.8.20"
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,17 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-types": "^5.0.0",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-template": "^5.0.0",
|
||||
"babel-runtime": "^5.8.20"
|
||||
"babel-types": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-template": "^6.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-systemjs",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-template": "^5.0.0",
|
||||
"babel-helper-hoist-variables": "^5.0.0",
|
||||
"babel-runtime": "^5.8.20"
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-helper-hoist-variables": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-umd",
|
||||
"version": "1.0.0",
|
||||
"version": "6.0.0",
|
||||
"description": "",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-modules-amd": "^5.0.0",
|
||||
"babel-template": "^5.0.0",
|
||||
"babel-runtime": "^5.8.20"
|
||||
"babel-plugin-transform-es2015-modules-amd": "^6.0.0",
|
||||
"babel-template": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-object-super",
|
||||
"version": "5.10.32",
|
||||
"version": "6.0.0",
|
||||
"description": "Compile ES2015 object super to ES5",
|
||||
"repository": "babel/babel",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-replace-supers": "^5.0.0",
|
||||
"babel-runtime": "^5.10.32"
|
||||
"babel-helper-replace-supers": "^6.0.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
}
|
||||
}
|
||||
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