Skip to content

Commit

Permalink
Revert "chore: specify package type (babel#10849)"
Browse files Browse the repository at this point in the history
This reverts commit e8dac62.

Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
  • Loading branch information
nicolo-ribaudo committed Jan 13, 2020
1 parent d0a8982 commit 29a3aaf
Show file tree
Hide file tree
Showing 147 changed files with 0 additions and 147 deletions.
Expand Up @@ -4,7 +4,6 @@
"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,7 +4,6 @@
"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: 0 additions & 1 deletion eslint/babel-eslint-config-internal/package.json
Expand Up @@ -5,7 +5,6 @@
"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: 0 additions & 1 deletion eslint/babel-eslint-parser/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion eslint/babel-eslint-plugin-development/package.json
Expand Up @@ -24,7 +24,6 @@
"access": "public"
},
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
Expand Down
1 change: 0 additions & 1 deletion eslint/babel-eslint-plugin/package.json
Expand Up @@ -17,7 +17,6 @@
],
"author": "Jason Quense @monasticpanic",
"license": "MIT",
"type": "commonjs",
"private": true,
"engines": {
"node": ">=10.9"
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,6 @@
"name": "babel",
"private": true,
"license": "MIT",
"type": "commonjs",
"scripts": {
"bootstrap": "make bootstrap",
"build": "make build",
Expand Down
1 change: 0 additions & 1 deletion packages/babel-cli/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-code-frame/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-core/package.json
Expand Up @@ -6,7 +6,6 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-generator/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-helper-annotate-as-pure/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-bindify-decorators/package.json
Expand Up @@ -4,7 +4,6 @@
"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,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-builder-react-jsx/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-call-delegate/package.json
Expand Up @@ -4,7 +4,6 @@
"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
1 change: 0 additions & 1 deletion packages/babel-helper-compilation-targets/package.json
Expand Up @@ -6,7 +6,6 @@
"description": "Engine compat data used in @babel/preset-env",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-compilation-targets",
"main": "lib/index.js",
"type": "commonjs",
"exports": false,
"publishConfig": {
"access": "public"
Expand Down
Expand Up @@ -3,7 +3,6 @@
"version": "7.8.0",
"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,7 +3,6 @@
"version": "7.8.0",
"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: 0 additions & 1 deletion packages/babel-helper-define-map/package.json
Expand Up @@ -4,7 +4,6 @@
"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,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-explode-class/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-fixtures/package.json
Expand Up @@ -4,7 +4,6 @@
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-helper-function-name/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-get-function-arity/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-hoist-variables/package.json
Expand Up @@ -4,7 +4,6 @@
"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,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-module-imports/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-helper-module-transforms/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-plugin-test-runner/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-plugin-utils/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-helper-regex/package.json
Expand Up @@ -4,7 +4,6 @@
"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,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-replace-supers/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helper-simple-access/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
Expand Up @@ -4,7 +4,6 @@
"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,7 +5,6 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-helper-wrap-function/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-helpers/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-highlight/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "suchipi <me@suchipi.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-node/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-parser/package.json
Expand Up @@ -5,7 +5,6 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-plugin-external-helpers/package.json
Expand Up @@ -4,7 +4,6 @@
"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,7 +4,6 @@
"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,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-plugin-proposal-decorators/package.json
Expand Up @@ -3,7 +3,6 @@
"version": "7.8.0",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/babel-plugin-proposal-do-expressions/package.json
Expand Up @@ -4,7 +4,6 @@
"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: 0 additions & 1 deletion packages/babel-plugin-proposal-dynamic-import/package.json
Expand Up @@ -4,7 +4,6 @@
"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,7 +4,6 @@
"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

0 comments on commit 29a3aaf

Please sign in to comment.