mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-06 21:57:19 +08:00
fe44a129df
Fixes CVE-2022-35954. Does not look like anything terriblity important to me, but hey, audit is happy.
36 lines
817 B
JSON
36 lines
817 B
JSON
{
|
|
"name": "msvc-dev-cmd",
|
|
"version": "1.1.1",
|
|
"description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ilammy/msvc-dev-cmd.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"Developer Command Prompt",
|
|
"Microsoft Visual Studio",
|
|
"Microsoft Visual C++",
|
|
"Visual Studio",
|
|
"Visual C++",
|
|
"vcvarsall.bat"
|
|
],
|
|
"author": "ilammy <me@ilammy.net>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ilammy/msvc-dev-cmd/issues"
|
|
},
|
|
"homepage": "https://github.com/ilammy/msvc-dev-cmd#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7"
|
|
}
|
|
}
|