mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
23 lines
666 B
JSON
23 lines
666 B
JSON
{
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/helper-member-expression-to-functions": "^7.8.3",
|
|
"@babel/helper-optimise-call-expression": "^7.8.3",
|
|
"@babel/traverse": "^7.8.6",
|
|
"@babel/types": "^7.8.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Helper function to replace supers",
|
|
"gitHead": "750d3dde3bd2d390819820fd22c05441da78751b",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@babel/helper-replace-supers",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers"
|
|
},
|
|
"version": "7.8.6"
|
|
} |