This commit is contained in:
Nicolò Ribaudo 2021-10-30 01:26:04 +02:00
parent e33186c68e
commit 45308f3cba
147 changed files with 153 additions and 154 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-parser", "name": "@babel/eslint-parser",
"version": "7.15.8", "version": "7.16.0",
"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-shared-fixtures", "name": "@babel/eslint-shared-fixtures",
"version": "7.14.5", "version": "7.16.0",
"description": "Shared fixtures for testing @babel/eslint-* packages", "description": "Shared fixtures for testing @babel/eslint-* packages",
"private": true, "private": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-tests", "name": "@babel/eslint-tests",
"version": "7.14.5", "version": "7.16.0",
"description": "Tests for babel/eslint-* packages", "description": "Tests for babel/eslint-* packages",
"private": true, "private": true,
"dependencies": { "dependencies": {

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/cli", "name": "@babel/cli",
"version": "7.15.7", "version": "7.16.0",
"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-cli", "homepage": "https://babel.dev/docs/en/next/babel-cli",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/code-frame", "name": "@babel/code-frame",
"version": "7.15.8", "version": "7.16.0",
"description": "Generate errors that contain a code frame that point to source locations.", "description": "Generate errors that contain a code frame that point to source locations.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-code-frame", "homepage": "https://babel.dev/docs/en/next/babel-code-frame",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/compat-data", "name": "@babel/compat-data",
"version": "7.15.0", "version": "7.16.0",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "", "description": "",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/core", "name": "@babel/core",
"version": "7.15.8", "version": "7.16.0",
"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.15.8", "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.0",
"@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.15.8", "version": "7.16.0",
"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-annotate-as-pure", "name": "@babel/helper-annotate-as-pure",
"version": "7.15.4", "version": "7.16.0",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment", "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-builder-binary-assignment-operator-visitor", "name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.15.4", "version": "7.16.0",
"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.15.4", "version": "7.16.0",
"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-compilation-targets", "name": "@babel/helper-compilation-targets",
"version": "7.15.4", "version": "7.16.0",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Helper functions on Babel compilation targets", "description": "Helper functions on Babel compilation targets",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.15.4", "version": "7.16.0",
"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-create-regexp-features-plugin", "name": "@babel/helper-create-regexp-features-plugin",
"version": "7.14.5", "version": "7.16.0",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5", "description": "Compile ESNext Regular Expressions to ES5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-define-map", "name": "@babel/helper-define-map",
"version": "7.15.4", "version": "7.16.0",
"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-explode-assignable-expression", "name": "@babel/helper-explode-assignable-expression",
"version": "7.15.4", "version": "7.16.0",
"description": "Helper function to explode an assignable expression", "description": "Helper function to explode an assignable expression",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-fixtures", "name": "@babel/helper-fixtures",
"version": "7.14.5", "version": "7.16.0",
"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-function-name", "name": "@babel/helper-function-name",
"version": "7.15.4", "version": "7.16.0",
"description": "Helper function to change the property 'name' of every function", "description": "Helper function to change the property 'name' of every function",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-get-function-arity", "name": "@babel/helper-get-function-arity",
"version": "7.15.4", "version": "7.16.0",
"description": "Helper function to get function arity", "description": "Helper function to get function arity",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-hoist-variables", "name": "@babel/helper-hoist-variables",
"version": "7.15.4", "version": "7.16.0",
"description": "Helper function to hoist variables", "description": "Helper function to hoist variables",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-member-expression-to-functions", "name": "@babel/helper-member-expression-to-functions",
"version": "7.15.4", "version": "7.16.0",
"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-imports", "name": "@babel/helper-module-imports",
"version": "7.15.4", "version": "7.16.0",
"description": "Babel helper functions for inserting module loads", "description": "Babel helper functions for inserting module loads",
"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-imports", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-transforms", "name": "@babel/helper-module-transforms",
"version": "7.15.8", "version": "7.16.0",
"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-optimise-call-expression", "name": "@babel/helper-optimise-call-expression",
"version": "7.15.4", "version": "7.16.0",
"description": "Helper function to optimise call expression", "description": "Helper function to optimise call expression",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-plugin-test-runner", "name": "@babel/helper-plugin-test-runner",
"version": "7.14.5", "version": "7.16.0",
"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-remap-async-to-generator", "name": "@babel/helper-remap-async-to-generator",
"version": "7.15.4", "version": "7.16.0",
"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.15.4", "version": "7.16.0",
"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-simple-access", "name": "@babel/helper-simple-access",
"version": "7.15.4", "version": "7.16.0",
"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": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access", "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-skip-transparent-expression-wrappers", "name": "@babel/helper-skip-transparent-expression-wrappers",
"version": "7.15.4", "version": "7.16.0",
"description": "Helper which skips types and parentheses", "description": "Helper which skips types and parentheses",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-split-export-declaration", "name": "@babel/helper-split-export-declaration",
"version": "7.15.4", "version": "7.16.0",
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-transform-fixture-test-runner", "name": "@babel/helper-transform-fixture-test-runner",
"version": "7.15.7", "version": "7.16.0",
"description": "Transform test runner for @babel/helper-fixtures module", "description": "Transform test runner for @babel/helper-fixtures module",
"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-transform-fixture-test-runner", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-wrap-function", "name": "@babel/helper-wrap-function",
"version": "7.15.4", "version": "7.16.0",
"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.15.4", "version": "7.16.0",
"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/highlight", "name": "@babel/highlight",
"version": "7.14.5", "version": "7.16.0",
"description": "Syntax highlight JavaScript strings for output in terminals.", "description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-highlight", "homepage": "https://babel.dev/docs/en/next/babel-highlight",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/node", "name": "@babel/node",
"version": "7.15.8", "version": "7.16.0",
"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.15.8", "version": "7.16.0",
"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-bugfix-safari-id-destructuring-collision-in-function-expression", "name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
"version": "0.0.0", "version": "7.16.0",
"description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517", "description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
"version": "7.15.4", "version": "7.16.0",
"description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558", "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-external-helpers", "name": "@babel/plugin-external-helpers",
"version": "7.14.5", "version": "7.16.0",
"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-do-expressions", "name": "@babel/plugin-proposal-async-do-expressions",
"version": "7.14.5", "version": "7.16.0",
"description": "Transform async do expressions to ES2021", "description": "Transform async do expressions to ES2021",
"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.15.8", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": { "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.15.4", "version": "7.16.0",
"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.15.8", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.15.6", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.15.0", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.15.4", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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-async-do-expressions", "name": "@babel/plugin-syntax-async-do-expressions",
"version": "7.14.5", "version": "7.16.0",
"description": "Allow parsing of async do expressions", "description": "Allow parsing of async do expressions",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-syntax-decimal", "name": "@babel/plugin-syntax-decimal",
"version": "7.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.15.0", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"description": "Babel plugin to ensure function declarations at the block level are block scoped", "description": "Babel plugin to ensure function declarations at the block level are block scoped",
"repository": { "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.15.3", "version": "7.16.0",
"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.15.4", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.7", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.15.4", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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.14.5", "version": "7.16.0",
"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",

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