mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
Follow redirects
This commit is contained in:
78
node_modules/gar/package.json
generated
vendored
78
node_modules/gar/package.json
generated
vendored
@@ -1,39 +1,39 @@
|
||||
{
|
||||
"name": "gar",
|
||||
"version": "1.0.4",
|
||||
"description": "The lightweight Node arguments parser",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Tested before deployment.\" && exit 0",
|
||||
"test-dev": "npm install && node test.js",
|
||||
"prepublishOnly": "npm run test-dev"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ethanent/gar.git"
|
||||
},
|
||||
"keywords": [
|
||||
"argument",
|
||||
"args",
|
||||
"argv",
|
||||
"parse",
|
||||
"cli",
|
||||
"command-line",
|
||||
"parser",
|
||||
"command",
|
||||
"lightweight"
|
||||
],
|
||||
"author": "Ethan Davis",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ethanent/gar/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ethanent/gar#readme",
|
||||
"devDependencies": {
|
||||
"whew": "^1.1.3"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"LICENSE"
|
||||
]
|
||||
}
|
||||
{
|
||||
"name": "gar",
|
||||
"version": "1.0.4",
|
||||
"description": "The lightweight Node arguments parser",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Tested before deployment.\" && exit 0",
|
||||
"test-dev": "npm install && node test.js",
|
||||
"prepublishOnly": "npm run test-dev"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ethanent/gar.git"
|
||||
},
|
||||
"keywords": [
|
||||
"argument",
|
||||
"args",
|
||||
"argv",
|
||||
"parse",
|
||||
"cli",
|
||||
"command-line",
|
||||
"parser",
|
||||
"command",
|
||||
"lightweight"
|
||||
],
|
||||
"author": "Ethan Davis",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ethanent/gar/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ethanent/gar#readme",
|
||||
"devDependencies": {
|
||||
"whew": "^1.1.3"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"LICENSE"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user