Skip to content

Commit

Permalink
chore: enforce author
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed May 27, 2021
1 parent 3dacee4 commit 65ed375
Show file tree
Hide file tree
Showing 149 changed files with 266 additions and 152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
5 changes: 5 additions & 0 deletions constraints.pro
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ gen_enforced_field(WorkspaceCwd, 'engines.node', '^10.13.0 || ^12.13.0 || >=14.0
gen_enforced_field(WorkspaceCwd, 'engines.node', null) :-
workspace_field(WorkspaceCwd, 'private', true).

% Enforces the author field to be consistent
gen_enforced_field(WorkspaceCwd, 'author', 'The Babel Team (https://babel.dev/team)') :-
\+ workspace_field(WorkspaceCwd, 'private', true).
gen_enforced_field(WorkspaceCwd, 'author', null) :-
workspace_field(WorkspaceCwd, 'private', true).
1 change: 0 additions & 1 deletion eslint/babel-eslint-config-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@babel/eslint-config-internal",
"version": "7.12.13",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"author": "The Babel Team (https://babel.dev/team)",
"private": true,
"main": "./index.js",
"type": "commonjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"eslint-plugin",
"babel-eslint"
],
"author": "Kai Cataldo <kai@kaicataldo.com>",
"private": true,
"bugs": {
"url": "https://github.com/babel/babel/issues"
Expand Down
6 changes: 1 addition & 5 deletions eslint/babel-eslint-plugin-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"eslintplugin",
"eslint-plugin"
],
"author": {
"name": "Nicol貌 Ribaudo",
"email": "nicolo.ribaudo@gmail.com",
"url": "https://github.com/nicolo-ribaudo"
},
"author": "The Babel Team (https://babel.dev/team)",
"main": "./lib/index.js",
"type": "commonjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin",
"babel-eslint"
],
"author": "Jason Quense @monasticpanic",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"engines": {
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/cli",
"version": "7.14.3",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-code-frame/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/code-frame",
"version": "7.12.13",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.14.3",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/generator",
"version": "7.14.3",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-helper-annotate-as-pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-builder-react-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-define-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/helper-fixtures",
"version": "7.13.13",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-helper-function-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-get-function-arity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-hoist-variables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"access": "public"
},
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"author": "The Babel Team (https://babel.dev/team)",
"dependencies": {
"@babel/types": "workspace:^7.13.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/helper-module-imports",
"version": "7.13.12",
"description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/helper-module-transforms",
"version": "7.14.2",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
"license": "MIT",
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-helper-optimise-call-expression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-plugin-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
2 changes: 1 addition & 1 deletion packages/babel-helper-plugin-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/helper-plugin-utils",
"version": "7.13.0",
"description": "General utilities for plugins to use",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
"license": "MIT",
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-helper-remap-async-to-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-replace-supers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
2 changes: 1 addition & 1 deletion packages/babel-helper-simple-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/helper-simple-access",
"version": "7.13.12",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
"license": "MIT",
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-split-export-declaration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.13.15",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
"license": "MIT",
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-helper-validator-identifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-validator-option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"exports": "./lib/index.js",
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-helper-wrap-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/helpers",
"version": "7.14.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/highlight",
"version": "7.14.0",
"description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "suchipi <me@suchipi.com>",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/node",
"version": "7.14.2",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-node",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@babel/parser",
"version": "7.14.3",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-plugin-external-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-do-expressions",
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
3 changes: 2 additions & 1 deletion packages/babel-plugin-proposal-class-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block",
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-proposal-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.14.2",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/babel-plugin-proposal-do-expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"author": "The Babel Team (https://babel.dev/team)"
}

0 comments on commit 65ed375

Please sign in to comment.