13 lines
382 B
JSON
13 lines
382 B
JSON
{
|
|
"name": "babel-helper-optimise-call-expression",
|
|
"version": "6.24.1",
|
|
"description": "Helper function to optimise call expression",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-runtime": "^6.22.0",
|
|
"babel-types": "^6.24.1"
|
|
}
|
|
}
|