Merge branch 'master' of github.com:babel/babel

This commit is contained in:
Sebastian McKenzie 2015-10-30 19:17:19 +00:00
commit 37159fbc7d
110 changed files with 214 additions and 213 deletions

View File

@ -5,7 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"preferGlobal": true, "preferGlobal": true,
"dependencies": { "dependencies": {
"babel-core": "^6.0.12", "babel-core": "^6.0.12",
@ -29,4 +29,4 @@
"babel-node": "./bin/babel-node.js", "babel-node": "./bin/babel-node.js",
"babel-external-helpers": "./bin/babel-external-helpers.js" "babel-external-helpers": "./bin/babel-external-helpers.js"
} }
} }

View File

@ -5,7 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^6.0.12", "babel-runtime": "^6.0.12",
@ -15,4 +15,4 @@
"line-numbers": "^0.2.0", "line-numbers": "^0.2.0",
"repeating": "^1.1.3" "repeating": "^1.1.3"
} }
} }

View File

@ -5,7 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
"browser": { "browser": {
"./lib/api/register/node.js": "./lib/api/register/browser.js", "./lib/api/register/node.js": "./lib/api/register/browser.js",
"esprima-fb": false "esprima-fb": false
@ -56,4 +56,4 @@
"devDependencies": { "devDependencies": {
"babel-polyfill": "^6.0.2" "babel-polyfill": "^6.0.2"
} }
} }

View File

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

View File

@ -2,7 +2,7 @@
"name": "babel-helper-bindify-decorators", "name": "babel-helper-bindify-decorators",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -10,4 +10,4 @@
"babel-traverse": "^6.0.2", "babel-traverse": "^6.0.2",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-builder-binary-assignment-operator-visitor", "name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -10,4 +10,4 @@
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-builder-conditional-assignment-operator-visitor", "name": "babel-helper-builder-conditional-assignment-operator-visitor",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -10,4 +10,4 @@
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-builder-react-jsx", "name": "babel-helper-builder-react-jsx",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -11,4 +11,4 @@
"esutils": "^2.0.0", "esutils": "^2.0.0",
"lodash": "^3.10.0" "lodash": "^3.10.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-call-delegate", "name": "babel-helper-call-delegate",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -11,4 +11,4 @@
"babel-types": "^6.0.2", "babel-types": "^6.0.2",
"babel-helper-hoist-variables": "^6.0.2" "babel-helper-hoist-variables": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-define-map", "name": "babel-helper-define-map",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -11,4 +11,4 @@
"babel-types": "^6.0.2", "babel-types": "^6.0.2",
"babel-helper-function-name": "^6.0.2" "babel-helper-function-name": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-explode-assignable-expression", "name": "babel-helper-explode-assignable-expression",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -10,4 +10,4 @@
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-explode-class", "name": "babel-helper-explode-class",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -11,4 +11,4 @@
"babel-types": "^6.0.2", "babel-types": "^6.0.2",
"babel-helper-bindify-decorators": "^6.0.2" "babel-helper-bindify-decorators": "^6.0.2"
} }
} }

View File

@ -4,7 +4,7 @@
"description": "", "description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
@ -13,4 +13,4 @@
"trim-right": "^1.0.1", "trim-right": "^1.0.1",
"try-resolve": "^1.0.0" "try-resolve": "^1.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-function-name", "name": "babel-helper-function-name",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -12,4 +12,4 @@
"babel-helper-get-function-arity": "^6.0.2", "babel-helper-get-function-arity": "^6.0.2",
"babel-template": "^6.0.2" "babel-template": "^6.0.2"
} }
} }

View File

@ -2,11 +2,11 @@
"name": "babel-helper-get-function-arity", "name": "babel-helper-get-function-arity",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,11 +2,11 @@
"name": "babel-helper-hoist-variables", "name": "babel-helper-hoist-variables",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,11 +2,11 @@
"name": "babel-helper-optimise-call-expression", "name": "babel-helper-optimise-call-expression",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-regex", "name": "babel-helper-regex",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
@ -10,4 +10,4 @@
"lodash": "^3.10.0", "lodash": "^3.10.0",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-remap-async-to-generator", "name": "babel-helper-remap-async-to-generator",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -11,4 +11,4 @@
"babel-traverse": "^6.0.2", "babel-traverse": "^6.0.2",
"babel-helper-function-name": "^6.0.2" "babel-helper-function-name": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-helper-replace-supers", "name": "babel-helper-replace-supers",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -13,4 +13,4 @@
"babel-template": "^6.0.2", "babel-template": "^6.0.2",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -5,10 +5,10 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^6.0.12", "babel-runtime": "^6.0.12",
"babel-template": "^6.0.12" "babel-template": "^6.0.12"
} }
} }

View File

@ -5,9 +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",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-messages",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^6.0.12" "babel-runtime": "^6.0.12"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-external-helpers-2", "name": "babel-plugin-external-helpers-2",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers-2",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-async-functions", "name": "babel-plugin-syntax-async-functions",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of async functions", "description": "Allow parsing of async functions",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-async-generators", "name": "babel-plugin-syntax-async-generators",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of async generator functions", "description": "Allow parsing of async generator functions",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-class-constructor-call", "name": "babel-plugin-syntax-class-constructor-call",
"version": "6.0.12", "version": "6.0.12",
"description": "Allow parsing of class constructor calls", "description": "Allow parsing of class constructor calls",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^6.0.12" "babel-runtime": "^6.0.12"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-class-properties", "name": "babel-plugin-syntax-class-properties",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of class properties", "description": "Allow parsing of class properties",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-decorators", "name": "babel-plugin-syntax-decorators",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of decorators", "description": "Allow parsing of decorators",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-do-expressions", "name": "babel-plugin-syntax-do-expressions",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of do expressions", "description": "Allow parsing of do expressions",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-exponentiation-operator", "name": "babel-plugin-syntax-exponentiation-operator",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of the exponentiation operator", "description": "Allow parsing of the exponentiation operator",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-exponentation-operator",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-export-extensions", "name": "babel-plugin-syntax-export-extensions",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of export extensions", "description": "Allow parsing of export extensions",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-extensions",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-flow", "name": "babel-plugin-syntax-flow",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-function-bind", "name": "babel-plugin-syntax-function-bind",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of function bind", "description": "Allow parsing of function bind",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-jsx", "name": "babel-plugin-syntax-jsx",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-object-rest-spread", "name": "babel-plugin-syntax-object-rest-spread",
"version": "6.0.2", "version": "6.0.2",
"description": "Allow parsing of object rest/spread", "description": "Allow parsing of object rest/spread",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-syntax-trailing-function-commas", "name": "babel-plugin-syntax-trailing-function-commas",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile trailing function commas to ES5", "description": "Compile trailing function commas to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-async-functions", "name": "babel-plugin-transform-async-functions",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile async functions to ES5", "description": "Compile async functions to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-functions",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-plugin-syntax-async-functions": "^6.0.2", "babel-plugin-syntax-async-functions": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-async-to-generator", "name": "babel-plugin-transform-async-to-generator",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn async functions into ES2015 generators", "description": "Turn async functions into ES2015 generators",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -13,4 +13,4 @@
"babel-plugin-syntax-async-functions": "^6.0.2", "babel-plugin-syntax-async-functions": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-async-to-module-method", "name": "babel-plugin-transform-async-to-module-method",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn async functions into a module method", "description": "Turn async functions into a module method",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -14,4 +14,4 @@
"babel-types": "^6.0.2", "babel-types": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-class-constructor-call", "name": "babel-plugin-transform-class-constructor-call",
"version": "6.0.12", "version": "6.0.12",
"description": "", "description": "",
"repository": "babel/babel", "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",
"keywords": [ "keywords": [
@ -13,4 +13,4 @@
"babel-plugin-syntax-class-constructor-call": "^6.0.12", "babel-plugin-syntax-class-constructor-call": "^6.0.12",
"babel-runtime": "^6.0.12" "babel-runtime": "^6.0.12"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-class-properties", "name": "babel-plugin-transform-class-properties",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-plugin-syntax-class-properties": "^6.0.2", "babel-plugin-syntax-class-properties": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-decorators", "name": "babel-plugin-transform-decorators",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile class and object decorators to ES5", "description": "Compile class and object decorators to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -16,4 +16,4 @@
"babel-template": "^6.0.2", "babel-template": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-do-expressions", "name": "babel-plugin-transform-do-expressions",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile do expressions to ES5", "description": "Compile do expressions to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-do-expressions",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-plugin-syntax-do-expressions": "^6.0.2", "babel-plugin-syntax-do-expressions": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-arrow-functions", "name": "babel-plugin-transform-es2015-arrow-functions",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 arrow functions to ES5", "description": "Compile ES2015 arrow functions to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-block-scoped-functions", "name": "babel-plugin-transform-es2015-block-scoped-functions",
"version": "6.0.2", "version": "6.0.2",
"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": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoped-functions",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-block-scoping", "name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.0.9", "version": "6.0.9",
"description": "Compile ES2015 block scoping (const and let) to ES5", "description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
@ -15,4 +15,4 @@
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-classes", "name": "babel-plugin-transform-es2015-classes",
"version": "6.0.8", "version": "6.0.8",
"description": "Compile ES2015 classes to ES5", "description": "Compile ES2015 classes to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
@ -19,4 +19,4 @@
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-computed-properties", "name": "babel-plugin-transform-es2015-computed-properties",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 computed properties to ES5", "description": "Compile ES2015 computed properties to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -13,4 +13,4 @@
"babel-template": "^6.0.2", "babel-template": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-constants", "name": "babel-plugin-transform-es2015-constants",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 constants to ES5", "description": "Compile ES2015 constants to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-constants",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-destructuring", "name": "babel-plugin-transform-es2015-destructuring",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 destructuring to ES5", "description": "Compile ES2015 destructuring to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-for-of", "name": "babel-plugin-transform-es2015-for-of",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 for...of to ES5", "description": "Compile ES2015 for...of to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-function-name", "name": "babel-plugin-transform-es2015-function-name",
"version": "6.0.2", "version": "6.0.2",
"description": "Apply ES2015 function.name semantics to all functions", "description": "Apply ES2015 function.name semantics to all functions",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -13,4 +13,4 @@
"babel-types": "^6.0.2", "babel-types": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-literals", "name": "babel-plugin-transform-es2015-literals",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 unicode string and number literals to ES5", "description": "Compile ES2015 unicode string and number literals to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-modules-amd", "name": "babel-plugin-transform-es2015-modules-amd",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -13,4 +13,4 @@
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-modules-commonjs", "name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.0.12", "version": "6.0.12",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -14,4 +14,4 @@
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-modules-systemjs", "name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.0.12", "version": "6.0.12",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -14,4 +14,4 @@
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-modules-umd", "name": "babel-plugin-transform-es2015-modules-umd",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"dependencies": { "dependencies": {
@ -13,4 +13,4 @@
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-object-super", "name": "babel-plugin-transform-es2015-object-super",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 object super to ES5", "description": "Compile ES2015 object super to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-helper-replace-supers": "^6.0.2", "babel-helper-replace-supers": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-parameters", "name": "babel-plugin-transform-es2015-parameters",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 default and rest parameters to ES5", "description": "Compile ES2015 default and rest parameters to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
@ -16,4 +16,4 @@
"keywords": [ "keywords": [
"babel-plugin" "babel-plugin"
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-shorthand-properties", "name": "babel-plugin-transform-es2015-shorthand-properties",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 shorthand properties to ES5", "description": "Compile ES2015 shorthand properties to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-types": "^6.0.2", "babel-types": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-spread", "name": "babel-plugin-transform-es2015-spread",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 spread to ES5", "description": "Compile ES2015 spread to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-sticky-regex", "name": "babel-plugin-transform-es2015-sticky-regex",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor", "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -13,4 +13,4 @@
"babel-types": "^6.0.2", "babel-types": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-template-literals", "name": "babel-plugin-transform-es2015-template-literals",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 template literals to ES5", "description": "Compile ES2015 template literals to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-typeof-symbol", "name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "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",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es2015-unicode-regex", "name": "babel-plugin-transform-es2015-unicode-regex",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES2015 unicode regex to ES5", "description": "Compile ES2015 unicode regex to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -13,4 +13,4 @@
"regexpu": "^1.1.2", "regexpu": "^1.1.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es3-member-expression-literals", "name": "babel-plugin-transform-es3-member-expression-literals",
"version": "6.0.2", "version": "6.0.2",
"description": "Ensure that reserved words are quoted in property accesses", "description": "Ensure that reserved words are quoted in property accesses",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-member-expression-literals",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es3-property-literals", "name": "babel-plugin-transform-es3-property-literals",
"version": "6.0.2", "version": "6.0.2",
"description": "Ensure that reserved words are quoted in object property keys", "description": "Ensure that reserved words are quoted in object property keys",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-property-literals",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-es5-property-mutators", "name": "babel-plugin-transform-es5-property-mutators",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty", "description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es5-property-mutators",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-helper-define-map": "^6.0.2", "babel-helper-define-map": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-eval", "name": "babel-plugin-transform-eval",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile eval calls with string literals", "description": "Compile eval calls with string literals",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-eval",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-exponentiation-operator", "name": "babel-plugin-transform-exponentiation-operator",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile exponentiation operator to ES5", "description": "Compile exponentiation operator to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -13,4 +13,4 @@
"babel-helper-builder-binary-assignment-operator-visitor": "^6.0.2", "babel-helper-builder-binary-assignment-operator-visitor": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-export-extensions", "name": "babel-plugin-transform-export-extensions",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile export extensions to ES2015", "description": "Compile export extensions to ES2015",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-extensions",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-plugin-syntax-export-extensions": "^6.0.2", "babel-plugin-syntax-export-extensions": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-flow-strip-types", "name": "babel-plugin-transform-flow-strip-types",
"version": "6.0.2", "version": "6.0.2",
"description": "Strip flow type annotations from your output code.", "description": "Strip flow type annotations from your output code.",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-plugin-syntax-flow": "^6.0.2" "babel-plugin-syntax-flow": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-function-bind", "name": "babel-plugin-transform-function-bind",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile function bind operator to ES5", "description": "Compile function bind operator to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-plugin-syntax-function-bind": "^6.0.2", "babel-plugin-syntax-function-bind": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-inline-environment-variables", "name": "babel-plugin-transform-inline-environment-variables",
"version": "6.0.2", "version": "6.0.2",
"description": "Inline environment variables", "description": "Inline environment variables",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-inline-environment-variables",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-jscript", "name": "babel-plugin-transform-jscript",
"version": "6.0.2", "version": "6.0.2",
"description": "Babel plugin to fix buggy JScript named function expressions", "description": "Babel plugin to fix buggy JScript named function expressions",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-member-expression-literals", "name": "babel-plugin-transform-member-expression-literals",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn valid member expression property literals into plain identifiers", "description": "Turn valid member expression property literals into plain identifiers",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-member-expression-literals",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-merge-sibling-variables", "name": "babel-plugin-transform-merge-sibling-variables",
"version": "6.0.2", "version": "6.0.2",
"description": "Merge sibling variables into one.", "description": "Merge sibling variables into one.",
"repository": "babel-plugin-transform-merge-sibling-variables", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-merge-sibling-variables",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-minify-booleans", "name": "babel-plugin-transform-minify-booleans",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn boolean literals into !0 for true and !1 for false.", "description": "Turn boolean literals into !0 for true and !1 for false.",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-minify-booleans ",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-node-env-inline", "name": "babel-plugin-transform-node-env-inline",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-node-env-inline",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,6 +2,7 @@
"name": "babel-plugin-transform-object-assign", "name": "babel-plugin-transform-object-assign",
"version": "6.0.2", "version": "6.0.2",
"description": "Replace Object.assign with an inline helper", "description": "Replace Object.assign with an inline helper",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
"author": "Jed Watson", "author": "Jed Watson",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
@ -11,4 +12,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-object-rest-spread", "name": "babel-plugin-transform-object-rest-spread",
"version": "6.0.2", "version": "6.0.2",
"description": "Compile object rest and spread to ES5", "description": "Compile object rest and spread to ES5",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-plugin-syntax-object-rest-spread": "^6.0.2", "babel-plugin-syntax-object-rest-spread": "^6.0.2",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-object-set-prototype-of-to-assign", "name": "babel-plugin-transform-object-set-prototype-of-to-assign",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn Object.setPrototypeOf to assignments", "description": "Turn Object.setPrototypeOf to assignments",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-set-prototype-of-to-assign",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-property-literals", "name": "babel-plugin-transform-property-literals",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn valid property key literals to plain identifiers", "description": "Turn valid property key literals to plain identifiers",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-literals",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-proto-to-assign", "name": "babel-plugin-transform-proto-to-assign",
"version": "6.0.2", "version": "6.0.2",
"description": "Babel plugin for turning __proto__ into a shallow property clone", "description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"lodash": "^3.9.3" "lodash": "^3.9.3"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-react-constant-elements", "name": "babel-plugin-transform-react-constant-elements",
"version": "6.0.2", "version": "6.0.2",
"description": "Treat React JSX elements as value types and hoist them to the highest scope", "description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-react-display-name", "name": "babel-plugin-transform-react-display-name",
"version": "6.0.2", "version": "6.0.2",
"description": "Add displayName to React.createClass calls", "description": "Add displayName to React.createClass calls",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-display-name",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-react-inline-elements", "name": "babel-plugin-transform-react-inline-elements",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn JSX elements into exploded React objects", "description": "Turn JSX elements into exploded React objects",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-react-jsx-compat", "name": "babel-plugin-transform-react-jsx-compat",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn JSX into React Pre-0.12 function calls", "description": "Turn JSX into React Pre-0.12 function calls",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-compat",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-helper-builder-react-jsx": "^6.0.2" "babel-helper-builder-react-jsx": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-react-jsx", "name": "babel-plugin-transform-react-jsx",
"version": "6.0.2", "version": "6.0.2",
"description": "Turn JSX into React function calls", "description": "Turn JSX into React function calls",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -13,4 +13,4 @@
"babel-helper-builder-react-jsx": "^6.0.2", "babel-helper-builder-react-jsx": "^6.0.2",
"babel-plugin-syntax-jsx": "^6.0.2" "babel-plugin-syntax-jsx": "^6.0.2"
} }
} }

View File

@ -17,7 +17,7 @@
"ES6" "ES6"
], ],
"version": "6.0.12", "version": "6.0.12",
"homepage": "http://github.com/facebook/regenerator", "homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/facebook/regenerator.git" "url": "git://github.com/facebook/regenerator.git"
@ -48,4 +48,4 @@
"engines": { "engines": {
"node": ">= 0.6" "node": ">= 0.6"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-remove-console", "name": "babel-plugin-transform-remove-console",
"version": "6.0.2", "version": "6.0.2",
"description": "Remove console.* calls", "description": "Remove console.* calls",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-console",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-remove-debugger", "name": "babel-plugin-transform-remove-debugger",
"version": "6.0.2", "version": "6.0.2",
"description": "Remove debugger statements", "description": "Remove debugger statements",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-debugger",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-runtime", "name": "babel-plugin-transform-runtime",
"version": "6.0.2", "version": "6.0.2",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-simplify-comparison-operators", "name": "babel-plugin-transform-simplify-comparison-operators",
"version": "6.0.2", "version": "6.0.2",
"description": "Convert === and !== to == and != if their types are inferred to be the same.", "description": "Convert === and !== to == and != if their types are inferred to be the same.",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-simplify-comparison-operators",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-strict-mode", "name": "babel-plugin-transform-strict-mode",
"version": "6.0.2", "version": "6.0.2",
"description": "TODO", "description": "TODO",
"repository": "babel/babel", "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",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-undefined-to-void", "name": "babel-plugin-transform-undefined-to-void",
"version": "6.0.2", "version": "6.0.2",
"description": "Replace references to `undefined` with `void 0`", "description": "Replace references to `undefined` with `void 0`",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-undefined-to-void",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -11,4 +11,4 @@
"dependencies": { "dependencies": {
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-undeclared-variables-check", "name": "babel-plugin-undeclared-variables-check",
"version": "6.0.2", "version": "6.0.2",
"description": "Throw a compile-time error on references to undeclared variables", "description": "Throw a compile-time error on references to undeclared variables",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-undeclared-variables-check",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"keywords": [ "keywords": [
@ -12,4 +12,4 @@
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"leven": "^1.0.2" "leven": "^1.0.2"
} }
} }

View File

@ -5,11 +5,11 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-polyfill",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"core-js": "^1.0.1", "core-js": "^1.0.1",
"regenerator": "^0.8.36", "regenerator": "^0.8.36",
"babel-runtime": "^5.0.0" "babel-runtime": "^5.0.0"
} }
} }

View File

@ -5,7 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2015",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"babel-plugin-transform-es2015-template-literals": "^6.0.2", "babel-plugin-transform-es2015-template-literals": "^6.0.2",
@ -29,4 +29,4 @@
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.12", "babel-plugin-transform-es2015-modules-commonjs": "^6.0.12",
"babel-plugin-transform-regenerator": "^6.0.12" "babel-plugin-transform-regenerator": "^6.0.12"
} }
} }

View File

@ -5,7 +5,7 @@
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-react",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"babel-plugin-syntax-flow": "^6.0.2", "babel-plugin-syntax-flow": "^6.0.2",
@ -13,4 +13,4 @@
"babel-plugin-transform-react-jsx": "^6.0.2", "babel-plugin-transform-react-jsx": "^6.0.2",
"babel-plugin-transform-flow-strip-types": "^6.0.2" "babel-plugin-transform-flow-strip-types": "^6.0.2"
} }
} }

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