Resolve attachments via glob

This commit is contained in:
Simon R
2021-06-22 19:18:21 +02:00
committed by Dawid Dziurla
parent 44663f34dd
commit b9bedb34a4
96 changed files with 4707 additions and 1779 deletions

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

@ -1,37 +1,23 @@
{
"_from": "yargs@^14.2",
"_id": "yargs@14.2.3",
"_inBundle": false,
"_integrity": "sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==",
"_location": "/yargs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yargs@^14.2",
"name": "yargs",
"escapedName": "yargs",
"rawSpec": "^14.2",
"saveSpec": null,
"fetchSpec": "^14.2"
},
"_requiredBy": [
"/showdown"
],
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.3.tgz",
"_shasum": "1a1c3edced1afb2a2fea33604bc6d1d8d688a414",
"_spec": "yargs@^14.2",
"_where": "/Users/dougpa/action-send-mail/node_modules/showdown",
"bugs": {
"url": "https://github.com/yargs/yargs/issues"
},
"bundleDependencies": false,
"name": "yargs",
"version": "14.2.3",
"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": "^5.0.0",
"decamelize": "^1.2.0",
@ -45,8 +31,6 @@
"y18n": "^4.0.0",
"yargs-parser": "^15.0.1"
},
"deprecated": false,
"description": "yargs the modern, pirate-themed, successor to optimist.",
"devDependencies": {
"chai": "^4.2.0",
"chalk": "^2.4.2",
@ -63,19 +47,22 @@
"which": "^1.3.1",
"yargs-test-extends": "^1.0.1"
},
"engine": {
"node": ">=6"
"scripts": {
"pretest": "standard",
"test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "standard-version"
},
"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",
@ -86,22 +73,7 @@
"command"
],
"license": "MIT",
"main": "./index.js",
"name": "yargs",
"repository": {
"type": "git",
"url": "git+https://github.com/yargs/yargs.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"release": "standard-version",
"test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
},
"standard": {
"ignore": [
"**/example/**"
]
},
"version": "14.2.3"
"engine": {
"node": ">=6"
}
}