Use repository.directory field in package.json files (#11625)

Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com>
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
Saulo Santiago 2020-05-27 11:32:25 -03:00 committed by GitHub
parent 58df7786ee
commit 242d9e0b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
147 changed files with 728 additions and 147 deletions

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-codemod-object-assign-to-object-spread",
"version": "7.7.4",
"description": "Transforms Object.assign into object spread syntax",
"repository": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-object-assign-to-object-spread",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "codemods/babel-plugin-codemod-object-assign-to-object-spread"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-codemod-optional-catch-binding",
"version": "7.7.4",
"description": "Remove unused catch bindings",
"repository": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-remove-unused-catch-binding",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "codemods/babel-plugin-codemod-remove-unused-catch-binding"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -6,7 +6,11 @@
"homepage": "https://babeljs.io/",
"license": "MIT",
"private": true,
"repository": "https://github.com/babel/babel/tree/master/eslint/babel-eslint-config-internal",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "eslint/babel-eslint-config-internal"
},
"main": "index.js",
"peerDependencies": {
"babel-eslint": "^10.0.0 || ^11.0.0-0",

View File

@ -5,7 +5,7 @@
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"url": "https://github.com/babel/babel.git",
"directory": "eslint/babel-eslint-plugin"
},
"keywords": [

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-cli"
},
"keywords": [
"6to5",
"babel",

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-code-frame"
},
"main": "lib/index.js",
"dependencies": {
"@babel/highlight": "^7.8.3"

View File

@ -4,7 +4,11 @@
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-compat-data",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-compat-data"
},
"publishConfig": {
"access": "public"
},

View File

@ -9,7 +9,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-core"
},
"keywords": [
"6to5",
"babel",

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-generator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-generator"
},
"main": "lib/index.js",
"files": [
"lib"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-annotate-as-pure",
"version": "7.8.3",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-annotate-as-pure"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-bindify-decorators",
"version": "7.8.3",
"description": "Helper function to bindify decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-bindify-decorators"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.8.3",
"description": "Helper function to build binary assignment operator visitors",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.9.5",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx-experimental",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-react-jsx-experimental"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-builder-react-jsx",
"version": "7.9.0",
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-react-jsx"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-call-delegate",
"version": "7.8.7",
"description": "Helper function to call delegate",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-call-delegate"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -4,7 +4,11 @@
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-compilation-targets",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-compilation-targets"
},
"main": "lib/index.js",
"exports": {
".": "./lib/index.js"

View File

@ -4,7 +4,11 @@
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-create-class-features-plugin",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-create-class-features-plugin"
},
"main": "lib/index.js",
"publishConfig": {
"access": "public"

View File

@ -6,7 +6,7 @@
"description": "Compile ESNext Regular Expressions to ES5",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-create-regexp-features-plugin"
},
"main": "lib/index.js",

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-define-map",
"version": "7.8.3",
"description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-define-map"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-explode-assignable-expression",
"version": "7.8.3",
"description": "Helper function to explode an assignable expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-explode-assignable-expression"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-explode-class",
"version": "7.8.3",
"description": "Helper function to explode class",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-explode-class"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -7,7 +7,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-fixtures"
},
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.13",

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-function-name",
"version": "7.9.5",
"description": "Helper function to change the property 'name' of every function",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-function-name"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-get-function-arity",
"version": "7.8.3",
"description": "Helper function to get function arity",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-get-function-arity"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-hoist-variables",
"version": "7.8.3",
"description": "Helper function to hoist variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-hoist-variables"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-member-expression-to-functions",
"version": "7.10.0",
"description": "Helper function to replace certain member expressions with function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-member-expression-to-functions"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-module-imports"
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.8.3"

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-module-transforms"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "^7.8.3",

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-optimise-call-expression",
"version": "7.10.0",
"description": "Helper function to optimise call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-optimise-call-expression"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-plugin-test-runner",
"version": "7.8.3",
"description": "Helper function to support test runner",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-plugin-test-runner"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -8,6 +8,10 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-plugin-utils"
},
"main": "lib/index.js"
}

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-regex",
"version": "7.8.3",
"description": "Helper function to check for literal RegEx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-regex"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-remap-async-to-generator",
"version": "7.8.3",
"description": "Helper function to remap async functions to generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-remap-async-to-generator"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-replace-supers",
"version": "7.10.0",
"description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-replace-supers"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-simple-access"
},
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.8.3",

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-split-export-declaration",
"version": "7.8.3",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-split-export-declaration"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-transform-fixture-test-runner"
},
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.8.3",

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-validator-identifier",
"version": "7.9.5",
"description": "Validate identifier/keywords name",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-validator-identifier",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-validator-identifier"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/helper-wrap-function",
"version": "7.8.3",
"description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-wrap-function"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-helpers"
},
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.10.0",

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-highlight"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-validator-identifier": "^7.9.0",

View File

@ -8,7 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-node",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-node"
},
"keywords": [
"6to5",
"babel",

View File

@ -16,7 +16,11 @@
"ecmascript",
"@babel/parser"
],
"repository": "https://github.com/babel/babel/tree/master/packages/babel-parser",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-parser"
},
"main": "lib/index.js",
"types": "typings/babel-parser.d.ts",
"files": [

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-external-helpers",
"version": "7.8.3",
"description": "This plugin contains helper functions thatll be placed at the top of the generated code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-external-helpers"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.8.3",
"description": "Turn async generator functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-async-generator-functions"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-class-properties",
"version": "7.8.3",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-class-properties"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -7,7 +7,11 @@
"access": "public"
},
"description": "Compile class and object decorators to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-decorators",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-decorators"
},
"main": "lib/index.js",
"keywords": [
"babel",

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-do-expressions",
"version": "7.8.3",
"description": "Compile do expressions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-do-expressions",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-do-expressions"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-dynamic-import",
"version": "7.8.3",
"description": "Transform import() expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-dynamic-import",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-dynamic-import"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-export-default-from",
"version": "7.8.3",
"description": "Compile export default to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default-from",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-export-default-from"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-export-namespace-from",
"version": "7.8.3",
"description": "Compile export namespace to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace-from",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-export-namespace-from"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-function-bind",
"version": "7.8.3",
"description": "Compile function bind operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-bind",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-function-bind"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-function-sent",
"version": "7.8.3",
"description": "Compile the function.sent meta property to valid ES2015 code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-function-sent"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-json-strings",
"version": "7.10.0",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-json-strings"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.10.0",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-logical-assignment-operators",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-logical-assignment-operators"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.8.3",
"description": "Remove nullish coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-nullish-coalescing-operator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-nullish-coalescing-operator"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-numeric-separator",
"version": "7.8.3",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-numeric-separator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-numeric-separator"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.10.0",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-object-rest-spread"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-optional-catch-binding",
"version": "7.8.3",
"description": "Compile optional catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-catch-binding",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-optional-catch-binding"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.10.0",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-optional-chaining"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-partial-application",
"version": "7.8.3",
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-partial-application",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-partial-application"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.8.3",
"description": "Transform pipeline operator into call expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-pipeline-operator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-pipeline-operator"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-private-methods",
"version": "7.8.3",
"description": "This plugin transforms private class methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-methods",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-private-methods"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-private-property-in-object",
"version": "7.10.0",
"description": "This plugin transforms checks for a private property in an object",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-property-in-object",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-private-property-in-object"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-proposal-throw-expressions",
"version": "7.8.3",
"description": "Wraps Throw Expressions in an IIFE",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-throw-expressions",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-throw-expressions"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -19,7 +19,11 @@
"unicode properties",
"unicode"
],
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-unicode-property-regex"
},
"bugs": "https://github.com/babel/babel/issues",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.8.8",

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-class-properties",
"version": "7.8.3",
"description": "Allow parsing of class properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-class-properties"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-decorators",
"version": "7.8.3",
"description": "Allow parsing of decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-decorators"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-do-expressions",
"version": "7.8.3",
"description": "Allow parsing of do expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-do-expressions"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-export-default-from",
"version": "7.8.3",
"description": "Allow parsing of export default from",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-default-from",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-export-default-from"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-flow",
"version": "7.8.3",
"description": "Allow parsing of the flow syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-flow"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-function-bind",
"version": "7.8.3",
"description": "Allow parsing of function bind",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-function-bind"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-function-sent",
"version": "7.8.3",
"description": "Allow parsing of the function.sent meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-function-sent"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-import-meta",
"version": "7.8.3",
"description": "Allow parsing of import.meta",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-import-meta",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-import-meta"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-jsx",
"version": "7.8.3",
"description": "Allow parsing of jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-jsx"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-logical-assignment-operators",
"version": "7.8.3",
"description": "Allow parsing of the logical assignment operators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-logical-assignment-operators",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-logical-assignment-operators"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-module-attributes",
"version": "7.10.0",
"description": "Allow parsing of the module attributes in the import statement",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-module-attributes",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-module-attributes"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-numeric-separator",
"version": "7.8.3",
"description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-numeric-separator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-numeric-separator"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-partial-application",
"version": "7.8.3",
"description": "Allow parsing of partial application syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-partial-application",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-partial-application"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-pipeline-operator",
"version": "7.8.3",
"description": "Allow parsing of the pipeline operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-pipeline-operator"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-record-and-tuple",
"version": "7.9.0",
"description": "Allow parsing of records and tuples.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-record-and-tuple",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-record-and-tuple"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-throw-expressions",
"version": "7.8.3",
"description": "Allow parsing of Throw Expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-throw-expressions",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-throw-expressions"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-top-level-await",
"version": "7.8.3",
"description": "Allow parsing of top-level await in modules",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-top-level-await",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-top-level-await"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-syntax-typescript",
"version": "7.8.3",
"description": "Allow parsing of TypeScript syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-typescript"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-arrow-functions",
"version": "7.8.3",
"description": "Compile ES2015 arrow functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-arrow-functions"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-async-to-generator",
"version": "7.8.3",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-async-to-generator"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-block-scoped-functions",
"version": "7.8.3",
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-block-scoped-functions"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-block-scoping",
"version": "7.10.0",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-block-scoping"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-classes",
"version": "7.9.5",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-classes"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-computed-properties",
"version": "7.8.3",
"description": "Compile ES2015 computed properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-computed-properties"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-destructuring",
"version": "7.10.0",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-destructuring"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -15,7 +15,11 @@
"regular expressions",
"dotall"
],
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-dotall-regex"
},
"bugs": "https://github.com/babel/babel/issues",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.8.3",

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-duplicate-keys",
"version": "7.8.3",
"description": "Compile objects with duplicate keys to valid strict ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-duplicate-keys",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-duplicate-keys"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.8.3",
"description": "Compile exponentiation operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-exponentiation-operator"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-flow-comments",
"version": "7.10.0",
"description": "Turn flow type annotations into comments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-flow-comments"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-flow-strip-types",
"version": "7.9.0",
"description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-flow-strip-types"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-for-of",
"version": "7.10.0",
"description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-for-of"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-function-name",
"version": "7.8.3",
"description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-function-name"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-instanceof",
"version": "7.8.3",
"description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-instanceof",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-instanceof"
},
"license": "MIT",
"publishConfig": {
"access": "public"

View File

@ -2,7 +2,11 @@
"name": "@babel/plugin-transform-jscript",
"version": "7.8.3",
"description": "Babel plugin to fix buggy JScript named function expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-jscript"
},
"license": "MIT",
"publishConfig": {
"access": "public"

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