Add glob-hash dependency

This commit is contained in:
Marco Gario
2020-12-09 21:17:17 +01:00
parent 19e9176f97
commit 3478b5fea1
738 changed files with 54003 additions and 12191 deletions
+63 -31
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",
"/home/marco/repos/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": "/home/marco/repos/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"
}