Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
22 lines
543 B
JSON
22 lines
543 B
JSON
{
|
|
"name": "@babel/helper-wrap-function",
|
|
"version": "7.8.3",
|
|
"description": "Helper to wrap functions inside a function call.",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-wrap-function"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-function-name": "^7.8.3",
|
|
"@babel/template": "^7.8.3",
|
|
"@babel/traverse": "^7.8.3",
|
|
"@babel/types": "^7.8.3"
|
|
}
|
|
}
|