{
    "name" : "optimist",
    "version" : "0.3.7",
    "description" : "Light-weight option parsing with an argv hash. No optstrings attached.",
    "main" : "./index.js",
    "dependencies" : {
        "wordwrap" : "~0.0.2"
    },
    "devDependencies" : {
        "hashish": "~0.0.4",
        "tap" : "~0.4.0"
    },
    "scripts" : {
        "test" : "tap ./test/*.js"
    },
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/substack/node-optimist.git"
    },
    "keywords" : [
        "argument",
        "args",
        "option",
        "parser",
        "parsing",
        "cli",
        "command"
    ],
    "author" : {
        "name" : "James Halliday",
        "email" : "mail@substack.net",
        "url" : "http://substack.net"
    },
    "license" : "MIT/X11",
    "engine" : {
        "node" : ">=0.4"
    }

,"_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz"
,"_integrity": "sha512-TCx0dXQzVtSCg2OgY/bO9hjM9cV4XYx09TVK+s3+FhkjT6LovsLe+pPMzpWf+6yXK/hUizs2gUoTw3jHM0VaTQ=="
,"_from": "optimist@0.3.7"
}