This commit is contained in:
Sebastian McKenzie 2015-11-11 23:46:00 -08:00
parent e018723c7e
commit 15baf2afb5
117 changed files with 376 additions and 376 deletions

View File

@ -1 +1 @@
6.1.8
6.1.9

View File

@ -1,6 +1,6 @@
{
"name": "babel-browser",
"version": "6.1.8",
"version": "6.1.9",
"description": "Babel browser build",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.1.8",
"version": "6.1.9",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -8,9 +8,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"preferGlobal": true,
"dependencies": {
"babel-core": "^6.1.8",
"babel-register": "^6.1.8",
"babel-polyfill": "^6.1.8",
"babel-core": "^6.1.9",
"babel-register": "^6.1.9",
"babel-polyfill": "^6.1.9",
"babel-runtime": "^5.0.0",
"bin-version-check": "^2.1.0",
"chalk": "1.1.1",
@ -30,7 +30,7 @@
"v8flags": "^2.0.10"
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.8"
"babel-helper-fixtures": "^6.1.9"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",

View File

@ -1,6 +1,6 @@
{
"name": "babel-code-frame",
"version": "6.1.8",
"version": "6.1.9",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.1.8",
"version": "6.1.9",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -24,16 +24,16 @@
"test": "make test"
},
"dependencies": {
"babel-code-frame": "^6.1.8",
"babel-generator": "^6.1.8",
"babel-helpers": "^6.1.8",
"babel-messages": "^6.1.8",
"babel-template": "^6.1.8",
"babel-code-frame": "^6.1.9",
"babel-generator": "^6.1.9",
"babel-helpers": "^6.1.9",
"babel-messages": "^6.1.9",
"babel-template": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-register": "^6.1.8",
"babel-traverse": "^6.1.8",
"babel-types": "^6.1.8",
"babylon": "^6.1.8",
"babel-register": "^6.1.9",
"babel-traverse": "^6.1.9",
"babel-types": "^6.1.9",
"babylon": "^6.1.9",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"esutils": "^2.0.0",
@ -51,8 +51,8 @@
"source-map-support": "^0.2.10"
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.8",
"babel-helper-transform-fixture-test-runner": "^6.1.8",
"babel-polyfill": "^6.1.8"
"babel-helper-fixtures": "^6.1.9",
"babel-helper-transform-fixture-test-runner": "^6.1.9",
"babel-polyfill": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -11,9 +11,9 @@
"lib"
],
"dependencies": {
"babel-messages": "^6.1.8",
"babel-messages": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8",
"babel-types": "^6.1.9",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
@ -22,7 +22,7 @@
"trim-right": "^1.0.1"
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.8",
"babylon": "^6.1.8"
"babel-helper-fixtures": "^6.1.9",
"babylon": "^6.1.9"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-bindify-decorators",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.8",
"babel-types": "^6.1.8"
"babel-traverse": "^6.1.9",
"babel-types": "^6.1.9"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-explode-assignable-expression": "^6.1.8",
"babel-helper-explode-assignable-expression": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8"
"babel-types": "^6.1.9"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-explode-assignable-expression": "^6.1.8",
"babel-helper-explode-assignable-expression": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8"
"babel-types": "^6.1.9"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-react-jsx",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8",
"babel-types": "^6.1.9",
"esutils": "^2.0.0",
"lodash": "^3.10.0"
}

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-call-delegate",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.1.8",
"babel-traverse": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8",
"babel-helper-hoist-variables": "^6.1.8"
"babel-types": "^6.1.9",
"babel-helper-hoist-variables": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-define-map",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
@ -8,7 +8,7 @@
"dependencies": {
"babel-runtime": "^5.0.0",
"lodash": "^3.10.0",
"babel-types": "^6.1.8",
"babel-helper-function-name": "^6.1.8"
"babel-types": "^6.1.9",
"babel-helper-function-name": "^6.1.9"
}
}

View File

@ -1,13 +1,13 @@
{
"name": "babel-helper-explode-assignable-expression",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.1.8",
"babel-traverse": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8"
"babel-types": "^6.1.9"
}
}

View File

@ -1,14 +1,14 @@
{
"name": "babel-helper-explode-class",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.8",
"babel-types": "^6.1.8",
"babel-helper-bindify-decorators": "^6.1.8"
"babel-traverse": "^6.1.9",
"babel-types": "^6.1.9",
"babel-helper-bindify-decorators": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-fixtures",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

@ -1,15 +1,15 @@
{
"name": "babel-helper-function-name",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8",
"babel-traverse": "^6.1.8",
"babel-helper-get-function-arity": "^6.1.8",
"babel-template": "^6.1.8"
"babel-types": "^6.1.9",
"babel-traverse": "^6.1.9",
"babel-helper-get-function-arity": "^6.1.9",
"babel-template": "^6.1.9"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-get-function-arity",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8"
"babel-types": "^6.1.9"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-hoist-variables",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8"
"babel-types": "^6.1.9"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-optimise-call-expression",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8"
"babel-types": "^6.1.9"
}
}

View File

@ -1,12 +1,12 @@
{
"name": "babel-helper-plugin-test-runner",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-helper-transform-fixture-test-runner": "^6.1.8"
"babel-helper-transform-fixture-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-regex",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",
@ -8,6 +8,6 @@
"dependencies": {
"babel-runtime": "^5.0.0",
"lodash": "^3.10.0",
"babel-types": "^6.1.8"
"babel-types": "^6.1.9"
}
}

View File

@ -1,15 +1,15 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-template": "^6.1.8",
"babel-types": "^6.1.8",
"babel-traverse": "^6.1.8",
"babel-helper-function-name": "^6.1.8"
"babel-template": "^6.1.9",
"babel-types": "^6.1.9",
"babel-traverse": "^6.1.9",
"babel-helper-function-name": "^6.1.9"
}
}

View File

@ -1,16 +1,16 @@
{
"name": "babel-helper-replace-supers",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-optimise-call-expression": "^6.1.8",
"babel-helper-optimise-call-expression": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.8",
"babel-messages": "^6.1.8",
"babel-template": "^6.1.8",
"babel-types": "^6.1.8"
"babel-traverse": "^6.1.9",
"babel-messages": "^6.1.9",
"babel-template": "^6.1.9",
"babel-types": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-transform-fixture-test-runner",
"version": "6.1.8",
"version": "6.1.9",
"description": "Transform test runner for babel-helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,12 +9,12 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-register": "^6.1.8",
"babel-core": "^6.1.8",
"babel-polyfill": "^6.1.8",
"babel-helper-fixtures": "^6.1.8",
"babel-register": "^6.1.9",
"babel-core": "^6.1.9",
"babel-polyfill": "^6.1.9",
"babel-helper-fixtures": "^6.1.9",
"source-map": "^0.5.0",
"babel-code-frame": "^6.1.8",
"babel-code-frame": "^6.1.9",
"chai": "^2.2.0",
"lodash": "^3.10.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helpers",
"version": "6.1.8",
"version": "6.1.9",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,6 +9,6 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-template": "^6.1.8"
"babel-template": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-messages",
"version": "6.1.8",
"version": "6.1.9",
"description": "Collection of debug messages used by Babel.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-check-es2015-constants",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 constants to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-external-helpers-2",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers-2",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-async-functions",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of async functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-async-generators",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of async generator functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-class-constructor-call",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of class constructor calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-class-properties",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of class properties",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-decorators",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of decorators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-do-expressions",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of do expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-do-expressions",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-exponentiation-operator",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of the exponentiation operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-exponentation-operator",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-export-extensions",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of export extensions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-extensions",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-flow",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-function-bind",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of function bind",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-function-bind",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-jsx",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-object-rest-spread",
"version": "6.1.8",
"version": "6.1.9",
"description": "Allow parsing of object rest/spread",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-syntax-trailing-function-commas",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile trailing function commas to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-trailing-function-commas",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-functions",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile async functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-functions",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.1.8",
"babel-plugin-syntax-async-functions": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-generator",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT",
@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-remap-async-to-generator": "^6.1.8",
"babel-plugin-syntax-async-functions": "^6.1.8",
"babel-helper-remap-async-to-generator": "^6.1.9",
"babel-plugin-syntax-async-functions": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn async functions into a module method",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
"license": "MIT",
@ -9,12 +9,12 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.1.8",
"babel-helper-remap-async-to-generator": "^6.1.8",
"babel-types": "^6.1.8",
"babel-plugin-syntax-async-functions": "^6.1.9",
"babel-helper-remap-async-to-generator": "^6.1.9",
"babel-types": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-constructor-call",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call",
"license": "MIT",
@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-template": "^6.1.8",
"babel-plugin-syntax-class-constructor-call": "^6.1.8",
"babel-template": "^6.1.9",
"babel-plugin-syntax-class-constructor-call": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-class-properties": "^6.1.8",
"babel-plugin-syntax-class-properties": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-decorators",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile class and object decorators to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-decorators",
"license": "MIT",
@ -9,14 +9,14 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.1.8",
"babel-helper-define-map": "^6.1.8",
"babel-plugin-syntax-decorators": "^6.1.8",
"babel-helper-explode-class": "^6.1.8",
"babel-template": "^6.1.8",
"babel-types": "^6.1.9",
"babel-helper-define-map": "^6.1.9",
"babel-plugin-syntax-decorators": "^6.1.9",
"babel-helper-explode-class": "^6.1.9",
"babel-template": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-do-expressions",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile do expressions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-do-expressions",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-do-expressions": "^6.1.8",
"babel-plugin-syntax-do-expressions": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-arrow-functions",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 arrow functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-block-scoped-functions",
"version": "6.1.8",
"version": "6.1.9",
"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-es2015-block-scoped-functions",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,14 +1,14 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.1.8",
"babel-types": "^6.1.8",
"babel-template": "^6.1.8",
"babel-traverse": "^6.1.9",
"babel-types": "^6.1.9",
"babel-template": "^6.1.9",
"lodash": "^3.10.0",
"babel-runtime": "^5.0.0"
},
@ -16,6 +16,6 @@
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,25 +1,25 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-optimise-call-expression": "^6.1.8",
"babel-helper-function-name": "^6.1.8",
"babel-helper-replace-supers": "^6.1.8",
"babel-template": "^6.1.8",
"babel-traverse": "^6.1.8",
"babel-helper-define-map": "^6.1.8",
"babel-messages": "^6.1.8",
"babel-helper-optimise-call-expression": "^6.1.9",
"babel-helper-function-name": "^6.1.9",
"babel-helper-replace-supers": "^6.1.9",
"babel-template": "^6.1.9",
"babel-traverse": "^6.1.9",
"babel-helper-define-map": "^6.1.9",
"babel-messages": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-types": "^6.1.8"
"babel-types": "^6.1.9"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-computed-properties",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 computed properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties",
"license": "MIT",
@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-define-map": "^6.1.8",
"babel-template": "^6.1.8",
"babel-helper-define-map": "^6.1.9",
"babel-template": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-for-of",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 for...of to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-function-name",
"version": "6.1.8",
"version": "6.1.9",
"description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
"license": "MIT",
@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "^6.1.8",
"babel-types": "^6.1.8",
"babel-helper-function-name": "^6.1.9",
"babel-types": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-instanceof",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-literals",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 unicode string and number literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-literals",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,19 +1,19 @@
{
"name": "babel-plugin-transform-es2015-modules-amd",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.8",
"babel-template": "^6.1.8",
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.9",
"babel-template": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,20 +1,20 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-types": "^6.1.8",
"babel-types": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-template": "^6.1.8",
"babel-plugin-transform-strict-mode": "^6.1.8"
"babel-template": "^6.1.9",
"babel-plugin-transform-strict-mode": "^6.1.9"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,20 +1,20 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-template": "^6.1.8",
"babel-helper-hoist-variables": "^6.1.8",
"babel-template": "^6.1.9",
"babel-helper-hoist-variables": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-plugin-transform-strict-mode": "^6.1.8"
"babel-plugin-transform-strict-mode": "^6.1.9"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,19 +1,19 @@
{
"name": "babel-plugin-transform-es2015-modules-umd",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-modules-amd": "^6.1.8",
"babel-template": "^6.1.8",
"babel-plugin-transform-es2015-modules-amd": "^6.1.9",
"babel-template": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-object-super",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 object super to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-replace-supers": "^6.1.8",
"babel-helper-replace-supers": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,22 +1,22 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.1.8",
"babel-helper-call-delegate": "^6.1.8",
"babel-helper-get-function-arity": "^6.1.8",
"babel-template": "^6.1.8",
"babel-types": "^6.1.8",
"babel-traverse": "^6.1.9",
"babel-helper-call-delegate": "^6.1.9",
"babel-helper-get-function-arity": "^6.1.9",
"babel-template": "^6.1.9",
"babel-types": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-shorthand-properties",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 shorthand properties to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-types": "^6.1.8",
"babel-types": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-spread",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-sticky-regex",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex",
"license": "MIT",
@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-regex": "^6.1.8",
"babel-types": "^6.1.8",
"babel-helper-regex": "^6.1.9",
"babel-types": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-template-literals",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 template literals to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-unicode-regex",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES2015 unicode regex to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex",
"license": "MIT",
@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-regex": "^6.1.8",
"babel-helper-regex": "^6.1.9",
"regexpu": "^1.1.2",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es3-member-expression-literals",
"version": "6.1.8",
"version": "6.1.9",
"description": "Ensure that reserved words are quoted in property accesses",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-member-expression-literals",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es3-property-literals",
"version": "6.1.8",
"version": "6.1.9",
"description": "Ensure that reserved words are quoted in object property keys",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es3-property-literals",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es5-property-mutators",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es5-property-mutators",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-define-map": "^6.1.8",
"babel-helper-define-map": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-eval",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile eval calls with string literals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-eval",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-exponentiation-operator",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile exponentiation operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"license": "MIT",
@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-exponentiation-operator": "^6.1.8",
"babel-helper-builder-binary-assignment-operator-visitor": "^6.1.8",
"babel-plugin-syntax-exponentiation-operator": "^6.1.9",
"babel-helper-builder-binary-assignment-operator-visitor": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-export-extensions",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile export extensions to ES2015",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-extensions",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-export-extensions": "^6.1.8",
"babel-plugin-syntax-export-extensions": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-strip-types",
"version": "6.1.8",
"version": "6.1.9",
"description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT",
@ -10,9 +10,9 @@
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-plugin-syntax-flow": "^6.1.8"
"babel-plugin-syntax-flow": "^6.1.9"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-function-bind",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile function bind operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-function-bind": "^6.1.8",
"babel-plugin-syntax-function-bind": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-inline-environment-variables",
"version": "6.1.8",
"version": "6.1.9",
"description": "Inline environment variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-inline-environment-variables",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-jscript",
"version": "6.1.8",
"version": "6.1.9",
"description": "Babel plugin to fix buggy JScript named function expressions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jscript",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-member-expression-literals",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn valid member expression property literals into plain identifiers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-member-expression-literals",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-merge-sibling-variables",
"version": "6.1.8",
"version": "6.1.9",
"description": "Merge sibling variables into one.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-merge-sibling-variables",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-minify-booleans",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn boolean literals into !0 for true and !1 for false.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-minify-booleans ",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-node-env-inline",
"version": "6.1.8",
"version": "6.1.9",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-node-env-inline",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-assign",
"version": "6.1.8",
"version": "6.1.9",
"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",
@ -13,6 +13,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-rest-spread",
"version": "6.1.8",
"version": "6.1.9",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-rest-spread",
"license": "MIT",
@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-object-rest-spread": "^6.1.8",
"babel-plugin-syntax-object-rest-spread": "^6.1.9",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-object-set-prototype-of-to-assign",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn Object.setPrototypeOf to assignments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-set-prototype-of-to-assign",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-property-literals",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn valid property key literals to plain identifiers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-literals",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-proto-to-assign",
"version": "6.1.8",
"version": "6.1.9",
"description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
"license": "MIT",
@ -13,6 +13,6 @@
"lodash": "^3.9.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-constant-elements",
"version": "6.1.8",
"version": "6.1.9",
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-display-name",
"version": "6.1.8",
"version": "6.1.9",
"description": "Add displayName to React.createClass calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-display-name",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-inline-elements",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn JSX elements into exploded React objects",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx-compat",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn JSX into React Pre-0.12 function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-compat",
"license": "MIT",
@ -10,9 +10,9 @@
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-helper-builder-react-jsx": "^6.1.8"
"babel-helper-builder-react-jsx": "^6.1.9"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx-source",
"version": "6.1.8",
"version": "6.1.9",
"description": "Add a __source prop to all JSX Elements",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",
"license": "MIT",
@ -10,9 +10,9 @@
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-plugin-syntax-jsx": "^6.1.8"
"babel-plugin-syntax-jsx": "^6.1.9"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-react-jsx",
"version": "6.1.8",
"version": "6.1.9",
"description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT",
@ -10,10 +10,10 @@
],
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-helper-builder-react-jsx": "^6.1.8",
"babel-plugin-syntax-jsx": "^6.1.8"
"babel-helper-builder-react-jsx": "^6.1.9",
"babel-plugin-syntax-jsx": "^6.1.9"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -2,19 +2,19 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.1.8",
"version": "6.1.9",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"commoner": "~0.10.3",
"babel-plugin-transform-es2015-block-scoping": "^6.1.8",
"babel-plugin-syntax-async-functions": "^6.1.8",
"babel-plugin-transform-es2015-for-of": "^6.1.8",
"babel-core": "^6.1.8",
"babel-plugin-transform-es2015-block-scoping": "^6.1.9",
"babel-plugin-syntax-async-functions": "^6.1.9",
"babel-plugin-transform-es2015-for-of": "^6.1.9",
"babel-core": "^6.1.9",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.1.8",
"babel-types": "^6.1.8",
"babylon": "^6.1.8",
"babel-traverse": "^6.1.9",
"babel-types": "^6.1.9",
"babylon": "^6.1.9",
"private": "~0.1.5",
"through": "~2.3.8"
},

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-console",
"version": "6.1.8",
"version": "6.1.9",
"description": "Remove console.* calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-console",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-remove-debugger",
"version": "6.1.8",
"version": "6.1.9",
"description": "Remove debugger statements",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-remove-debugger",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-runtime",
"version": "6.1.8",
"version": "6.1.9",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-simplify-comparison-operators",
"version": "6.1.8",
"version": "6.1.9",
"description": "Convert === and !== to == and != if their types are inferred to be the same.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-simplify-comparison-operators",
"license": "MIT",
@ -12,6 +12,6 @@
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.8"
"babel-helper-plugin-test-runner": "^6.1.9"
}
}

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