15 lines
429 B
JSON
15 lines
429 B
JSON
|
{
|
||
|
"name": "babel-helper-call-delegate",
|
||
|
"version": "6.24.1",
|
||
|
"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-traverse": "^6.24.1",
|
||
|
"babel-runtime": "^6.22.0",
|
||
|
"babel-types": "^6.24.1",
|
||
|
"babel-helper-hoist-variables": "^6.24.1"
|
||
|
}
|
||
|
}
|