react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / umd / node_modules / uglify-js / node_modules / yargs / package.json
80756 views{1"name": "yargs",2"version": "3.5.4",3"description": "Light-weight option parsing with an argv hash. No optstrings attached.",4"main": "./index.js",5"files": [6"index.js",7"lib",8"completion.sh.hbs",9"LICENSE"10],11"dependencies": {12"camelcase": "^1.0.2",13"decamelize": "^1.0.0",14"window-size": "0.1.0",15"wordwrap": "0.0.2"16},17"devDependencies": {18"blanket": "^1.1.6",19"chai": "^1.10.0",20"coveralls": "^2.11.2",21"hashish": "0.0.4",22"mocha": "2.1.0",23"mocha-lcov-reporter": "0.0.1",24"mocoverage": "^1.0.0"25},26"scripts": {27"test": "mocha --check-leaks --ui exports --require blanket -R mocoverage"28},29"repository": {30"type": "git",31"url": "http://github.com/bcoe/yargs.git"32},33"config": {34"blanket": {35"pattern": [36"lib",37"index.js"38],39"data-cover-never": [40"node_modules",41"test"42],43"output-reporter": "spec"44}45},46"keywords": [47"argument",48"args",49"option",50"parser",51"parsing",52"cli",53"command"54],55"author": {56"name": "Alex Ford",57"email": "[email protected]",58"url": "http://CodeTunnel.com"59},60"contributors": [61{62"name": "Benjamin Coe",63"email": "[email protected]",64"url": "https://github.com/bcoe"65},66{67"name": "Chris Needham",68"email": "[email protected]",69"url": "http://chrisneedham.com"70},71{72"name": "James Nylen",73"email": "[email protected]",74"url": "https://github.com/nylen"75},76{77"name": "Benjamin Horsleben",78"url": "https://github.com/fizker"79}80],81"license": "MIT/X11",82"engine": {83"node": ">=0.4"84},85"gitHead": "c16cc085501155cf7fd853ccdf8584b05ab92b78",86"bugs": {87"url": "https://github.com/bcoe/yargs/issues"88},89"homepage": "https://github.com/bcoe/yargs",90"_id": "[email protected]",91"_shasum": "d8aff8f665e94c34bd259bdebd1bfaf0ddd35361",92"_from": "yargs@>=3.5.4 <3.6.0",93"_npmVersion": "2.7.0",94"_nodeVersion": "1.5.0",95"_npmUser": {96"name": "bcoe",97"email": "[email protected]"98},99"maintainers": [100{101"name": "chevex",102"email": "[email protected]"103},104{105"name": "bcoe",106"email": "[email protected]"107},108{109"name": "nylen",110"email": "[email protected]"111}112],113"dist": {114"shasum": "d8aff8f665e94c34bd259bdebd1bfaf0ddd35361",115"tarball": "http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz"116},117"directories": {},118"_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz"119}120121122