mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
15 lines
455 B
JSON
15 lines
455 B
JSON
{
|
|
"name": "@babel/helper-optimise-call-expression",
|
|
"version": "7.8.3",
|
|
"description": "Helper function to optimise call expression",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/types": "^7.8.3"
|
|
},
|
|
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
|
|
} |