Files
codeql-action/node_modules/@babel/helper-simple-access/package.json

26 lines
724 B
JSON

{
"author": {
"name": "Logan Smyth",
"email": "loganfsmyth@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/template": "^7.8.3",
"@babel/types": "^7.8.3"
},
"deprecated": false,
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/helper-simple-access",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access"
},
"version": "7.8.3"
}