mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"author": {
|
|
"name": "Logan Smyth",
|
|
"email": "loganfsmyth@gmail.com"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/types": "^7.8.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Babel helper functions for inserting module loads",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.3"
|
|
},
|
|
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@babel/helper-module-imports",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports"
|
|
},
|
|
"version": "7.8.3"
|
|
} |