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