{ "name": "babel-plugin-transform-es2015-block-scoping", "version": "6.10.1", "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.9.0", "babel-types": "^6.10.0", "babel-template": "^6.9.0", "lodash": "^4.2.0", "babel-runtime": "^6.9.0" }, "keywords": [ "babel-plugin" ], "devDependencies": { "babel-helper-plugin-test-runner": "^6.8.0" } }