add access public to all packages [skip ci] (#8573)

If people copy paste to make an new package they might miss this and we will get a publish error later so figured we should add it to all.
This commit is contained in:
Henry Zhu 2018-08-29 09:54:53 -04:00 committed by GitHub
parent 5447a40719
commit 04d09cc754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
141 changed files with 423 additions and 0 deletions

View File

@ -4,6 +4,9 @@
"description": "Transforms Object.assign into object spread syntax", "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": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-object-assign-to-object-spread",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"@babel/codemod", "@babel/codemod",

View File

@ -4,6 +4,9 @@
"description": "Remove unused catch bindings", "description": "Remove unused catch bindings",
"repository": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-remove-unused-catch-binding", "repository": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-remove-unused-catch-binding",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"@babel/codemod", "@babel/codemod",

View File

@ -5,6 +5,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli", "repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"keywords": [ "keywords": [
"6to5", "6to5",

View File

@ -5,6 +5,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame", "repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {

View File

@ -6,6 +6,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-core", "repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
"keywords": [ "keywords": [
"6to5", "6to5",

View File

@ -5,6 +5,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-generator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-generator",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -4,6 +4,9 @@
"description": "Helper function to annotate paths and nodes with #__PURE__ comment", "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": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"

View File

@ -4,6 +4,9 @@
"description": "Helper function to bindify decorators", "description": "Helper function to bindify decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to build binary assignment operator visitors", "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": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-explode-assignable-expression": "^7.0.0", "@babel/helper-explode-assignable-expression": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to build react jsx", "description": "Helper function to build react jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "^7.0.0", "@babel/types": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to call delegate", "description": "Helper function to call delegate",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "^7.0.0", "@babel/helper-hoist-variables": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to define a map", "description": "Helper function to define a map",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.0.0", "@babel/helper-function-name": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to explode an assignable expression", "description": "Helper function to explode an assignable expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to explode class", "description": "Helper function to explode class",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-bindify-decorators": "^7.0.0", "@babel/helper-bindify-decorators": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to support fixtures", "description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {

View File

@ -4,6 +4,9 @@
"description": "Helper function to change the property 'name' of every function", "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": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-get-function-arity": "^7.0.0", "@babel/helper-get-function-arity": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to get function arity", "description": "Helper function to get function arity",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"

View File

@ -4,6 +4,9 @@
"description": "Helper function to hoist variables", "description": "Helper function to hoist variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"

View File

@ -4,6 +4,9 @@
"description": "Helper function to replace certain member expressions with function calls", "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": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>", "author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": { "dependencies": {

View File

@ -5,6 +5,9 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {

View File

@ -5,6 +5,9 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-transforms",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {

View File

@ -4,6 +4,9 @@
"description": "Helper function to optimise call expression", "description": "Helper function to optimise call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"

View File

@ -4,6 +4,9 @@
"description": "Helper function to support test runner", "description": "Helper function to support test runner",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.0.0" "@babel/helper-transform-fixture-test-runner": "^7.0.0"

View File

@ -5,6 +5,9 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils",
"main": "lib/index.js" "main": "lib/index.js"
} }

View File

@ -4,6 +4,9 @@
"description": "Helper function to check for literal RegEx", "description": "Helper function to check for literal RegEx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"lodash": "^4.17.10" "lodash": "^4.17.10"

View File

@ -4,6 +4,9 @@
"description": "Helper function to remap async functions to generators", "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": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "^7.0.0", "@babel/helper-annotate-as-pure": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-member-expression-to-functions": "^7.0.0", "@babel/helper-member-expression-to-functions": "^7.0.0",

View File

@ -5,6 +5,9 @@
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {

View File

@ -4,6 +4,9 @@
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"

View File

@ -5,6 +5,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {

View File

@ -4,6 +4,9 @@
"description": "Helper to wrap functions inside a function call.", "description": "Helper to wrap functions inside a function call.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-function-name": "^7.0.0", "@babel/helper-function-name": "^7.0.0",

View File

@ -5,6 +5,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {

View File

@ -5,6 +5,9 @@
"author": "suchipi <me@suchipi.com>", "author": "suchipi <me@suchipi.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight", "repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {

View File

@ -5,6 +5,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-node", "repository": "https://github.com/babel/babel/tree/master/packages/babel-node",
"keywords": [ "keywords": [
"6to5", "6to5",

View File

@ -5,6 +5,9 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [ "keywords": [
"babel", "babel",
"javascript", "javascript",

View File

@ -4,6 +4,9 @@
"description": "This plugin contains helper functions thatll be placed at the top of the generated code", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Turn async generator functions into ES2015 generators", "description": "Turn async generator functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-async-generator-functions",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -3,6 +3,9 @@
"version": "7.0.0", "version": "7.0.0",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"description": "Compile class and object decorators to ES5", "description": "Compile class and object decorators to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-decorators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-decorators",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -4,6 +4,9 @@
"description": "Compile do expressions to ES5", "description": "Compile do expressions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-do-expressions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-do-expressions",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile export default to ES2015", "description": "Compile export default to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default-from", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-default-from",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile export namespace to ES2015", "description": "Compile export namespace to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace-from", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-export-namespace-from",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile function bind operator to ES5", "description": "Compile function bind operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-bind", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-bind",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile the function.sent meta propety to valid ES2015 code", "description": "Compile the function.sent meta propety to valid ES2015 code",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Transforms logical assignment operators into short-circuited assignments", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-logical-assignment-operators",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Remove nullish coalescing operator", "description": "Remove nullish coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-nullish-coalescing-opearator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-nullish-coalescing-opearator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-numeric-separator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile object rest and spread to ES5", "description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile optional catch bindings", "description": "Compile optional catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-catch-binding", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-catch-binding",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Transform optional chaining operators into a series of nil checks", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Transform pipeline operator into call expressions", "description": "Transform pipeline operator into call expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-pipeline-operator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-pipeline-operator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Wraps Throw Expressions in an IIFE", "description": "Wraps Throw Expressions in an IIFE",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-throw-expressions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-throw-expressions",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"engines": { "engines": {
"node": ">=4" "node": ">=4"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of async generator functions", "description": "Allow parsing of async generator functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of BigInt literals", "description": "Allow parsing of BigInt literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-bigint", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-bigint",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of class properties", "description": "Allow parsing of class properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of decorators", "description": "Allow parsing of decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of do expressions", "description": "Allow parsing of do expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of import()", "description": "Allow parsing of import()",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of export default from", "description": "Allow parsing of export default from",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-default-from", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-default-from",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of export namespace from", "description": "Allow parsing of export namespace from",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of the flow syntax", "description": "Allow parsing of the flow syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of function bind", "description": "Allow parsing of function bind",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of the function.sent meta property", "description": "Allow parsing of the function.sent meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-sent",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of import.meta", "description": "Allow parsing of import.meta",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-import-meta", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-import-meta",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", "description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of jsx", "description": "Allow parsing of jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of the logical assignment operators", "description": "Allow parsing of the logical assignment operators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-logical-assignment-operators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-logical-assignment-operators",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of the nullish-coalescing operator", "description": "Allow parsing of the nullish-coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-numeric-separator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of object rest/spread", "description": "Allow parsing of object rest/spread",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of optional catch bindings", "description": "Allow parsing of optional catch bindings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of optional properties", "description": "Allow parsing of optional properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of the pipeline operator", "description": "Allow parsing of the pipeline operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of Throw Expressions", "description": "Allow parsing of Throw Expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-throw-expressions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-throw-expressions",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Allow parsing of TypeScript syntax", "description": "Allow parsing of TypeScript syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-typescript",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin", "babel-plugin",

View File

@ -4,6 +4,9 @@
"description": "Compile ES2015 arrow functions to ES5", "description": "Compile ES2015 arrow functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-arrow-functions",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Turn async functions into ES2015 generators", "description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Babel plugin to ensure function declarations at the block level are block scoped", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile ES2015 block scoping (const and let) to ES5", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Compile ES2015 classes to ES5", "description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-annotate-as-pure": "^7.0.0", "@babel/helper-annotate-as-pure": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Compile ES2015 computed properties to ES5", "description": "Compile ES2015 computed properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile ES2015 destructuring to ES5", "description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"engines": { "engines": {
"node": ">=4" "node": ">=4"

View File

@ -4,6 +4,9 @@
"description": "Compile objects with duplicate keys to valid strict ES5", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-duplicate-keys",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile exponentiation operator to ES5", "description": "Compile exponentiation operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Turn flow type annotations into comments", "description": "Turn flow type annotations into comments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-comments",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Strip flow type annotations from your output code.", "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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile ES2015 for...of to ES5", "description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Apply ES2015 function.name semantics to all functions", "description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-name",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "This plugin transforms all the ES2015 'instanceof' methods", "description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-instanceof", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-instanceof",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Babel plugin to fix buggy JScript named function expressions", "description": "Babel plugin to fix buggy JScript named function expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Compile ES2015 unicode string and number literals to ES5", "description": "Compile ES2015 unicode string and number literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-literals", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-literals",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "Ensure that reserved words are quoted in property accesses", "description": "Ensure that reserved words are quoted in property accesses",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-member-expression-literals", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-member-expression-literals",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

View File

@ -4,6 +4,9 @@
"description": "This plugin transforms ES2015 modules to AMD", "description": "This plugin transforms ES2015 modules to AMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.0.0", "@babel/helper-module-transforms": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "This plugin transforms ES2015 modules to CommonJS", "description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.0.0", "@babel/helper-module-transforms": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "This plugin transforms ES2015 modules to SystemJS", "description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-systemjs",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-hoist-variables": "^7.0.0", "@babel/helper-hoist-variables": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "This plugin transforms ES2015 modules to UMD", "description": "This plugin transforms ES2015 modules to UMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-umd",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@babel/helper-module-transforms": "^7.0.0", "@babel/helper-module-transforms": "^7.0.0",

View File

@ -4,6 +4,9 @@
"description": "Transforms new.target meta property", "description": "Transforms new.target meta property",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target",
"license": "MIT", "license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"

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