react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / js-yaml / node_modules / argparse / package.json
80712 views{1"name": "argparse",2"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",3"version": "1.0.2",4"keywords": [5"cli",6"parser",7"argparse",8"option",9"args"10],11"homepage": "https://github.com/nodeca/argparse",12"contributors": [13{14"name": "Eugene Shkuropat"15},16{17"name": "Paul Jacobson"18}19],20"bugs": {21"url": "https://github.com/nodeca/argparse/issues"22},23"license": "MIT",24"repository": {25"type": "git",26"url": "git://github.com/nodeca/argparse.git"27},28"main": "./index.js",29"scripts": {30"test": "make test"31},32"dependencies": {33"lodash": ">= 3.2.0 < 4.0.0",34"sprintf-js": "~1.0.2"35},36"devDependencies": {37"mocha": "*"38},39"gitHead": "990f1b5332e70dd3c1c437d2f4077a2b63ac9674",40"_id": "[email protected]",41"_shasum": "bcfae39059656d1973d0b9e6a1a74154b5a9a136",42"_from": "argparse@>=1.0.2 <1.1.0",43"_npmVersion": "1.4.28",44"_npmUser": {45"name": "vitaly",46"email": "[email protected]"47},48"maintainers": [49{50"name": "vitaly",51"email": "[email protected]"52}53],54"dist": {55"shasum": "bcfae39059656d1973d0b9e6a1a74154b5a9a136",56"tarball": "http://registry.npmjs.org/argparse/-/argparse-1.0.2.tgz"57},58"directories": {},59"_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.2.tgz"60}616263