v6.5.2
This commit is contained in:
parent
5d98f3a401
commit
b1bb39e733
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.5.1",
|
||||
"version": "6.5.2",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -30,10 +30,10 @@
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-register": "^6.5.1",
|
||||
"babel-register": "^6.5.2",
|
||||
"babel-traverse": "^6.4.5",
|
||||
"babel-types": "^6.5.1",
|
||||
"babylon": "^6.4.5",
|
||||
"babel-types": "^6.5.2",
|
||||
"babylon": "^6.5.2",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
"json5": "^0.4.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-async-to-module-method",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"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",
|
||||
@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-async-functions": "^6.3.13",
|
||||
"babel-helper-remap-async-to-generator": "^6.3.13",
|
||||
"babel-types": "^6.4.0",
|
||||
"babel-types": "^6.5.2",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-properties",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-arrow-functions",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "Compile ES2015 arrow functions to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-arrow-functions",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
||||
"license": "MIT",
|
||||
@ -14,7 +14,7 @@
|
||||
"babel-helper-define-map": "^6.4.5",
|
||||
"babel-messages": "^6.3.13",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.4.5"
|
||||
"babel-types": "^6.5.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-computed-properties",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "Compile ES2015 computed properties to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-computed-properties",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-for-of",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "Compile ES2015 for...of to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-for-of",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"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.4.5",
|
||||
"babel-types": "^6.5.2",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-template": "^6.3.13",
|
||||
"babel-plugin-transform-strict-mode": "^6.3.13"
|
||||
"babel-plugin-transform-strict-mode": "^6.5.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-spread",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "Compile ES2015 spread to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-spread",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-template-literals",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "Compile ES2015 template literals to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-function-bind",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "Compile function bind operator to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-jsx",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "Turn JSX into React function calls",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
|
||||
"license": "MIT",
|
||||
|
||||
@ -2,18 +2,18 @@
|
||||
"name": "babel-plugin-transform-regenerator",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Explode async and generator functions into a state machine.",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
|
||||
"babel-plugin-syntax-async-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.3.13",
|
||||
"babel-core": "^6.3.26",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.5.2",
|
||||
"babel-core": "^6.5.2",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-traverse": "^6.3.26",
|
||||
"babel-types": "^6.4.3",
|
||||
"babylon": "^6.3.26",
|
||||
"babel-types": "^6.5.2",
|
||||
"babylon": "^6.5.2",
|
||||
"private": "~0.1.5"
|
||||
},
|
||||
"license": "BSD",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-runtime",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-strict-mode",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "TODO",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
|
||||
"license": "MIT",
|
||||
@ -10,7 +10,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.3.13"
|
||||
"babel-types": "^6.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.3.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-register",
|
||||
"version": "6.5.1",
|
||||
"version": "6.5.2",
|
||||
"description": "babel require hook",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
|
||||
@ -8,7 +8,7 @@
|
||||
"main": "lib/node.js",
|
||||
"browser": "lib/browser.js",
|
||||
"dependencies": {
|
||||
"babel-core": "^6.5.1",
|
||||
"babel-core": "^6.5.2",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"core-js": "^1.0.0",
|
||||
"home-or-tmp": "^1.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.5.1",
|
||||
"version": "6.5.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "6.5.1",
|
||||
"version": "6.5.2",
|
||||
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babylon",
|
||||
"version": "6.5.0",
|
||||
"version": "6.5.2",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user