docs: add package-specific documentation links (#12531)

[skip ci]
This commit is contained in:
Daniel Arthur Gallagher 2021-01-06 14:11:53 +01:00 committed by GitHub
parent fb12afc289
commit e8b08523f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
139 changed files with 173 additions and 54 deletions

View File

@ -2,8 +2,7 @@
"name": "@babel/eslint-config-internal", "name": "@babel/eslint-config-internal",
"version": "7.11.0", "version": "7.11.0",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.", "description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"author": "The Babel Team (https://babeljs.io/team)", "author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -2,7 +2,7 @@
"name": "@babel/eslint-parser", "name": "@babel/eslint-parser",
"version": "7.12.1", "version": "7.12.1",
"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://babeljs.io/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
@ -15,7 +15,7 @@
"bugs": { "bugs": {
"url": "https://github.com/babel/babel/issues" "url": "https://github.com/babel/babel/issues"
}, },
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/",
"engines": { "engines": {
"node": "^10.13.0 || ^12.13.0 || >=14.0.0" "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
}, },

View File

@ -33,7 +33,7 @@
"bugs": { "bugs": {
"url": "https://github.com/babel/babel/issues" "url": "https://github.com/babel/babel/issues"
}, },
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/",
"devDependencies": { "devDependencies": {
"eslint": "^7.5.0" "eslint": "^7.5.0"
} }

View File

@ -31,7 +31,7 @@
"bugs": { "bugs": {
"url": "https://github.com/babel/babel/issues" "url": "https://github.com/babel/babel/issues"
}, },
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/",
"peerDependencies": { "peerDependencies": {
"@babel/eslint-parser": ">=7.11.0", "@babel/eslint-parser": ">=7.11.0",
"eslint": ">=7.5.0" "eslint": ">=7.5.0"

View File

@ -3,7 +3,8 @@
"version": "7.12.10", "version": "7.12.10",
"description": "Babel command line.", "description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-cli",
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,8 @@
"version": "7.12.11", "version": "7.12.11",
"description": "Generate errors that contain a code frame that point to source locations.", "description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -1,7 +1,7 @@
{ {
"name": "@babel/compat-data", "name": "@babel/compat-data",
"version": "7.12.7", "version": "7.12.7",
"author": "The Babel Team (https://babeljs.io/team)", "author": "The Babel Team (https://babel.dev/team)",
"license": "MIT", "license": "MIT",
"description": "", "description": "",
"repository": { "repository": {

View File

@ -4,7 +4,6 @@
"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>",
"homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -14,6 +13,8 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-core" "directory": "packages/babel-core"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-core",
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
"keywords": [ "keywords": [
"6to5", "6to5",
"babel", "babel",

View File

@ -3,7 +3,6 @@
"version": "7.12.11", "version": "7.12.11",
"description": "Turns an AST into code.", "description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -13,6 +12,8 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-generator" "directory": "packages/babel-generator"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-generator",
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
"lib" "lib"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-annotate-as-pure" "directory": "packages/babel-helper-annotate-as-pure"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-bindify-decorators" "directory": "packages/babel-helper-bindify-decorators"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-bindify-decorators",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-binary-assignment-operator-visitor" "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-react-jsx" "directory": "packages/babel-helper-builder-react-jsx"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-builder-react-jsx",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-call-delegate" "directory": "packages/babel-helper-call-delegate"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-call-delegate",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -1,7 +1,7 @@
{ {
"name": "@babel/helper-compilation-targets", "name": "@babel/helper-compilation-targets",
"version": "7.12.5", "version": "7.12.5",
"author": "The Babel Team (https://babeljs.io/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",
"repository": { "repository": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.12.1", "version": "7.12.1",
"author": "The Babel Team (https://babeljs.io/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",
"repository": { "repository": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@babel/helper-create-regexp-features-plugin", "name": "@babel/helper-create-regexp-features-plugin",
"version": "7.12.7", "version": "7.12.7",
"author": "The Babel Team (https://babeljs.io/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",
"repository": { "repository": {

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-define-map" "directory": "packages/babel-helper-define-map"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-define-map",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-explode-assignable-expression" "directory": "packages/babel-helper-explode-assignable-expression"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-explode-assignable-expression",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-explode-class" "directory": "packages/babel-helper-explode-class"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-explode-class",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -12,6 +12,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-fixtures" "directory": "packages/babel-helper-fixtures"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-fixtures",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"lodash": "^4.17.19", "lodash": "^4.17.19",

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-function-name" "directory": "packages/babel-helper-function-name"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-function-name",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-get-function-arity" "directory": "packages/babel-helper-get-function-arity"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-get-function-arity",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-hoist-variables" "directory": "packages/babel-helper-hoist-variables"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-member-expression-to-functions" "directory": "packages/babel-helper-member-expression-to-functions"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,7 @@
"version": "7.12.5", "version": "7.12.5",
"description": "Babel helper functions for inserting module loads", "description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,7 @@
"version": "7.12.1", "version": "7.12.1",
"description": "Babel helper functions for implementing ES6 module transformations", "description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-optimise-call-expression" "directory": "packages/babel-helper-optimise-call-expression"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-plugin-test-runner" "directory": "packages/babel-helper-plugin-test-runner"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-test-runner",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,7 @@
"version": "7.10.4", "version": "7.10.4",
"description": "General utilities for plugins to use", "description": "General utilities for plugins to use",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-remap-async-to-generator" "directory": "packages/babel-helper-remap-async-to-generator"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-replace-supers" "directory": "packages/babel-helper-replace-supers"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,7 @@
"version": "7.12.1", "version": "7.12.1",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses", "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-split-export-declaration" "directory": "packages/babel-helper-split-export-declaration"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,7 @@
"version": "7.12.12", "version": "7.12.12",
"description": "Transform test runner for @babel/helper-fixtures module", "description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-wrap-function" "directory": "packages/babel-helper-wrap-function"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,7 @@
"version": "7.12.5", "version": "7.12.5",
"description": "Collection of helper functions used by Babel transforms.", "description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-helpers",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,7 @@
"version": "7.10.4", "version": "7.10.4",
"description": "Syntax highlight JavaScript strings for output in terminals.", "description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "suchipi <me@suchipi.com>", "author": "suchipi <me@suchipi.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-highlight",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,7 @@
"version": "7.12.10", "version": "7.12.10",
"description": "Babel command line", "description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-node",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -3,7 +3,8 @@
"version": "7.12.11", "version": "7.12.11",
"description": "A JavaScript parser", "description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-parser",
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-external-helpers" "directory": "packages/babel-plugin-external-helpers"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-external-helpers",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-async-generator-functions" "directory": "packages/babel-plugin-proposal-async-generator-functions"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-class-properties" "directory": "packages/babel-plugin-proposal-class-properties"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -27,5 +27,6 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
} },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block"
} }

View File

@ -12,6 +12,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-decorators" "directory": "packages/babel-plugin-proposal-decorators"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-decorators",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel", "babel",

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-do-expressions" "directory": "packages/babel-plugin-proposal-do-expressions"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-do-expressions",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-export-default-from" "directory": "packages/babel-plugin-proposal-export-default-from"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-default-from",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -25,5 +25,6 @@
"devDependencies": { "devDependencies": {
"@babel/core": "workspace:*", "@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*"
} },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from"
} }

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-function-bind" "directory": "packages/babel-plugin-proposal-function-bind"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-function-bind",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-function-sent" "directory": "packages/babel-plugin-proposal-function-sent"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-function-sent",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-json-strings" "directory": "packages/babel-plugin-proposal-json-strings"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-json-strings",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -27,5 +27,6 @@
"@babel/helper-plugin-test-runner": "workspace:*", "@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:*", "@babel/plugin-proposal-nullish-coalescing-operator": "workspace:*",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
} },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-logical-assignment-operators"
} }

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-nullish-coalescing-operator" "directory": "packages/babel-plugin-proposal-nullish-coalescing-operator"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-numeric-separator" "directory": "packages/babel-plugin-proposal-numeric-separator"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-numeric-separator",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-object-rest-spread" "directory": "packages/babel-plugin-proposal-object-rest-spread"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-optional-catch-binding" "directory": "packages/babel-plugin-proposal-optional-catch-binding"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-catch-binding",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-optional-chaining" "directory": "packages/babel-plugin-proposal-optional-chaining"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-partial-application" "directory": "packages/babel-plugin-proposal-partial-application"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-partial-application",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-pipeline-operator" "directory": "packages/babel-plugin-proposal-pipeline-operator"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-pipeline-operator",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-private-methods" "directory": "packages/babel-plugin-proposal-private-methods"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-methods",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-private-property-in-object" "directory": "packages/babel-plugin-proposal-private-property-in-object"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-throw-expressions" "directory": "packages/babel-plugin-proposal-throw-expressions"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-throw-expressions",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
"name": "@babel/plugin-proposal-unicode-property-regex", "name": "@babel/plugin-proposal-unicode-property-regex",
"version": "7.12.1", "version": "7.12.1",
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-class-properties" "directory": "packages/babel-plugin-syntax-class-properties"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-class-static-block" "directory": "packages/babel-plugin-syntax-class-static-block"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-static-block",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-decorators" "directory": "packages/babel-plugin-syntax-decorators"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-decorators",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -23,5 +23,6 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
} },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-do-expressions"
} }

View File

@ -23,5 +23,6 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "workspace:*" "@babel/core": "workspace:*"
} },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-export-default-from"
} }

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-flow" "directory": "packages/babel-plugin-syntax-flow"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-flow",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-function-bind" "directory": "packages/babel-plugin-syntax-function-bind"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-function-bind",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-function-sent" "directory": "packages/babel-plugin-syntax-function-sent"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-function-sent",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-jsx" "directory": "packages/babel-plugin-syntax-jsx"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-module-string-names" "directory": "packages/babel-plugin-syntax-module-string-names"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-logical-assignment-operators",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-partial-application" "directory": "packages/babel-plugin-syntax-partial-application"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-partial-application",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-pipeline-operator" "directory": "packages/babel-plugin-syntax-pipeline-operator"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-pipeline-operator",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-throw-expressions" "directory": "packages/babel-plugin-syntax-throw-expressions"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-throw-expressions",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-top-level-await" "directory": "packages/babel-plugin-syntax-top-level-await"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-top-level-await",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-typescript" "directory": "packages/babel-plugin-syntax-typescript"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-typescript",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-arrow-functions" "directory": "packages/babel-plugin-transform-arrow-functions"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-async-to-generator" "directory": "packages/babel-plugin-transform-async-to-generator"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-block-scoped-functions" "directory": "packages/babel-plugin-transform-block-scoped-functions"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-block-scoping" "directory": "packages/babel-plugin-transform-block-scoping"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-classes" "directory": "packages/babel-plugin-transform-classes"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-classes",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-computed-properties" "directory": "packages/babel-plugin-transform-computed-properties"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-destructuring" "directory": "packages/babel-plugin-transform-destructuring"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-destructuring",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
"name": "@babel/plugin-transform-dotall-regex", "name": "@babel/plugin-transform-dotall-regex",
"version": "7.12.1", "version": "7.12.1",
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"homepage": "https://babeljs.io/", "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-duplicate-keys" "directory": "packages/babel-plugin-transform-duplicate-keys"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-duplicate-keys",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-exponentiation-operator" "directory": "packages/babel-plugin-transform-exponentiation-operator"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-exponentiation-operator",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-flow-comments" "directory": "packages/babel-plugin-transform-flow-comments"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-flow-comments",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-flow-strip-types" "directory": "packages/babel-plugin-transform-flow-strip-types"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-flow-strip-types",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-for-of" "directory": "packages/babel-plugin-transform-for-of"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-for-of",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-function-name" "directory": "packages/babel-plugin-transform-function-name"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-instanceof" "directory": "packages/babel-plugin-transform-instanceof"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-instanceof",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-jscript" "directory": "packages/babel-plugin-transform-jscript"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-jscript",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-literals" "directory": "packages/babel-plugin-transform-literals"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-literals",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-member-expression-literals" "directory": "packages/babel-plugin-transform-member-expression-literals"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-member-expression-literals",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-modules-amd" "directory": "packages/babel-plugin-transform-modules-amd"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -28,5 +28,6 @@
"@babel/core": "workspace:*", "@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*", "@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0" "@babel/plugin-syntax-object-rest-spread": "^7.8.0"
} },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs"
} }

View File

@ -29,5 +29,6 @@
"@babel/core": "workspace:*", "@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*", "@babel/helper-plugin-test-runner": "workspace:*",
"@babel/plugin-syntax-dynamic-import": "^7.8.0" "@babel/plugin-syntax-dynamic-import": "^7.8.0"
} },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs"
} }

View File

@ -7,6 +7,7 @@
"url": "https://github.com/babel/babel.git", "url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-modules-umd" "directory": "packages/babel-plugin-transform-modules-umd"
}, },
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

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