diff options
Diffstat (limited to 'node_modules/@babel/plugin-transform-block-scoped-functions/package.json')
| -rw-r--r-- | node_modules/@babel/plugin-transform-block-scoped-functions/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/@babel/plugin-transform-block-scoped-functions/package.json b/node_modules/@babel/plugin-transform-block-scoped-functions/package.json new file mode 100644 index 00000000..6e310e79 --- /dev/null +++ b/node_modules/@babel/plugin-transform-block-scoped-functions/package.json @@ -0,0 +1,21 @@ +{ + "name": "@babel/plugin-transform-block-scoped-functions", + "version": "7.0.0-beta.47", + "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-beta.47" + }, + "peerDependencies": { + "@babel/core": "7.0.0-beta.47" + }, + "devDependencies": { + "@babel/core": "7.0.0-beta.47", + "@babel/helper-plugin-test-runner": "7.0.0-beta.47" + } +} |
