system_assignation/node_modules/gar/package.json

40 lines
806 B
JSON
Raw Normal View History

2022-03-24 09:22:39 -04:00
{
"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"
]
}