23 lines
630 B
JSON
23 lines
630 B
JSON
|
{
|
||
|
"name": "@babel/helper-optimise-call-expression",
|
||
|
"version": "7.12.13",
|
||
|
"description": "Helper function to optimise call expression",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/babel/babel.git",
|
||
|
"directory": "packages/babel-helper-optimise-call-expression"
|
||
|
},
|
||
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"main": "lib/index.js",
|
||
|
"dependencies": {
|
||
|
"@babel/types": "^7.12.13"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/generator": "7.12.13",
|
||
|
"@babel/parser": "7.12.13"
|
||
|
}
|
||
|
}
|