Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: specify package type [skip-ci] #10849

Merged
merged 1 commit into from Jan 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -4,6 +4,7 @@
"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",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"description": "Remove unused catch bindings",
"repository": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-remove-unused-catch-binding",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions eslint/babel-eslint-config-internal/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"private": true,
"repository": "https://github.com/babel/babel/tree/master/eslint/babel-eslint-config-internal",
"main": "lib/index.js",
Expand Down
1 change: 1 addition & 0 deletions eslint/babel-eslint-parser/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
"type": "commonjs",
"private": true,
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions eslint/babel-eslint-plugin-development/package.json
Expand Up @@ -24,6 +24,7 @@
"access": "public"
},
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
Expand Down
1 change: 1 addition & 0 deletions eslint/babel-eslint-plugin/package.json
Expand Up @@ -17,6 +17,7 @@
],
"author": "Jason Quense @monasticpanic",
"license": "MIT",
"type": "commonjs",
"private": true,
"engines": {
"node": ">=10.9"
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -2,6 +2,7 @@
"name": "babel",
"private": true,
"license": "MIT",
"type": "commonjs",
"scripts": {
"bootstrap": "make bootstrap",
"build": "make build",
Expand Down
1 change: 1 addition & 0 deletions packages/babel-cli/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-code-frame/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-core/package.json
Expand Up @@ -6,6 +6,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-generator/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-annotate-as-pure/package.json
Expand Up @@ -4,6 +4,7 @@
"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",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-bindify-decorators/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to bindify decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"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",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-builder-react-jsx/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-call-delegate/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to call delegate",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -3,6 +3,7 @@
"version": "7.7.4",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"type": "commonjs",
"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",
"main": "lib/index.js",
Expand Down
Expand Up @@ -3,6 +3,7 @@
"version": "7.7.4",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"type": "commonjs",
"description": "Compile ESNext Regular Expressions to ES5",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-define-map/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to explode an assignable expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-explode-class/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to explode class",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-fixtures/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-function-name/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to change the property 'name' of every function",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-get-function-arity/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to get function arity",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-hoist-variables/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to hoist variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"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",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-module-imports/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-module-transforms/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to optimise call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-plugin-test-runner/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to support test runner",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-plugin-utils/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-regex/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to check for literal RegEx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to remap async functions to generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-replace-supers/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-simple-access/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -5,6 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helper-wrap-function/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-helpers/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-highlight/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "suchipi <me@suchipi.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-node/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-parser/package.json
Expand Up @@ -5,6 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-plugin-external-helpers/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"description": "Turn async generator functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"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",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-plugin-proposal-decorators/package.json
Expand Up @@ -3,6 +3,7 @@
"version": "7.7.4",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-plugin-proposal-do-expressions/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Compile do expressions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-do-expressions",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions packages/babel-plugin-proposal-dynamic-import/package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Transform import() expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-dynamic-import",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"description": "Compile export default to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default-from",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,6 +4,7 @@
"description": "Compile export namespace to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace-from",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down