diff options
Diffstat (limited to 'node_modules/@babel/helper-wrap-function/package.json')
| -rw-r--r-- | node_modules/@babel/helper-wrap-function/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/@babel/helper-wrap-function/package.json b/node_modules/@babel/helper-wrap-function/package.json new file mode 100644 index 00000000..0ad0f97d --- /dev/null +++ b/node_modules/@babel/helper-wrap-function/package.json @@ -0,0 +1,14 @@ +{ + "name": "@babel/helper-wrap-function", + "version": "7.0.0-beta.47", + "description": "Helper to wrap functions inside a function call.", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function", + "license": "MIT", + "main": "lib/index.js", + "dependencies": { + "@babel/helper-function-name": "7.0.0-beta.47", + "@babel/template": "7.0.0-beta.47", + "@babel/traverse": "7.0.0-beta.47", + "@babel/types": "7.0.0-beta.47" + } +} |
