You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
382 B
13 lines
382 B
{
|
|
"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"
|
|
}
|
|
}
|