mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
94
node_modules/yargs/package.json
generated
vendored
94
node_modules/yargs/package.json
generated
vendored
@@ -1,42 +1,23 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"yargs@15.3.1",
|
||||
"/Users/sam/code/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/sam/code/codeql-action",
|
||||
"bugs": {
|
||||
"url": "https://github.com/yargs/yargs/issues"
|
||||
},
|
||||
"name": "yargs",
|
||||
"version": "15.3.1",
|
||||
"description": "yargs the modern, pirate-themed, successor to optimist.",
|
||||
"main": "./index.js",
|
||||
"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",
|
||||
@@ -50,7 +31,6 @@
|
||||
"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",
|
||||
@@ -66,19 +46,22 @@
|
||||
"which": "^2.0.0",
|
||||
"yargs-test-extends": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
"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"
|
||||
},
|
||||
"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",
|
||||
@@ -89,22 +72,7 @@
|
||||
"command"
|
||||
],
|
||||
"license": "MIT",
|
||||
"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"
|
||||
}
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user