25 lines
699 B
JSON

{
"name": "@babel/plugin-transform-block-scoped-functions",
"version": "7.8.3-csx.2",
"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",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "7.8.3-csx.2"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0 || csx"
},
"devDependencies": {
"@babel/core": "7.8.3-csx.2",
"@babel/helper-plugin-test-runner": "7.8.3-csx.2"
}
}