mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
24 lines
675 B
JSON
24 lines
675 B
JSON
{
|
|
"author": {
|
|
"name": "Justin Ridgewell",
|
|
"email": "justin@ridgewell.name"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/types": "^7.8.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Helper function to replace certain member expressions with function calls",
|
|
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@babel/helper-member-expression-to-functions",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions"
|
|
},
|
|
"version": "7.8.3"
|
|
} |