17 lines
467 B
JSON

{
"name": "@babel/helper-call-delegate",
"version": "7.8.3-csx.2",
"description": "Helper function to call delegate",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "7.8.3-csx.2",
"@babel/traverse": "7.8.3-csx.2",
"@babel/types": "7.8.3-csx.2"
}
}