This commit is contained in:
Nicolò Ribaudo 2021-02-18 15:58:43 +01:00
parent 35c41148dd
commit 2f755ef052
30 changed files with 100 additions and 100 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/eslint-parser", "name": "@babel/eslint-parser",
"version": "7.12.16", "version": "7.12.17",
"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", "name": "babel",
"version": "7.12.16", "version": "7.12.17",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"type": "commonjs", "type": "commonjs",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/cli", "name": "@babel/cli",
"version": "7.12.16", "version": "7.12.17",
"description": "Babel command line.", "description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"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/core", "name": "@babel/core",
"version": "7.12.16", "version": "7.12.17",
"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>",
@ -45,13 +45,13 @@
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": "workspace:^7.12.13", "@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.12.15", "@babel/generator": "workspace:^7.12.17",
"@babel/helper-module-transforms": "workspace:^7.12.13", "@babel/helper-module-transforms": "workspace:^7.12.17",
"@babel/helpers": "workspace:^7.12.13", "@babel/helpers": "workspace:^7.12.17",
"@babel/parser": "workspace:^7.12.16", "@babel/parser": "workspace:^7.12.17",
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.13", "@babel/traverse": "workspace:^7.12.17",
"@babel/types": "workspace:^7.12.13", "@babel/types": "workspace:^7.12.17",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"debug": "^4.1.0", "debug": "^4.1.0",
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ", "escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/generator", "name": "@babel/generator",
"version": "7.12.15", "version": "7.12.17",
"description": "Turns an AST into code.", "description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT", "license": "MIT",
@ -19,7 +19,7 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.13", "@babel/types": "workspace:^7.12.17",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1", "jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0" "source-map": "^0.5.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-compilation-targets", "name": "@babel/helper-compilation-targets",
"version": "7.12.16", "version": "7.12.17",
"author": "The Babel Team (https://babel.dev/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "Engine compat data used in @babel/preset-env", "description": "Engine compat data used in @babel/preset-env",
@ -22,7 +22,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/compat-data": "workspace:^7.12.13", "@babel/compat-data": "workspace:^7.12.13",
"@babel/helper-validator-option": "workspace:^7.12.16", "@babel/helper-validator-option": "workspace:^7.12.17",
"browserslist": "^4.14.5", "browserslist": "^4.14.5",
"semver": "^5.5.0" "semver": "^5.5.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.12.16", "version": "7.12.17",
"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",
@ -19,7 +19,7 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-function-name": "workspace:^7.12.13", "@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-member-expression-to-functions": "workspace:^7.12.16", "@babel/helper-member-expression-to-functions": "workspace:^7.12.17",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13", "@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.12.13", "@babel/helper-replace-supers": "workspace:^7.12.13",
"@babel/helper-split-export-declaration": "workspace:^7.12.13" "@babel/helper-split-export-declaration": "workspace:^7.12.13"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-regexp-features-plugin", "name": "@babel/helper-create-regexp-features-plugin",
"version": "7.12.16", "version": "7.12.17",
"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-member-expression-to-functions", "name": "@babel/helper-member-expression-to-functions",
"version": "7.12.16", "version": "7.12.17",
"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",
@ -15,6 +15,6 @@
"main": "lib/index.js", "main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>", "author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": { "dependencies": {
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-module-transforms", "name": "@babel/helper-module-transforms",
"version": "7.12.13", "version": "7.12.17",
"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://babel.dev/docs/en/next/babel-helper-module-transforms", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@ -21,8 +21,8 @@
"@babel/helper-split-export-declaration": "workspace:^7.12.13", "@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.12.11", "@babel/helper-validator-identifier": "workspace:^7.12.11",
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.13", "@babel/traverse": "workspace:^7.12.17",
"@babel/types": "workspace:^7.12.13", "@babel/types": "workspace:^7.12.17",
"lodash": "^4.17.19" "lodash": "^4.17.19"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-transform-fixture-test-runner", "name": "@babel/helper-transform-fixture-test-runner",
"version": "7.12.13", "version": "7.12.17",
"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://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
@ -16,7 +16,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "workspace:^7.12.13", "@babel/code-frame": "workspace:^7.12.13",
"@babel/core": "workspace:^7.12.13", "@babel/core": "workspace:^7.12.17",
"@babel/helper-fixtures": "workspace:^7.12.13", "@babel/helper-fixtures": "workspace:^7.12.13",
"babel-check-duplicated-nodes": "^1.0.0", "babel-check-duplicated-nodes": "^1.0.0",
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ", "escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-validator-option", "name": "@babel/helper-validator-option",
"version": "7.12.16", "version": "7.12.17",
"description": "Validate plugin/preset options", "description": "Validate plugin/preset options",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helpers", "name": "@babel/helpers",
"version": "7.12.13", "version": "7.12.17",
"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://babel.dev/docs/en/next/babel-helpers", "homepage": "https://babel.dev/docs/en/next/babel-helpers",
@ -16,8 +16,8 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/template": "workspace:^7.12.13", "@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.12.13", "@babel/traverse": "workspace:^7.12.17",
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
}, },
"devDependencies": { "devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/node", "name": "@babel/node",
"version": "7.12.16", "version": "7.12.17",
"description": "Babel command line", "description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"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.12.16", "version": "7.12.17",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"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-proposal-dynamic-import", "name": "@babel/plugin-proposal-dynamic-import",
"version": "7.12.16", "version": "7.12.17",
"description": "Transform import() expressions", "description": "Transform import() expressions",
"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.12.16", "version": "7.12.17",
"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-transform-react-jsx-development", "name": "@babel/plugin-transform-react-jsx-development",
"version": "7.12.16", "version": "7.12.17",
"description": "Turn JSX into React function calls in development", "description": "Turn JSX into React function calls in development",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/plugin-transform-react-jsx": "workspace:^7.12.16" "@babel/plugin-transform-react-jsx": "workspace:^7.12.17"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-react-jsx", "name": "@babel/plugin-transform-react-jsx",
"version": "7.12.16", "version": "7.12.17",
"description": "Turn JSX into React function calls", "description": "Turn JSX into React function calls",
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,7 +21,7 @@
"@babel/helper-module-imports": "workspace:^7.12.13", "@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-jsx": "workspace:^7.12.13", "@babel/plugin-syntax-jsx": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-runtime", "name": "@babel/plugin-transform-runtime",
"version": "7.12.15", "version": "7.12.17",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-typescript", "name": "@babel/plugin-transform-typescript",
"version": "7.12.16", "version": "7.12.17",
"description": "Transform TypeScript into ES.next", "description": "Transform TypeScript into ES.next",
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,7 +17,7 @@
"typescript" "typescript"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.12.16", "@babel/helper-create-class-features-plugin": "workspace:^7.12.17",
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/plugin-syntax-typescript": "workspace:^7.12.13" "@babel/plugin-syntax-typescript": "workspace:^7.12.13"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.12.16", "version": "7.12.17",
"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://babel.dev/docs/en/next/babel-preset-env", "homepage": "https://babel.dev/docs/en/next/babel-preset-env",
@ -17,13 +17,13 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/compat-data": "workspace:^7.12.13", "@babel/compat-data": "workspace:^7.12.13",
"@babel/helper-compilation-targets": "workspace:^7.12.16", "@babel/helper-compilation-targets": "workspace:^7.12.17",
"@babel/helper-module-imports": "workspace:^7.12.13", "@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-validator-option": "workspace:^7.12.16", "@babel/helper-validator-option": "workspace:^7.12.17",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13", "@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13",
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13", "@babel/plugin-proposal-class-properties": "workspace:^7.12.13",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.16", "@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17",
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13", "@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",
"@babel/plugin-proposal-json-strings": "workspace:^7.12.13", "@babel/plugin-proposal-json-strings": "workspace:^7.12.13",
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.13", "@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.13",
@ -31,7 +31,7 @@
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13", "@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13", "@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13", "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.16", "@babel/plugin-proposal-optional-chaining": "workspace:^7.12.17",
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13", "@babel/plugin-proposal-private-methods": "workspace:^7.12.13",
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13", "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
"@babel/plugin-syntax-async-generators": "^7.8.0", "@babel/plugin-syntax-async-generators": "^7.8.0",
@ -79,7 +79,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13", "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13", "@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
"@babel/preset-modules": "^0.1.3", "@babel/preset-modules": "^0.1.3",
"@babel/types": "workspace:^7.12.13", "@babel/types": "workspace:^7.12.17",
"core-js-compat": "^3.8.0", "core-js-compat": "^3.8.0",
"semver": "^5.5.0" "semver": "^5.5.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-typescript", "name": "@babel/preset-typescript",
"version": "7.12.16", "version": "7.12.17",
"description": "Babel preset for TypeScript.", "description": "Babel preset for TypeScript.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -18,8 +18,8 @@
], ],
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13", "@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-validator-option": "workspace:^7.12.16", "@babel/helper-validator-option": "workspace:^7.12.17",
"@babel/plugin-transform-typescript": "workspace:^7.12.16" "@babel/plugin-transform-typescript": "workspace:^7.12.17"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs2", "name": "@babel/runtime-corejs2",
"version": "7.12.13", "version": "7.12.17",
"description": "babel's modular runtime helpers with core-js@2 polyfilling", "description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs3", "name": "@babel/runtime-corejs3",
"version": "7.12.13", "version": "7.12.17",
"description": "babel's modular runtime helpers with core-js@3 polyfilling", "description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime", "name": "@babel/runtime",
"version": "7.12.13", "version": "7.12.17",
"description": "babel's modular runtime helpers", "description": "babel's modular runtime helpers",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.12.16", "version": "7.12.17",
"description": "Standalone build of Babel for use in non-Node.js environments.", "description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js", "main": "babel.js",
"files": [ "files": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/traverse", "name": "@babel/traverse",
"version": "7.12.13", "version": "7.12.17",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-traverse", "homepage": "https://babel.dev/docs/en/next/babel-traverse",
@ -17,11 +17,11 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/code-frame": "workspace:^7.12.13", "@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.12.13", "@babel/generator": "workspace:^7.12.17",
"@babel/helper-function-name": "workspace:^7.12.13", "@babel/helper-function-name": "workspace:^7.12.13",
"@babel/helper-split-export-declaration": "workspace:^7.12.13", "@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/parser": "workspace:^7.12.13", "@babel/parser": "workspace:^7.12.17",
"@babel/types": "workspace:^7.12.13", "@babel/types": "workspace:^7.12.17",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0", "globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0",
"lodash": "^4.17.19" "lodash": "^4.17.19"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/types", "name": "@babel/types",
"version": "7.12.13", "version": "7.12.17",
"description": "Babel Types is a Lodash-esque utility library for AST nodes", "description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-types", "homepage": "https://babel.dev/docs/en/next/babel-types",

View File

@ -125,19 +125,19 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:packages/babel-core": "@babel/core@workspace:*, @babel/core@workspace:^7.12.13, @babel/core@workspace:^7.12.17, @babel/core@workspace:packages/babel-core":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/core@workspace:packages/babel-core" resolution: "@babel/core@workspace:packages/babel-core"
dependencies: dependencies:
"@babel/code-frame": "workspace:^7.12.13" "@babel/code-frame": "workspace:^7.12.13"
"@babel/generator": "workspace:^7.12.15" "@babel/generator": "workspace:^7.12.17"
"@babel/helper-module-transforms": "workspace:^7.12.13" "@babel/helper-module-transforms": "workspace:^7.12.17"
"@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helper-transform-fixture-test-runner": "workspace:*"
"@babel/helpers": "workspace:^7.12.13" "@babel/helpers": "workspace:^7.12.17"
"@babel/parser": "workspace:^7.12.16" "@babel/parser": "workspace:^7.12.17"
"@babel/template": "workspace:^7.12.13" "@babel/template": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.12.13" "@babel/traverse": "workspace:^7.12.17"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
convert-source-map: ^1.7.0 convert-source-map: ^1.7.0
debug: ^4.1.0 debug: ^4.1.0
escape-string-regexp: "condition:BABEL_8_BREAKING ? ^4.0.0 : " escape-string-regexp: "condition:BABEL_8_BREAKING ? ^4.0.0 : "
@ -246,13 +246,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.12.15, @babel/generator@workspace:packages/babel-generator": "@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.12.17, @babel/generator@workspace:packages/babel-generator":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/generator@workspace:packages/babel-generator" resolution: "@babel/generator@workspace:packages/babel-generator"
dependencies: dependencies:
"@babel/helper-fixtures": "workspace:*" "@babel/helper-fixtures": "workspace:*"
"@babel/parser": "workspace:*" "@babel/parser": "workspace:*"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
"@types/jsesc": ^2.5.0 "@types/jsesc": ^2.5.0
"@types/lodash": ^4.14.150 "@types/lodash": ^4.14.150
"@types/source-map": ^0.5.0 "@types/source-map": ^0.5.0
@ -339,13 +339,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-compilation-targets@workspace:^7.12.16, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": "@babel/helper-compilation-targets@workspace:^7.12.17, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets" resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
dependencies: dependencies:
"@babel/compat-data": "workspace:^7.12.13" "@babel/compat-data": "workspace:^7.12.13"
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-validator-option": "workspace:^7.12.16" "@babel/helper-validator-option": "workspace:^7.12.17"
browserslist: ^4.14.5 browserslist: ^4.14.5
semver: ^5.5.0 semver: ^5.5.0
peerDependencies: peerDependencies:
@ -368,13 +368,13 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-create-class-features-plugin@workspace:^7.12.13, @babel/helper-create-class-features-plugin@workspace:^7.12.16, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": "@babel/helper-create-class-features-plugin@workspace:^7.12.13, @babel/helper-create-class-features-plugin@workspace:^7.12.17, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin" resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin"
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-function-name": "workspace:^7.12.13" "@babel/helper-function-name": "workspace:^7.12.13"
"@babel/helper-member-expression-to-functions": "workspace:^7.12.16" "@babel/helper-member-expression-to-functions": "workspace:^7.12.17"
"@babel/helper-optimise-call-expression": "workspace:^7.12.13" "@babel/helper-optimise-call-expression": "workspace:^7.12.13"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-replace-supers": "workspace:^7.12.13" "@babel/helper-replace-supers": "workspace:^7.12.13"
@ -550,11 +550,11 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-member-expression-to-functions@workspace:^7.12.13, @babel/helper-member-expression-to-functions@workspace:^7.12.16, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions": "@babel/helper-member-expression-to-functions@workspace:^7.12.13, @babel/helper-member-expression-to-functions@workspace:^7.12.17, @babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions" resolution: "@babel/helper-member-expression-to-functions@workspace:packages/babel-helper-member-expression-to-functions"
dependencies: dependencies:
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -593,7 +593,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-module-transforms@workspace:^7.12.13, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": "@babel/helper-module-transforms@workspace:^7.12.13, @babel/helper-module-transforms@workspace:^7.12.17, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms" resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms"
dependencies: dependencies:
@ -603,8 +603,8 @@ __metadata:
"@babel/helper-split-export-declaration": "workspace:^7.12.13" "@babel/helper-split-export-declaration": "workspace:^7.12.13"
"@babel/helper-validator-identifier": "workspace:^7.12.11" "@babel/helper-validator-identifier": "workspace:^7.12.11"
"@babel/template": "workspace:^7.12.13" "@babel/template": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.12.13" "@babel/traverse": "workspace:^7.12.17"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
lodash: ^4.17.19 lodash: ^4.17.19
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -762,7 +762,7 @@ __metadata:
resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner" resolution: "@babel/helper-transform-fixture-test-runner@workspace:packages/babel-helper-transform-fixture-test-runner"
dependencies: dependencies:
"@babel/code-frame": "workspace:^7.12.13" "@babel/code-frame": "workspace:^7.12.13"
"@babel/core": "workspace:^7.12.13" "@babel/core": "workspace:^7.12.17"
"@babel/helper-fixtures": "workspace:^7.12.13" "@babel/helper-fixtures": "workspace:^7.12.13"
babel-check-duplicated-nodes: ^1.0.0 babel-check-duplicated-nodes: ^1.0.0
escape-string-regexp: "condition:BABEL_8_BREAKING ? ^4.0.0 : " escape-string-regexp: "condition:BABEL_8_BREAKING ? ^4.0.0 : "
@ -797,7 +797,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helper-validator-option@workspace:^7.12.16, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option": "@babel/helper-validator-option@workspace:^7.12.17, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helper-validator-option@workspace:packages/babel-helper-validator-option" resolution: "@babel/helper-validator-option@workspace:packages/babel-helper-validator-option"
languageName: unknown languageName: unknown
@ -837,14 +837,14 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.12.13, @babel/helpers@workspace:packages/babel-helpers": "@babel/helpers@workspace:*, @babel/helpers@workspace:^7.12.17, @babel/helpers@workspace:packages/babel-helpers":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/helpers@workspace:packages/babel-helpers" resolution: "@babel/helpers@workspace:packages/babel-helpers"
dependencies: dependencies:
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/template": "workspace:^7.12.13" "@babel/template": "workspace:^7.12.13"
"@babel/traverse": "workspace:^7.12.13" "@babel/traverse": "workspace:^7.12.17"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -903,7 +903,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.12.16, @babel/parser@workspace:packages/babel-parser": "@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.12.17, @babel/parser@workspace:packages/babel-parser":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/parser@workspace:packages/babel-parser" resolution: "@babel/parser@workspace:packages/babel-parser"
dependencies: dependencies:
@ -1060,7 +1060,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/plugin-proposal-dynamic-import@workspace:*, @babel/plugin-proposal-dynamic-import@workspace:^7.12.16, @babel/plugin-proposal-dynamic-import@workspace:packages/babel-plugin-proposal-dynamic-import": "@babel/plugin-proposal-dynamic-import@workspace:*, @babel/plugin-proposal-dynamic-import@workspace:^7.12.17, @babel/plugin-proposal-dynamic-import@workspace:packages/babel-plugin-proposal-dynamic-import":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-proposal-dynamic-import@workspace:packages/babel-plugin-proposal-dynamic-import" resolution: "@babel/plugin-proposal-dynamic-import@workspace:packages/babel-plugin-proposal-dynamic-import"
dependencies: dependencies:
@ -1305,7 +1305,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.12.16, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining": "@babel/plugin-proposal-optional-chaining@workspace:*, @babel/plugin-proposal-optional-chaining@workspace:^7.12.17, @babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining" resolution: "@babel/plugin-proposal-optional-chaining@workspace:packages/babel-plugin-proposal-optional-chaining"
dependencies: dependencies:
@ -2543,7 +2543,7 @@ __metadata:
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/plugin-transform-react-jsx": "workspace:^7.12.16" "@babel/plugin-transform-react-jsx": "workspace:^7.12.17"
peerDependencies: peerDependencies:
"@babel/core": ^7.0.0-0 "@babel/core": ^7.0.0-0
languageName: unknown languageName: unknown
@ -2575,7 +2575,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.13, @babel/plugin-transform-react-jsx@workspace:^7.12.16, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx": "@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.13, @babel/plugin-transform-react-jsx@workspace:^7.12.17, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx" resolution: "@babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx"
dependencies: dependencies:
@ -2585,7 +2585,7 @@ __metadata:
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/plugin-syntax-jsx": "workspace:^7.12.13" "@babel/plugin-syntax-jsx": "workspace:^7.12.13"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
peerDependencies: peerDependencies:
"@babel/core": ^7.0.0-0 "@babel/core": ^7.0.0-0
languageName: unknown languageName: unknown
@ -2833,12 +2833,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.12.16, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript": "@babel/plugin-transform-typescript@workspace:*, @babel/plugin-transform-typescript@workspace:^7.12.17, @babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript" resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript"
dependencies: dependencies:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-create-class-features-plugin": "workspace:^7.12.16" "@babel/helper-create-class-features-plugin": "workspace:^7.12.17"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/plugin-syntax-typescript": "workspace:^7.12.13" "@babel/plugin-syntax-typescript": "workspace:^7.12.13"
@ -2978,14 +2978,14 @@ __metadata:
dependencies: dependencies:
"@babel/compat-data": "workspace:^7.12.13" "@babel/compat-data": "workspace:^7.12.13"
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-compilation-targets": "workspace:^7.12.16" "@babel/helper-compilation-targets": "workspace:^7.12.17"
"@babel/helper-module-imports": "workspace:^7.12.13" "@babel/helper-module-imports": "workspace:^7.12.13"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/helper-validator-option": "workspace:^7.12.16" "@babel/helper-validator-option": "workspace:^7.12.17"
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13" "@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13"
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13" "@babel/plugin-proposal-class-properties": "workspace:^7.12.13"
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.16" "@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17"
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13" "@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13"
"@babel/plugin-proposal-json-strings": "workspace:^7.12.13" "@babel/plugin-proposal-json-strings": "workspace:^7.12.13"
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.13" "@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.13"
@ -2993,7 +2993,7 @@ __metadata:
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13" "@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13"
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13" "@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13"
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13" "@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13"
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.16" "@babel/plugin-proposal-optional-chaining": "workspace:^7.12.17"
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13" "@babel/plugin-proposal-private-methods": "workspace:^7.12.13"
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13" "@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13"
"@babel/plugin-syntax-async-generators": ^7.8.0 "@babel/plugin-syntax-async-generators": ^7.8.0
@ -3041,7 +3041,7 @@ __metadata:
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13" "@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13"
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13" "@babel/plugin-transform-unicode-regex": "workspace:^7.12.13"
"@babel/preset-modules": ^0.1.3 "@babel/preset-modules": ^0.1.3
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
core-js-compat: ^3.8.0 core-js-compat: ^3.8.0
semver: ^5.5.0 semver: ^5.5.0
peerDependencies: peerDependencies:
@ -3124,8 +3124,8 @@ __metadata:
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.12.13" "@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/helper-validator-option": "workspace:^7.12.16" "@babel/helper-validator-option": "workspace:^7.12.17"
"@babel/plugin-transform-typescript": "workspace:^7.12.16" "@babel/plugin-transform-typescript": "workspace:^7.12.17"
peerDependencies: peerDependencies:
"@babel/core": ^7.0.0-0 "@babel/core": ^7.0.0-0
languageName: unknown languageName: unknown
@ -3352,17 +3352,17 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.13, @babel/traverse@workspace:packages/babel-traverse": "@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.13, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:packages/babel-traverse":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/traverse@workspace:packages/babel-traverse" resolution: "@babel/traverse@workspace:packages/babel-traverse"
dependencies: dependencies:
"@babel/code-frame": "workspace:^7.12.13" "@babel/code-frame": "workspace:^7.12.13"
"@babel/generator": "workspace:^7.12.13" "@babel/generator": "workspace:^7.12.17"
"@babel/helper-function-name": "workspace:^7.12.13" "@babel/helper-function-name": "workspace:^7.12.13"
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-split-export-declaration": "workspace:^7.12.13" "@babel/helper-split-export-declaration": "workspace:^7.12.13"
"@babel/parser": "workspace:^7.12.13" "@babel/parser": "workspace:^7.12.17"
"@babel/types": "workspace:^7.12.13" "@babel/types": "workspace:^7.12.17"
debug: ^4.1.0 debug: ^4.1.0
globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
lodash: ^4.17.19 lodash: ^4.17.19
@ -3380,7 +3380,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:packages/babel-types": "@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.12.17, @babel/types@workspace:packages/babel-types":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@babel/types@workspace:packages/babel-types" resolution: "@babel/types@workspace:packages/babel-types"
dependencies: dependencies: