react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / handlebars / node_modules / uglify-js / node_modules / optimist / package.json
80728 views{1"name": "optimist",2"version": "0.3.7",3"description": "Light-weight option parsing with an argv hash. No optstrings attached.",4"main": "./index.js",5"dependencies": {6"wordwrap": "~0.0.2"7},8"devDependencies": {9"hashish": "~0.0.4",10"tap": "~0.4.0"11},12"scripts": {13"test": "tap ./test/*.js"14},15"repository": {16"type": "git",17"url": "git+ssh://[email protected]/substack/node-optimist.git"18},19"keywords": [20"argument",21"args",22"option",23"parser",24"parsing",25"cli",26"command"27],28"author": {29"name": "James Halliday",30"email": "[email protected]",31"url": "http://substack.net"32},33"license": "MIT/X11",34"engine": {35"node": ">=0.4"36},37"_id": "[email protected]",38"dist": {39"shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",40"tarball": "http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz"41},42"_from": "optimist@>=0.3.5 <0.4.0",43"_npmVersion": "1.2.2",44"_npmUser": {45"name": "substack",46"email": "[email protected]"47},48"maintainers": [49{50"name": "substack",51"email": "[email protected]"52}53],54"directories": {},55"_shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",56"_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",57"bugs": {58"url": "https://github.com/substack/node-optimist/issues"59},60"readme": "ERROR: No README data found!",61"homepage": "https://github.com/substack/node-optimist#readme"62}636465