Update checked-in dependencies

This commit is contained in:
github-actions[bot]
2024-10-10 19:22:32 +00:00
parent ab636d7049
commit 7d365b9940
322 changed files with 16760 additions and 16591 deletions

78
node_modules/gar/package.json generated vendored
View File

@@ -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"
]
}