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