package.json (1614B)
1 { 2 "_from": "optimist@0.3.x", 3 "_id": "optimist@0.3.7", 4 "_inBundle": false, 5 "_integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", 6 "_location": "/optimist", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "optimist@0.3.x", 12 "name": "optimist", 13 "escapedName": "optimist", 14 "rawSpec": "0.3.x", 15 "saveSpec": null, 16 "fetchSpec": "0.3.x" 17 }, 18 "_requiredBy": [ 19 "/import" 20 ], 21 "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", 22 "_shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9", 23 "_spec": "optimist@0.3.x", 24 "_where": "/Users/underd0g/Documents/l0bsterssg/node_modules/import", 25 "author": { 26 "name": "James Halliday", 27 "email": "mail@substack.net", 28 "url": "http://substack.net" 29 }, 30 "bugs": { 31 "url": "https://github.com/substack/node-optimist/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "wordwrap": "~0.0.2" 36 }, 37 "deprecated": false, 38 "description": "Light-weight option parsing with an argv hash. No optstrings attached.", 39 "devDependencies": { 40 "hashish": "~0.0.4", 41 "tap": "~0.4.0" 42 }, 43 "engine": { 44 "node": ">=0.4" 45 }, 46 "homepage": "https://github.com/substack/node-optimist#readme", 47 "keywords": [ 48 "argument", 49 "args", 50 "option", 51 "parser", 52 "parsing", 53 "cli", 54 "command" 55 ], 56 "license": "MIT/X11", 57 "main": "./index.js", 58 "name": "optimist", 59 "repository": { 60 "type": "git", 61 "url": "git+ssh://git@github.com/substack/node-optimist.git" 62 }, 63 "scripts": { 64 "test": "tap ./test/*.js" 65 }, 66 "version": "0.3.7" 67 }