2017-12-02 09:38:52 -05:00

14 lines
426 B
JSON

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