Sebastian McKenzie 56e9805657 v6.0.18
2015-11-03 01:23:11 +00:00

19 lines
532 B
JSON

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