react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / har-validator / node_modules / commander / package.json
81152 views{1"name": "commander",2"version": "2.8.1",3"description": "the complete solution for node.js command-line programs",4"keywords": [5"command",6"option",7"parser"8],9"author": {10"name": "TJ Holowaychuk",11"email": "[email protected]"12},13"license": "MIT",14"repository": {15"type": "git",16"url": "https://github.com/tj/commander.js.git"17},18"devDependencies": {19"should": ">= 0.0.1",20"sinon": ">= 1.14.1"21},22"scripts": {23"test": "make test"24},25"main": "index",26"engines": {27"node": ">= 0.6.x"28},29"files": [30"index.js"31],32"dependencies": {33"graceful-readlink": ">= 1.0.0"34},35"gitHead": "c6c84726050b19c0373de27cd359f3baddff579f",36"bugs": {37"url": "https://github.com/tj/commander.js/issues"38},39"homepage": "https://github.com/tj/commander.js",40"_id": "[email protected]",41"_shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",42"_from": "commander@>=2.8.1 <3.0.0",43"_npmVersion": "2.5.1",44"_nodeVersion": "0.12.0",45"_npmUser": {46"name": "zhiyelee",47"email": "[email protected]"48},49"maintainers": [50{51"name": "tjholowaychuk",52"email": "[email protected]"53},54{55"name": "somekittens",56"email": "[email protected]"57},58{59"name": "zhiyelee",60"email": "[email protected]"61},62{63"name": "thethomaseffect",64"email": "[email protected]"65}66],67"dist": {68"shasum": "06be367febfda0c330aa1e2a072d3dc9762425d4",69"tarball": "http://registry.npmjs.org/commander/-/commander-2.8.1.tgz"70},71"directories": {},72"_resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz"73}747576