2018-08-09 16:06:08 -04:00

22 lines
639 B
JSON

{
"name": "@babel/plugin-transform-block-scoped-functions",
"version": "7.0.0-rc.1",
"description": "Babel plugin to ensure function declarations at the block level are block scoped",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoped-functions",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-rc.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "7.0.0-rc.1",
"@babel/helper-plugin-test-runner": "7.0.0-rc.1"
}
}