wishthis/node_modules/argparse/package.json

35 lines
638 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "argparse",
2022-01-21 08:28:41 +00:00
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
2022-04-08 10:55:35 +00:00
"version": "1.0.10",
2022-01-21 08:28:41 +00:00
"keywords": [
"cli",
"parser",
"argparse",
"option",
"args"
],
2022-04-08 10:55:35 +00:00
"contributors": [
"Eugene Shkuropat",
"Paul Jacobson"
],
"files": [
"index.js",
"lib/"
],
2022-01-21 08:28:41 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"repository": "nodeca/argparse",
2022-01-21 08:28:41 +00:00
"scripts": {
"test": "make test"
},
2022-04-08 10:55:35 +00:00
"dependencies": {
"sprintf-js": "~1.0.2"
},
"devDependencies": {
"eslint": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"ndoc": "^5.0.1"
}
2022-01-21 08:28:41 +00:00
}