Add missing description to all package.json files (#4703) [skip ci]

This commit is contained in:
Flavio Corpa 2016-10-12 16:15:50 +02:00 committed by Henry Zhu
parent 9c7d8c4cad
commit 9b02a6d298
31 changed files with 31 additions and 31 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-bindify-decorators", "name": "babel-helper-bindify-decorators",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-builder-binary-assignment-operator-visitor", "name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "6.15.0", "version": "6.15.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-builder-conditional-assignment-operator-visitor", "name": "babel-helper-builder-conditional-assignment-operator-visitor",
"version": "6.8.0", "version": "6.8.0",
"description": "", "description": "Helper function to build conditional assignment operator visitors",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-builder-react-jsx", "name": "babel-helper-builder-react-jsx",
"version": "6.9.0", "version": "6.9.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-call-delegate", "name": "babel-helper-call-delegate",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-define-map", "name": "babel-helper-define-map",
"version": "6.9.0", "version": "6.9.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-explode-assignable-expression", "name": "babel-helper-explode-assignable-expression",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-explode-class", "name": "babel-helper-explode-class",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-fixtures", "name": "babel-helper-fixtures",
"version": "6.9.0", "version": "6.9.0",
"description": "", "description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-function-name", "name": "babel-helper-function-name",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-get-function-arity", "name": "babel-helper-get-function-arity",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-hoist-variables", "name": "babel-helper-hoist-variables",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-optimise-call-expression", "name": "babel-helper-optimise-call-expression",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-plugin-test-runner", "name": "babel-helper-plugin-test-runner",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-regex", "name": "babel-helper-regex",
"version": "6.9.0", "version": "6.9.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-remap-async-to-generator", "name": "babel-helper-remap-async-to-generator",
"version": "6.16.2", "version": "6.16.2",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-helper-replace-supers", "name": "babel-helper-replace-supers",
"version": "6.16.0", "version": "6.16.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-external-helpers", "name": "babel-plugin-external-helpers",
"version": "6.8.0", "version": "6.8.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-syntax-flow", "name": "babel-plugin-syntax-flow",
"version": "6.13.0", "version": "6.13.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-syntax-jsx", "name": "babel-plugin-syntax-jsx",
"version": "6.13.0", "version": "6.13.0",
"description": "", "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",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-class-constructor-call", "name": "babel-plugin-transform-class-constructor-call",
"version": "6.8.0", "version": "6.8.0",
"description": "", "description": "This plugin allows Babel to transform class constructors (deprecated)",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-class-properties", "name": "babel-plugin-transform-class-properties",
"version": "6.16.0", "version": "6.16.0",
"description": "", "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-transform-class-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-es2015-instanceof", "name": "babel-plugin-transform-es2015-instanceof",
"version": "6.8.0", "version": "6.8.0",
"description": "", "description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-es2015-modules-amd", "name": "babel-plugin-transform-es2015-modules-amd",
"version": "6.8.0", "version": "6.8.0",
"description": "", "description": "This plugin transforms ES2015 modules to AMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-es2015-modules-commonjs", "name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.16.0", "version": "6.16.0",
"description": "", "description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-es2015-modules-systemjs", "name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.14.0", "version": "6.14.0",
"description": "", "description": "This plugin transforms ES2015 modules to SystemJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-es2015-modules-umd", "name": "babel-plugin-transform-es2015-modules-umd",
"version": "6.12.0", "version": "6.12.0",
"description": "", "description": "This plugin transforms ES2015 modules to UMD",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-es2015-typeof-symbol", "name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "6.8.0", "version": "6.8.0",
"description": "", "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-plugin-transform-strict-mode", "name": "babel-plugin-transform-strict-mode",
"version": "6.11.3", "version": "6.11.3",
"description": "TODO", "description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-traverse", "name": "babel-traverse",
"version": "6.16.0", "version": "6.16.0",
"description": "", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",

View File

@ -1,7 +1,7 @@
{ {
"name": "babel-types", "name": "babel-types",
"version": "6.16.0", "version": "6.16.0",
"description": "", "description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",