Sebastian McKenzie 34665bdfda v6.0.14
2015-10-30 23:30:40 +00:00

18 lines
531 B
JSON

{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.0.14",
"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.0.14",
"babel-types": "^6.0.14",
"babel-template": "^6.0.14",
"lodash": "^3.10.0",
"babel-runtime": "^5.0.0"
},
"keywords": [
"babel-plugin"
]
}