Merge branch 'master' into async-to-generator-pure
This commit is contained in:
commit
42c740ca0a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-codemod-optional-catch-binding",
|
"name": "@babel/plugin-codemod-optional-catch-binding",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Remove unused catch bindings",
|
"description": "Remove unused catch bindings",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-unused-catch-binding",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-unused-catch-binding",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"@babel/plugin"
|
"@babel/plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.31"
|
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "A Babel preset for each environment.",
|
"description": "A Babel preset for each environment.",
|
||||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -11,52 +11,52 @@
|
|||||||
"build-data": "node ./scripts/build-data.js"
|
"build-data": "node ./scripts/build-data.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-check-constants": "7.0.0-beta.31",
|
"@babel/plugin-check-constants": "7.0.0-beta.32",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "7.0.0-beta.31",
|
"@babel/plugin-proposal-async-generator-functions": "7.0.0-beta.32",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.31",
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.32",
|
||||||
"@babel/plugin-proposal-optional-catch-binding": "7.0.0-beta.31",
|
"@babel/plugin-proposal-optional-catch-binding": "7.0.0-beta.32",
|
||||||
"@babel/plugin-proposal-unicode-property-regex": "7.0.0-beta.31",
|
"@babel/plugin-proposal-unicode-property-regex": "7.0.0-beta.32",
|
||||||
"@babel/plugin-syntax-async-generators": "7.0.0-beta.31",
|
"@babel/plugin-syntax-async-generators": "7.0.0-beta.32",
|
||||||
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.31",
|
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.32",
|
||||||
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.31",
|
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-arrow-functions": "7.0.0-beta.31",
|
"@babel/plugin-transform-arrow-functions": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.0.0-beta.31",
|
"@babel/plugin-transform-async-to-generator": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-block-scoped-functions": "7.0.0-beta.31",
|
"@babel/plugin-transform-block-scoped-functions": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-block-scoping": "7.0.0-beta.31",
|
"@babel/plugin-transform-block-scoping": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-classes": "7.0.0-beta.31",
|
"@babel/plugin-transform-classes": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-computed-properties": "7.0.0-beta.31",
|
"@babel/plugin-transform-computed-properties": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-destructuring": "7.0.0-beta.31",
|
"@babel/plugin-transform-destructuring": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-duplicate-keys": "7.0.0-beta.31",
|
"@babel/plugin-transform-duplicate-keys": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-exponentiation-operator": "7.0.0-beta.31",
|
"@babel/plugin-transform-exponentiation-operator": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-for-of": "7.0.0-beta.31",
|
"@babel/plugin-transform-for-of": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-function-name": "7.0.0-beta.31",
|
"@babel/plugin-transform-function-name": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-literals": "7.0.0-beta.31",
|
"@babel/plugin-transform-literals": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-modules-amd": "7.0.0-beta.31",
|
"@babel/plugin-transform-modules-amd": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.31",
|
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-modules-systemjs": "7.0.0-beta.31",
|
"@babel/plugin-transform-modules-systemjs": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-modules-umd": "7.0.0-beta.31",
|
"@babel/plugin-transform-modules-umd": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-new-target": "7.0.0-beta.31",
|
"@babel/plugin-transform-new-target": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-object-super": "7.0.0-beta.31",
|
"@babel/plugin-transform-object-super": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-parameters": "7.0.0-beta.31",
|
"@babel/plugin-transform-parameters": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-regenerator": "7.0.0-beta.31",
|
"@babel/plugin-transform-regenerator": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-shorthand-properties": "7.0.0-beta.31",
|
"@babel/plugin-transform-shorthand-properties": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-spread": "7.0.0-beta.31",
|
"@babel/plugin-transform-spread": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-sticky-regex": "7.0.0-beta.31",
|
"@babel/plugin-transform-sticky-regex": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-template-literals": "7.0.0-beta.31",
|
"@babel/plugin-transform-template-literals": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-typeof-symbol": "7.0.0-beta.31",
|
"@babel/plugin-transform-typeof-symbol": "7.0.0-beta.32",
|
||||||
"@babel/plugin-transform-unicode-regex": "7.0.0-beta.31",
|
"@babel/plugin-transform-unicode-regex": "7.0.0-beta.32",
|
||||||
"browserslist": "^2.4.0",
|
"browserslist": "^2.4.0",
|
||||||
"invariant": "^2.2.2",
|
"invariant": "^2.2.2",
|
||||||
"semver": "^5.3.0"
|
"semver": "^5.3.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.0.0-beta.31",
|
"@babel/cli": "7.0.0-beta.32",
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-fixtures": "7.0.0-beta.31",
|
"@babel/helper-fixtures": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31",
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32",
|
||||||
"compat-table": "kangax/compat-table#957f1ff15972e8fb2892a172f985e9af27bf1c75",
|
"compat-table": "kangax/compat-table#957f1ff15972e8fb2892a172f985e9af27bf1c75",
|
||||||
"electron-to-chromium": "^1.3.27"
|
"electron-to-chromium": "^1.3.27"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"lerna": "2.0.0-rc.4",
|
"lerna": "2.0.0-rc.4",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"labels": {
|
"labels": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/cli",
|
"name": "@babel/cli",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Babel command line.",
|
"description": "Babel command line.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -29,11 +29,11 @@
|
|||||||
"chokidar": "^1.6.1"
|
"chokidar": "^1.6.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-fixtures": "7.0.0-beta.31"
|
"@babel/helper-fixtures": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"babel": "./bin/babel.js",
|
"babel": "./bin/babel.js",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/code-frame",
|
"name": "@babel/code-frame",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Generate errors that contain a code frame that point to source locations.",
|
"description": "Generate errors that contain a code frame that point to source locations.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/core",
|
"name": "@babel/core",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Babel compiler core.",
|
"description": "Babel compiler core.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
@ -28,13 +28,13 @@
|
|||||||
"./lib/transform-file-sync.js": "./lib/transform-file-sync-browser.js"
|
"./lib/transform-file-sync.js": "./lib/transform-file-sync-browser.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "7.0.0-beta.31",
|
"@babel/code-frame": "7.0.0-beta.32",
|
||||||
"@babel/generator": "7.0.0-beta.31",
|
"@babel/generator": "7.0.0-beta.32",
|
||||||
"@babel/helpers": "7.0.0-beta.31",
|
"@babel/helpers": "7.0.0-beta.32",
|
||||||
"@babel/template": "7.0.0-beta.31",
|
"@babel/template": "7.0.0-beta.32",
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31",
|
"@babel/types": "7.0.0-beta.32",
|
||||||
"babylon": "7.0.0-beta.31",
|
"babylon": "7.0.0-beta.32",
|
||||||
"convert-source-map": "^1.1.0",
|
"convert-source-map": "^1.1.0",
|
||||||
"debug": "^3.0.1",
|
"debug": "^3.0.1",
|
||||||
"json5": "^0.5.0",
|
"json5": "^0.5.0",
|
||||||
@ -44,7 +44,7 @@
|
|||||||
"source-map": "^0.5.0"
|
"source-map": "^0.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.31",
|
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.32",
|
||||||
"@babel/register": "7.0.0-beta.31"
|
"@babel/register": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Turns an AST into code.",
|
"description": "Turns an AST into code.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -11,14 +11,14 @@
|
|||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "7.0.0-beta.31",
|
"@babel/types": "7.0.0-beta.32",
|
||||||
"jsesc": "^2.5.1",
|
"jsesc": "^2.5.1",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"source-map": "^0.5.0",
|
"source-map": "^0.5.0",
|
||||||
"trim-right": "^1.0.1"
|
"trim-right": "^1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-fixtures": "7.0.0-beta.31",
|
"@babel/helper-fixtures": "7.0.0-beta.32",
|
||||||
"babylon": "7.0.0-beta.31"
|
"babylon": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-annotate-as-pure",
|
"name": "@babel/helper-annotate-as-pure",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
|
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-bindify-decorators",
|
"name": "@babel/helper-bindify-decorators",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to bindify decorators",
|
"description": "Helper function to bindify decorators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
|
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to build binary assignment operator visitors",
|
"description": "Helper function to build binary assignment operator visitors",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-explode-assignable-expression": "7.0.0-beta.31",
|
"@babel/helper-explode-assignable-expression": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-builder-react-jsx",
|
"name": "@babel/helper-builder-react-jsx",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to build react jsx",
|
"description": "Helper function to build react jsx",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "7.0.0-beta.31",
|
"@babel/types": "7.0.0-beta.32",
|
||||||
"esutils": "^2.0.0"
|
"esutils": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-call-delegate",
|
"name": "@babel/helper-call-delegate",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to call delegate",
|
"description": "Helper function to call delegate",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-hoist-variables": "7.0.0-beta.31",
|
"@babel/helper-hoist-variables": "7.0.0-beta.32",
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-define-map",
|
"name": "@babel/helper-define-map",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to define a map",
|
"description": "Helper function to define a map",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-function-name": "7.0.0-beta.31",
|
"@babel/helper-function-name": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31",
|
"@babel/types": "7.0.0-beta.32",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-explode-assignable-expression",
|
"name": "@babel/helper-explode-assignable-expression",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to explode an assignable expression",
|
"description": "Helper function to explode an assignable expression",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-explode-class",
|
"name": "@babel/helper-explode-class",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to explode class",
|
"description": "Helper function to explode class",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-bindify-decorators": "7.0.0-beta.31",
|
"@babel/helper-bindify-decorators": "7.0.0-beta.32",
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-fixtures",
|
"name": "@babel/helper-fixtures",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to support fixtures",
|
"description": "Helper function to support fixtures",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-function-name",
|
"name": "@babel/helper-function-name",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to change the property 'name' of every function",
|
"description": "Helper function to change the property 'name' of every function",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-get-function-arity": "7.0.0-beta.31",
|
"@babel/helper-get-function-arity": "7.0.0-beta.32",
|
||||||
"@babel/template": "7.0.0-beta.31",
|
"@babel/template": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-get-function-arity",
|
"name": "@babel/helper-get-function-arity",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to get function arity",
|
"description": "Helper function to get function arity",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-hoist-variables",
|
"name": "@babel/helper-hoist-variables",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to hoist variables",
|
"description": "Helper function to hoist variables",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-module-imports",
|
"name": "@babel/helper-module-imports",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Babel helper functions for inserting module loads",
|
"description": "Babel helper functions for inserting module loads",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,10 +8,10 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "7.0.0-beta.31",
|
"@babel/types": "7.0.0-beta.32",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-module-transforms",
|
"name": "@babel/helper-module-transforms",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Babel helper functions for implementing ES6 module transformations",
|
"description": "Babel helper functions for implementing ES6 module transformations",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,10 +8,10 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": "7.0.0-beta.31",
|
"@babel/helper-module-imports": "7.0.0-beta.32",
|
||||||
"@babel/helper-simple-access": "7.0.0-beta.31",
|
"@babel/helper-simple-access": "7.0.0-beta.32",
|
||||||
"@babel/template": "7.0.0-beta.31",
|
"@babel/template": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31",
|
"@babel/types": "7.0.0-beta.32",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-optimise-call-expression",
|
"name": "@babel/helper-optimise-call-expression",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to optimise call expression",
|
"description": "Helper function to optimise call expression",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-plugin-test-runner",
|
"name": "@babel/helper-plugin-test-runner",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to support test runner",
|
"description": "Helper function to support test runner",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.31"
|
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-regex",
|
"name": "@babel/helper-regex",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to check for literal RegEx",
|
"description": "Helper function to check for literal RegEx",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-remap-async-to-generator",
|
"name": "@babel/helper-remap-async-to-generator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to remap async functions to generators",
|
"description": "Helper function to remap async functions to generators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-annotate-as-pure": "7.0.0-beta.31",
|
"@babel/helper-annotate-as-pure": "7.0.0-beta.32",
|
||||||
"@babel/helper-wrap-function": "7.0.0-beta.31",
|
"@babel/helper-wrap-function": "7.0.0-beta.32",
|
||||||
"@babel/template": "7.0.0-beta.31",
|
"@babel/template": "7.0.0-beta.32",
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-replace-supers",
|
"name": "@babel/helper-replace-supers",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper function to replace supers",
|
"description": "Helper function to replace supers",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-optimise-call-expression": "7.0.0-beta.31",
|
"@babel/helper-optimise-call-expression": "7.0.0-beta.32",
|
||||||
"@babel/template": "7.0.0-beta.31",
|
"@babel/template": "7.0.0-beta.32",
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-simple-access",
|
"name": "@babel/helper-simple-access",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
|
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,8 +8,8 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/template": "7.0.0-beta.31",
|
"@babel/template": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31",
|
"@babel/types": "7.0.0-beta.32",
|
||||||
"lodash": "^4.2.0"
|
"lodash": "^4.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-transform-fixture-test-runner",
|
"name": "@babel/helper-transform-fixture-test-runner",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Transform test runner for @babel/helper-fixtures module",
|
"description": "Transform test runner for @babel/helper-fixtures module",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,10 +8,10 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "7.0.0-beta.31",
|
"@babel/code-frame": "7.0.0-beta.32",
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-fixtures": "7.0.0-beta.31",
|
"@babel/helper-fixtures": "7.0.0-beta.32",
|
||||||
"@babel/polyfill": "7.0.0-beta.31",
|
"@babel/polyfill": "7.0.0-beta.32",
|
||||||
"chai": "^4.1.0",
|
"chai": "^4.1.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
"resolve": "^1.3.2",
|
"resolve": "^1.3.2",
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-wrap-function",
|
"name": "@babel/helper-wrap-function",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Helper to wrap functions inside a function call.",
|
"description": "Helper to wrap functions inside a function call.",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-function-name": "7.0.0-beta.31",
|
"@babel/helper-function-name": "7.0.0-beta.32",
|
||||||
"@babel/template": "7.0.0-beta.31",
|
"@babel/template": "7.0.0-beta.32",
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helpers",
|
"name": "@babel/helpers",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Collection of helper functions used by Babel transforms.",
|
"description": "Collection of helper functions used by Babel transforms.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -8,11 +8,11 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/template": "7.0.0-beta.31",
|
"@babel/template": "7.0.0-beta.32",
|
||||||
"@babel/traverse": "7.0.0-beta.31",
|
"@babel/traverse": "7.0.0-beta.32",
|
||||||
"@babel/types": "7.0.0-beta.31"
|
"@babel/types": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/node",
|
"name": "@babel/node",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Babel command line",
|
"description": "Babel command line",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -16,8 +16,8 @@
|
|||||||
"compiler"
|
"compiler"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "7.0.0-beta.31",
|
"@babel/polyfill": "7.0.0-beta.32",
|
||||||
"@babel/register": "7.0.0-beta.31",
|
"@babel/register": "7.0.0-beta.32",
|
||||||
"commander": "^2.8.1",
|
"commander": "^2.8.1",
|
||||||
"fs-readdir-recursive": "^1.0.0",
|
"fs-readdir-recursive": "^1.0.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
@ -25,11 +25,11 @@
|
|||||||
"v8flags": "^3.0.0"
|
"v8flags": "^3.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-fixtures": "7.0.0-beta.31"
|
"@babel/helper-fixtures": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"babel-node": "./bin/babel-node.js"
|
"babel-node": "./bin/babel-node.js"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-check-constants",
|
"name": "@babel/plugin-check-constants",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile ES2015 constants to ES5",
|
"description": "Compile ES2015 constants to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-constants",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-constants",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-external-helpers",
|
"name": "@babel/plugin-external-helpers",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Turn async generator functions into ES2015 generators",
|
"description": "Turn async generator functions into ES2015 generators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,14 +9,14 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-remap-async-to-generator": "7.0.0-beta.31",
|
"@babel/helper-remap-async-to-generator": "7.0.0-beta.32",
|
||||||
"@babel/plugin-syntax-async-generators": "7.0.0-beta.31"
|
"@babel/plugin-syntax-async-generators": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-class-properties",
|
"name": "@babel/plugin-proposal-class-properties",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
|
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,14 +9,14 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-function-name": "7.0.0-beta.31",
|
"@babel/helper-function-name": "7.0.0-beta.32",
|
||||||
"@babel/plugin-syntax-class-properties": "7.0.0-beta.31"
|
"@babel/plugin-syntax-class-properties": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-decorators",
|
"name": "@babel/plugin-proposal-decorators",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Compile class and object decorators to ES5",
|
"description": "Compile class and object decorators to ES5",
|
||||||
@ -12,13 +12,13 @@
|
|||||||
"decorators"
|
"decorators"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-decorators": "7.0.0-beta.31"
|
"@babel/plugin-syntax-decorators": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-do-expressions",
|
"name": "@babel/plugin-proposal-do-expressions",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile do expressions to ES5",
|
"description": "Compile do expressions to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-do-expressions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-do-expressions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-do-expressions": "7.0.0-beta.31"
|
"@babel/plugin-syntax-do-expressions": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-export-default",
|
"name": "@babel/plugin-proposal-export-default",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile export default to ES2015",
|
"description": "Compile export default to ES2015",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-export-extensions": "7.0.0-beta.31"
|
"@babel/plugin-syntax-export-extensions": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-export-namespace",
|
"name": "@babel/plugin-proposal-export-namespace",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile export namespace to ES2015",
|
"description": "Compile export namespace to ES2015",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-export-extensions": "7.0.0-beta.31"
|
"@babel/plugin-syntax-export-extensions": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-function-bind",
|
"name": "@babel/plugin-proposal-function-bind",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile function bind operator to ES5",
|
"description": "Compile function bind operator to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-bind",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-bind",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-function-bind": "7.0.0-beta.31"
|
"@babel/plugin-syntax-function-bind": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-function-sent",
|
"name": "@babel/plugin-proposal-function-sent",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile the function.sent meta propety to valid ES2015 code",
|
"description": "Compile the function.sent meta propety to valid ES2015 code",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,14 +9,14 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-wrap-function": "7.0.0-beta.31",
|
"@babel/helper-wrap-function": "7.0.0-beta.32",
|
||||||
"@babel/plugin-syntax-function-sent": "7.0.0-beta.31"
|
"@babel/plugin-syntax-function-sent": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
|
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Remove nullish coalescing operator",
|
"description": "Remove nullish coalescing operator",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-nullish-coalescing-opearator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-nullish-coalescing-opearator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-nullish-coalescing-operator": "7.0.0-beta.31"
|
"@babel/plugin-syntax-nullish-coalescing-operator": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-numeric-separator",
|
"name": "@babel/plugin-proposal-numeric-separator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
|
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-numeric-separator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-numeric-separator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-numeric-separator": "7.0.0-beta.31"
|
"@babel/plugin-syntax-numeric-separator": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-object-rest-spread",
|
"name": "@babel/plugin-proposal-object-rest-spread",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile object rest and spread to ES5",
|
"description": "Compile object rest and spread to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.31"
|
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-optional-catch-binding",
|
"name": "@babel/plugin-proposal-optional-catch-binding",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile optional catch bindings",
|
"description": "Compile optional catch bindings",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-catch-binding",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-catch-binding",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.31"
|
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-optional-chaining",
|
"name": "@babel/plugin-proposal-optional-chaining",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Transform optional chaining operators into a series of nil checks",
|
"description": "Transform optional chaining operators into a series of nil checks",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-optional-chaining": "7.0.0-beta.31"
|
"@babel/plugin-syntax-optional-chaining": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-pipeline-operator",
|
"name": "@babel/plugin-proposal-pipeline-operator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Transform pipeline operator into call expressions",
|
"description": "Transform pipeline operator into call expressions",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-pipeline-operator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-pipeline-operator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-pipeline-operator": "7.0.0-beta.31"
|
"@babel/plugin-syntax-pipeline-operator": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-throw-expressions",
|
"name": "@babel/plugin-proposal-throw-expressions",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Wraps Throw Expressions in an IIFE",
|
"description": "Wraps Throw Expressions in an IIFE",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-throw-expressions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-throw-expressions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,13 +9,13 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-syntax-throw-expressions": "7.0.0-beta.31"
|
"@babel/plugin-syntax-throw-expressions": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-proposal-unicode-property-regex",
|
"name": "@babel/plugin-proposal-unicode-property-regex",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
|
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
@ -18,14 +18,14 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex",
|
||||||
"bugs": "https://github.com/babel/babel/issues",
|
"bugs": "https://github.com/babel/babel/issues",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-regex": "7.0.0-beta.31",
|
"@babel/helper-regex": "7.0.0-beta.32",
|
||||||
"regexpu-core": "^4.1.3"
|
"regexpu-core": "^4.1.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-async-generators",
|
"name": "@babel/plugin-syntax-async-generators",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of async generator functions",
|
"description": "Allow parsing of async generator functions",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-class-properties",
|
"name": "@babel/plugin-syntax-class-properties",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of class properties",
|
"description": "Allow parsing of class properties",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-decorators",
|
"name": "@babel/plugin-syntax-decorators",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of decorators",
|
"description": "Allow parsing of decorators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-do-expressions",
|
"name": "@babel/plugin-syntax-do-expressions",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of do expressions",
|
"description": "Allow parsing of do expressions",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-dynamic-import",
|
"name": "@babel/plugin-syntax-dynamic-import",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of import()",
|
"description": "Allow parsing of import()",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-export-extensions",
|
"name": "@babel/plugin-syntax-export-extensions",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of export extensions",
|
"description": "Allow parsing of export extensions",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-extensions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-extensions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-flow",
|
"name": "@babel/plugin-syntax-flow",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of the flow syntax",
|
"description": "Allow parsing of the flow syntax",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-function-bind",
|
"name": "@babel/plugin-syntax-function-bind",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of function bind",
|
"description": "Allow parsing of function bind",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-function-sent",
|
"name": "@babel/plugin-syntax-function-sent",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of the function.sent meta property",
|
"description": "Allow parsing of the function.sent meta property",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-jsx",
|
"name": "@babel/plugin-syntax-jsx",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of jsx",
|
"description": "Allow parsing of jsx",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
|
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of the nullish-coalescing operator",
|
"description": "Allow parsing of the nullish-coalescing operator",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-numeric-separator",
|
"name": "@babel/plugin-syntax-numeric-separator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
|
"description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-numeric-separator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-numeric-separator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-object-rest-spread",
|
"name": "@babel/plugin-syntax-object-rest-spread",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of object rest/spread",
|
"description": "Allow parsing of object rest/spread",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-optional-catch-binding",
|
"name": "@babel/plugin-syntax-optional-catch-binding",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of optional catch bindings",
|
"description": "Allow parsing of optional catch bindings",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-optional-chaining",
|
"name": "@babel/plugin-syntax-optional-chaining",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of optional properties",
|
"description": "Allow parsing of optional properties",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-pipeline-operator",
|
"name": "@babel/plugin-syntax-pipeline-operator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of the pipeline operator",
|
"description": "Allow parsing of the pipeline operator",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-throw-expressions",
|
"name": "@babel/plugin-syntax-throw-expressions",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of Throw Expressions",
|
"description": "Allow parsing of Throw Expressions",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-throw-expressions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-throw-expressions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,9 +9,9 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-syntax-typescript",
|
"name": "@babel/plugin-syntax-typescript",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Allow parsing of TypeScript syntax",
|
"description": "Allow parsing of TypeScript syntax",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,9 +10,9 @@
|
|||||||
"typescript"
|
"typescript"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-arrow-functions",
|
"name": "@babel/plugin-transform-arrow-functions",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Compile ES2015 arrow functions to ES5",
|
"description": "Compile ES2015 arrow functions to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31",
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32",
|
||||||
"@babel/traverse": "7.0.0-beta.31"
|
"@babel/traverse": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-async-to-generator",
|
"name": "@babel/plugin-transform-async-to-generator",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Turn async functions into ES2015 generators",
|
"description": "Turn async functions into ES2015 generators",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,14 +9,14 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": "7.0.0-beta.31",
|
"@babel/helper-module-imports": "7.0.0-beta.32",
|
||||||
"@babel/helper-remap-async-to-generator": "7.0.0-beta.31"
|
"@babel/helper-remap-async-to-generator": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-block-scoped-functions",
|
"name": "@babel/plugin-transform-block-scoped-functions",
|
||||||
"version": "7.0.0-beta.31",
|
"version": "7.0.0-beta.32",
|
||||||
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
|
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,10 +9,10 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31"
|
"@babel/core": "7.0.0-beta.32"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.0.0-beta.31",
|
"@babel/core": "7.0.0-beta.32",
|
||||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.31"
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
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