123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "argparse",
- "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
- "version": "0.1.16",
- "keywords": [
- "cli",
- "parser",
- "argparse",
- "option",
- "args"
- ],
- "homepage": "https://github.com/nodeca/argparse",
- "contributors": [
- "Eugene Shkuropat",
- "Paul Jacobson"
- ],
- "bugs": {
- "url": "https://github.com/nodeca/argparse/issues"
- },
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git://github.com/nodeca/argparse.git"
- },
- "main": "./index.js",
- "scripts": {
- "test": "make test"
- },
- "dependencies": {
- "underscore": "~1.7.0",
- "underscore.string": "~2.4.0"
- },
- "devDependencies": {
- "mocha": "*"
- },
- "__npminstall_done": true,
- "_from": "argparse@0.1.16",
- "_resolved": "https://registry.npmmirror.com/argparse/-/argparse-0.1.16.tgz"
- }
|