This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

23 lines
630 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"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"
}
}