react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / nopt / package.json
80681 views{1"name": "nopt",2"version": "3.0.2",3"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",4"author": {5"name": "Isaac Z. Schlueter",6"email": "[email protected]",7"url": "http://blog.izs.me/"8},9"main": "lib/nopt.js",10"scripts": {11"test": "tap test/*.js"12},13"repository": {14"type": "git",15"url": "git+ssh://[email protected]/isaacs/nopt.git"16},17"bin": {18"nopt": "./bin/nopt.js"19},20"license": "ISC",21"dependencies": {22"abbrev": "1"23},24"devDependencies": {25"tap": "~0.4.8"26},27"gitHead": "a0ff8dcbb29ae9da68769c9f782bd4d70746b02d",28"bugs": {29"url": "https://github.com/isaacs/nopt/issues"30},31"homepage": "https://github.com/isaacs/nopt#readme",32"_id": "[email protected]",33"_shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",34"_from": "nopt@>=3.0.0 <4.0.0",35"_npmVersion": "2.10.0",36"_nodeVersion": "2.0.1",37"_npmUser": {38"name": "isaacs",39"email": "[email protected]"40},41"dist": {42"shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",43"tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz"44},45"maintainers": [46{47"name": "isaacs",48"email": "[email protected]"49}50],51"directories": {},52"_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz"53}545556