This commit is contained in:
Babel Bot 2021-12-13 22:12:58 +00:00
parent 7dec78de28
commit 7b7ab94066
126 changed files with 132 additions and 133 deletions

View File

@ -19,5 +19,5 @@
"@babel/types": "workspace:^", "@babel/types": "workspace:^",
"benchmark": "^2.1.4" "benchmark": "^2.1.4"
}, },
"version": "7.16.0" "version": "7.16.5"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-parser", "name": "@babel/eslint-parser",
"version": "7.16.3", "version": "7.16.5",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel", "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-plugin-development-internal", "name": "@babel/eslint-plugin-development-internal",
"version": "7.14.5", "version": "7.16.5",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.", "description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "./lib/index.js", "main": "./lib/index.js",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-plugin-development", "name": "@babel/eslint-plugin-development",
"version": "7.14.5", "version": "7.16.5",
"description": "ESLint rules that enforce best practices in the development of Babel plugins.", "description": "ESLint rules that enforce best practices in the development of Babel plugins.",
"keywords": [ "keywords": [
"eslint", "eslint",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-plugin", "name": "@babel/eslint-plugin",
"version": "7.14.5", "version": "7.16.5",
"description": "Companion rules for @babel/eslint-parser", "description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js", "main": "./lib/index.js",
"type": "commonjs", "type": "commonjs",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "7.16.4", "version": "7.16.5",
"private": true, "private": true,
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/core", "name": "@babel/core",
"version": "7.16.0", "version": "7.16.5",
"description": "Babel compiler core.", "description": "Babel compiler core.",
"main": "./lib/index.js", "main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
@ -51,7 +51,7 @@
"@babel/code-frame": "workspace:^", "@babel/code-frame": "workspace:^",
"@babel/generator": "workspace:^", "@babel/generator": "workspace:^",
"@babel/helper-compilation-targets": "workspace:^", "@babel/helper-compilation-targets": "workspace:^",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.0", "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.5",
"@babel/helpers": "workspace:^", "@babel/helpers": "workspace:^",
"@babel/parser": "workspace:^", "@babel/parser": "workspace:^",
"@babel/template": "workspace:^", "@babel/template": "workspace:^",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/generator", "name": "@babel/generator",
"version": "7.16.0", "version": "7.16.5",
"description": "Turns an AST into code.", "description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-binary-assignment-operator-visitor", "name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper function to build binary assignment operator visitors", "description": "Helper function to build binary assignment operator visitors",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-react-jsx", "name": "@babel/helper-builder-react-jsx",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper function to build react jsx", "description": "Helper function to build react jsx",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.16.0", "version": "7.16.5",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6", "description": "Compile class public and private fields, private methods and decorators to ES6",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-define-map", "name": "@babel/helper-define-map",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper function to define a map", "description": "Helper function to define a map",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-environment-visitor", "name": "@babel/helper-environment-visitor",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper visitor to only visit nodes in the current 'this' context", "description": "Helper visitor to only visit nodes in the current 'this' context",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-fixtures", "name": "@babel/helper-fixtures",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper function to support fixtures", "description": "Helper function to support fixtures",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-member-expression-to-functions", "name": "@babel/helper-member-expression-to-functions",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper function to replace certain member expressions with function calls", "description": "Helper function to replace certain member expressions with function calls",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-transforms", "name": "@babel/helper-module-transforms",
"version": "7.16.0", "version": "7.16.5",
"description": "Babel helper functions for implementing ES6 module transformations", "description": "Babel helper functions for implementing ES6 module transformations",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-plugin-test-runner", "name": "@babel/helper-plugin-test-runner",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper function to support test runner", "description": "Helper function to support test runner",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-plugin-utils", "name": "@babel/helper-plugin-utils",
"version": "7.14.5", "version": "7.16.5",
"description": "General utilities for plugins to use", "description": "General utilities for plugins to use",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils", "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-remap-async-to-generator", "name": "@babel/helper-remap-async-to-generator",
"version": "7.16.4", "version": "7.16.5",
"description": "Helper function to remap async functions to generators", "description": "Helper function to remap async functions to generators",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-replace-supers", "name": "@babel/helper-replace-supers",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-wrap-function", "name": "@babel/helper-wrap-function",
"version": "7.16.0", "version": "7.16.5",
"description": "Helper to wrap functions inside a function call.", "description": "Helper to wrap functions inside a function call.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helpers", "name": "@babel/helpers",
"version": "7.16.3", "version": "7.16.5",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers", "homepage": "https://babel.dev/docs/en/next/babel-helpers",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/node", "name": "@babel/node",
"version": "7.16.0", "version": "7.16.5",
"description": "Babel command line", "description": "Babel command line",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-node", "homepage": "https://babel.dev/docs/en/next/babel-node",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.16.4", "version": "7.16.5",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser", "homepage": "https://babel.dev/docs/en/next/babel-parser",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-external-helpers", "name": "@babel/plugin-external-helpers",
"version": "7.16.0", "version": "7.16.5",
"description": "This plugin contains helper functions thatll be placed at the top of the generated code", "description": "This plugin contains helper functions thatll be placed at the top of the generated code",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-async-generator-functions", "name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.16.4", "version": "7.16.5",
"description": "Turn async generator functions into ES2015 generators", "description": "Turn async generator functions into ES2015 generators",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-class-properties", "name": "@babel/plugin-proposal-class-properties",
"version": "7.16.0", "version": "7.16.5",
"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": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-class-static-block", "name": "@babel/plugin-proposal-class-static-block",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of class static blocks", "description": "Allow parsing of class static blocks",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-decorators", "name": "@babel/plugin-proposal-decorators",
"version": "7.16.4", "version": "7.16.5",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-do-expressions", "name": "@babel/plugin-proposal-do-expressions",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile do expressions to ES5", "description": "Compile do expressions to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-dynamic-import", "name": "@babel/plugin-proposal-dynamic-import",
"version": "7.16.0", "version": "7.16.5",
"description": "Transform import() expressions", "description": "Transform import() expressions",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-export-default-from", "name": "@babel/plugin-proposal-export-default-from",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile export default to ES2015", "description": "Compile export default to ES2015",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-export-namespace-from", "name": "@babel/plugin-proposal-export-namespace-from",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile export namespace to ES2015", "description": "Compile export namespace to ES2015",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-function-bind", "name": "@babel/plugin-proposal-function-bind",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile function bind operator to ES5", "description": "Compile function bind operator to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-function-sent", "name": "@babel/plugin-proposal-function-sent",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile the function.sent meta property to valid ES2015 code", "description": "Compile the function.sent meta property to valid ES2015 code",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-json-strings", "name": "@babel/plugin-proposal-json-strings",
"version": "7.16.0", "version": "7.16.5",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-logical-assignment-operators", "name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.16.0", "version": "7.16.5",
"description": "Transforms logical assignment operators into short-circuited assignments", "description": "Transforms logical assignment operators into short-circuited assignments",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-nullish-coalescing-operator", "name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.16.0", "version": "7.16.5",
"description": "Remove nullish coalescing operator", "description": "Remove nullish coalescing operator",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-numeric-separator", "name": "@babel/plugin-proposal-numeric-separator",
"version": "7.16.0", "version": "7.16.5",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals", "description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-object-rest-spread", "name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile object rest and spread to ES5", "description": "Compile object rest and spread to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-optional-catch-binding", "name": "@babel/plugin-proposal-optional-catch-binding",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile optional catch bindings", "description": "Compile optional catch bindings",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-optional-chaining", "name": "@babel/plugin-proposal-optional-chaining",
"version": "7.16.0", "version": "7.16.5",
"description": "Transform optional chaining operators into a series of nil checks", "description": "Transform optional chaining operators into a series of nil checks",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-partial-application", "name": "@babel/plugin-proposal-partial-application",
"version": "7.16.0", "version": "7.16.5",
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression", "description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-pipeline-operator", "name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.16.0", "version": "7.16.5",
"description": "Transform pipeline operator into call expressions", "description": "Transform pipeline operator into call expressions",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-private-methods", "name": "@babel/plugin-proposal-private-methods",
"version": "7.16.0", "version": "7.16.5",
"description": "This plugin transforms private class methods", "description": "This plugin transforms private class methods",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-private-property-in-object", "name": "@babel/plugin-proposal-private-property-in-object",
"version": "7.16.0", "version": "7.16.5",
"description": "This plugin transforms checks for a private property in an object", "description": "This plugin transforms checks for a private property in an object",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-record-and-tuple", "name": "@babel/plugin-proposal-record-and-tuple",
"version": "7.16.0", "version": "7.16.5",
"description": "A transform for Record and Tuple syntax.", "description": "A transform for Record and Tuple syntax.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-throw-expressions", "name": "@babel/plugin-proposal-throw-expressions",
"version": "7.16.0", "version": "7.16.5",
"description": "Wraps Throw Expressions in an IIFE", "description": "Wraps Throw Expressions in an IIFE",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-unicode-property-regex", "name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex", "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-decimal", "name": "@babel/plugin-syntax-decimal",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of decimal", "description": "Allow parsing of decimal",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-decorators", "name": "@babel/plugin-syntax-decorators",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of decorators", "description": "Allow parsing of decorators",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-do-expressions", "name": "@babel/plugin-syntax-do-expressions",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of do expressions", "description": "Allow parsing of do expressions",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-export-default-from", "name": "@babel/plugin-syntax-export-default-from",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of export default from", "description": "Allow parsing of export default from",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-flow", "name": "@babel/plugin-syntax-flow",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of the flow syntax", "description": "Allow parsing of the flow syntax",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-function-bind", "name": "@babel/plugin-syntax-function-bind",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of function bind", "description": "Allow parsing of function bind",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-function-sent", "name": "@babel/plugin-syntax-function-sent",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of the function.sent meta property", "description": "Allow parsing of the function.sent meta property",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-import-assertions", "name": "@babel/plugin-syntax-import-assertions",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of the module assertion attributes in the import statement", "description": "Allow parsing of the module assertion attributes in the import statement",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-jsx", "name": "@babel/plugin-syntax-jsx",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of jsx", "description": "Allow parsing of jsx",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-module-blocks", "name": "@babel/plugin-syntax-module-blocks",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of JS Module Blocks", "description": "Allow parsing of JS Module Blocks",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-partial-application", "name": "@babel/plugin-syntax-partial-application",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of partial application syntax", "description": "Allow parsing of partial application syntax",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-pipeline-operator", "name": "@babel/plugin-syntax-pipeline-operator",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of the pipeline operator", "description": "Allow parsing of the pipeline operator",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-record-and-tuple", "name": "@babel/plugin-syntax-record-and-tuple",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of records and tuples.", "description": "Allow parsing of records and tuples.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-throw-expressions", "name": "@babel/plugin-syntax-throw-expressions",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of Throw Expressions", "description": "Allow parsing of Throw Expressions",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-typescript", "name": "@babel/plugin-syntax-typescript",
"version": "7.16.0", "version": "7.16.5",
"description": "Allow parsing of TypeScript syntax", "description": "Allow parsing of TypeScript syntax",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-arrow-functions", "name": "@babel/plugin-transform-arrow-functions",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES2015 arrow functions to ES5", "description": "Compile ES2015 arrow functions to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-async-to-generator", "name": "@babel/plugin-transform-async-to-generator",
"version": "7.16.0", "version": "7.16.5",
"description": "Turn async functions into ES2015 generators", "description": "Turn async functions into ES2015 generators",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-block-scoped-functions", "name": "@babel/plugin-transform-block-scoped-functions",
"version": "7.16.0", "version": "7.16.5",
"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": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-block-scoping", "name": "@babel/plugin-transform-block-scoping",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES2015 block scoping (const and let) to ES5", "description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-classes", "name": "@babel/plugin-transform-classes",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES2015 classes to ES5", "description": "Compile ES2015 classes to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-computed-properties", "name": "@babel/plugin-transform-computed-properties",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES2015 computed properties to ES5", "description": "Compile ES2015 computed properties to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-destructuring", "name": "@babel/plugin-transform-destructuring",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES2015 destructuring to ES5", "description": "Compile ES2015 destructuring to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-dotall-regex", "name": "@babel/plugin-transform-dotall-regex",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex", "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-duplicate-keys", "name": "@babel/plugin-transform-duplicate-keys",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile objects with duplicate keys to valid strict ES5", "description": "Compile objects with duplicate keys to valid strict ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-exponentiation-operator", "name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile exponentiation operator to ES5", "description": "Compile exponentiation operator to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-flow-comments", "name": "@babel/plugin-transform-flow-comments",
"version": "7.16.0", "version": "7.16.5",
"description": "Turn flow type annotations into comments", "description": "Turn flow type annotations into comments",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-flow-strip-types", "name": "@babel/plugin-transform-flow-strip-types",
"version": "7.16.0", "version": "7.16.5",
"description": "Strip flow type annotations from your output code.", "description": "Strip flow type annotations from your output code.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-for-of", "name": "@babel/plugin-transform-for-of",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES2015 for...of to ES5", "description": "Compile ES2015 for...of to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-function-name", "name": "@babel/plugin-transform-function-name",
"version": "7.16.0", "version": "7.16.5",
"description": "Apply ES2015 function.name semantics to all functions", "description": "Apply ES2015 function.name semantics to all functions",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-instanceof", "name": "@babel/plugin-transform-instanceof",
"version": "7.16.0", "version": "7.16.5",
"description": "This plugin transforms all the ES2015 'instanceof' methods", "description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-jscript", "name": "@babel/plugin-transform-jscript",
"version": "7.16.0", "version": "7.16.5",
"description": "Babel plugin to fix buggy JScript named function expressions", "description": "Babel plugin to fix buggy JScript named function expressions",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-literals", "name": "@babel/plugin-transform-literals",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES2015 unicode string and number literals to ES5", "description": "Compile ES2015 unicode string and number literals to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-member-expression-literals", "name": "@babel/plugin-transform-member-expression-literals",
"version": "7.16.0", "version": "7.16.5",
"description": "Ensure that reserved words are quoted in property accesses", "description": "Ensure that reserved words are quoted in property accesses",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-amd", "name": "@babel/plugin-transform-modules-amd",
"version": "7.16.0", "version": "7.16.5",
"description": "This plugin transforms ES2015 modules to AMD", "description": "This plugin transforms ES2015 modules to AMD",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-commonjs", "name": "@babel/plugin-transform-modules-commonjs",
"version": "7.16.0", "version": "7.16.5",
"description": "This plugin transforms ES2015 modules to CommonJS", "description": "This plugin transforms ES2015 modules to CommonJS",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-systemjs", "name": "@babel/plugin-transform-modules-systemjs",
"version": "7.16.0", "version": "7.16.5",
"description": "This plugin transforms ES2015 modules to SystemJS", "description": "This plugin transforms ES2015 modules to SystemJS",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-modules-umd", "name": "@babel/plugin-transform-modules-umd",
"version": "7.16.0", "version": "7.16.5",
"description": "This plugin transforms ES2015 modules to UMD", "description": "This plugin transforms ES2015 modules to UMD",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-named-capturing-groups-regex", "name": "@babel/plugin-transform-named-capturing-groups-regex",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile regular expressions using named groups to ES5.", "description": "Compile regular expressions using named groups to ES5.",
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex", "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-new-target", "name": "@babel/plugin-transform-new-target",
"version": "7.16.0", "version": "7.16.5",
"description": "Transforms new.target meta property", "description": "Transforms new.target meta property",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-object-assign", "name": "@babel/plugin-transform-object-assign",
"version": "7.16.0", "version": "7.16.5",
"description": "Replace Object.assign with an inline helper", "description": "Replace Object.assign with an inline helper",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-object-set-prototype-of-to-assign", "name": "@babel/plugin-transform-object-set-prototype-of-to-assign",
"version": "7.16.0", "version": "7.16.5",
"description": "Turn Object.setPrototypeOf to assignments", "description": "Turn Object.setPrototypeOf to assignments",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-object-super", "name": "@babel/plugin-transform-object-super",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES2015 object super to ES5", "description": "Compile ES2015 object super to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-parameters", "name": "@babel/plugin-transform-parameters",
"version": "7.16.3", "version": "7.16.5",
"description": "Compile ES2015 default and rest parameters to ES5", "description": "Compile ES2015 default and rest parameters to ES5",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-property-literals", "name": "@babel/plugin-transform-property-literals",
"version": "7.16.0", "version": "7.16.5",
"description": "Ensure that reserved words are quoted in object property keys", "description": "Ensure that reserved words are quoted in object property keys",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-property-mutators", "name": "@babel/plugin-transform-property-mutators",
"version": "7.16.0", "version": "7.16.5",
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty", "description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-proto-to-assign", "name": "@babel/plugin-transform-proto-to-assign",
"version": "7.16.0", "version": "7.16.5",
"description": "Babel plugin for turning __proto__ into a shallow property clone", "description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-constant-elements", "name": "@babel/plugin-transform-react-constant-elements",
"version": "7.16.0", "version": "7.16.5",
"description": "Treat React JSX elements as value types and hoist them to the highest scope", "description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-display-name", "name": "@babel/plugin-transform-react-display-name",
"version": "7.16.0", "version": "7.16.5",
"description": "Add displayName to React.createClass calls", "description": "Add displayName to React.createClass calls",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-inline-elements", "name": "@babel/plugin-transform-react-inline-elements",
"version": "7.16.0", "version": "7.16.5",
"description": "Turn JSX elements into exploded React objects", "description": "Turn JSX elements into exploded React objects",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-jsx-compat", "name": "@babel/plugin-transform-react-jsx-compat",
"version": "7.16.0", "version": "7.16.5",
"description": "Turn JSX into React Pre-0.12 function calls", "description": "Turn JSX into React Pre-0.12 function calls",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-jsx-development", "name": "@babel/plugin-transform-react-jsx-development",
"version": "7.16.0", "version": "7.16.5",
"description": "Turn JSX into React function calls in development", "description": "Turn JSX into React function calls in development",
"repository": { "repository": {
"type": "git", "type": "git",

Some files were not shown because too many files have changed in this diff Show More