Files
codeql-action/node_modules/@babel/helper-member-expression-to-functions/package.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"
}