update @actions/tool-cache, install semver, nock

This commit is contained in:
Alex Kalyvitis
2020-06-18 16:31:13 +02:00
parent 74d434c5ca
commit 4c6749115a
678 changed files with 39259 additions and 14619 deletions

94
node_modules/yargs/package.json generated vendored
View File

@@ -1,23 +1,42 @@
{
"name": "yargs",
"version": "15.3.1",
"description": "yargs the modern, pirate-themed, successor to optimist.",
"main": "./index.js",
"_args": [
[
"yargs@15.3.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "yargs@15.3.1",
"_id": "yargs@15.3.1",
"_inBundle": false,
"_integrity": "sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==",
"_location": "/yargs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "yargs@15.3.1",
"name": "yargs",
"escapedName": "yargs",
"rawSpec": "15.3.1",
"saveSpec": null,
"fetchSpec": "15.3.1"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-15.3.1.tgz",
"_spec": "15.3.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/yargs/yargs/issues"
},
"contributors": [
{
"name": "Yargs Contributors",
"url": "https://github.com/yargs/yargs/graphs/contributors"
}
],
"files": [
"index.js",
"yargs.js",
"lib",
"locales",
"completion.sh.hbs",
"completion.zsh.hbs",
"LICENSE"
],
"dependencies": {
"cliui": "^6.0.0",
"decamelize": "^1.2.0",
@@ -31,6 +50,7 @@
"y18n": "^4.0.0",
"yargs-parser": "^18.1.1"
},
"description": "yargs the modern, pirate-themed, successor to optimist.",
"devDependencies": {
"c8": "^7.0.0",
"chai": "^4.2.0",
@@ -46,22 +66,19 @@
"which": "^2.0.0",
"yargs-test-extends": "^1.0.1"
},
"scripts": {
"fix": "standard --fix",
"posttest": "standard",
"test": "c8 mocha --require ./test/before.js --timeout=12000 --check-leaks",
"coverage": "c8 report --check-coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/yargs/yargs.git"
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"yargs.js",
"lib",
"locales",
"completion.sh.hbs",
"completion.zsh.hbs",
"LICENSE"
],
"homepage": "https://yargs.js.org/",
"standard": {
"ignore": [
"**/example/**"
]
},
"keywords": [
"argument",
"args",
@@ -72,7 +89,22 @@
"command"
],
"license": "MIT",
"engines": {
"node": ">=8"
}
}
"main": "./index.js",
"name": "yargs",
"repository": {
"type": "git",
"url": "git+https://github.com/yargs/yargs.git"
},
"scripts": {
"coverage": "c8 report --check-coverage",
"fix": "standard --fix",
"posttest": "standard",
"test": "c8 mocha --require ./test/before.js --timeout=12000 --check-leaks"
},
"standard": {
"ignore": [
"**/example/**"
]
},
"version": "15.3.1"
}