UNPKG

444 BJSONView Raw
1{
2 "name": "@babel/helper-wrap-function",
3 "version": "7.0.0",
4 "description": "Helper to wrap functions inside a function call.",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
6 "license": "MIT",
7 "main": "lib/index.js",
8 "dependencies": {
9 "@babel/helper-function-name": "^7.0.0",
10 "@babel/template": "^7.0.0",
11 "@babel/traverse": "^7.0.0",
12 "@babel/types": "^7.0.0"
13 }
14}