{ "name": "babel-plugin-transform-es2015-block-scoping", "version": "7.0.0-alpha.19", "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-template": "7.0.0-alpha.19", "babel-traverse": "7.0.0-alpha.19", "babel-types": "7.0.0-alpha.19", "lodash": "^4.2.0" }, "keywords": [ "babel-plugin" ], "devDependencies": { "babel-helper-plugin-test-runner": "7.0.0-alpha.19" } }