All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.optimist.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "optimist@>=0.3.5 <0.4.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/optimist",
    "_npmUser": {
        "email": "[email protected]",
        "name": "substack"
    },
    "_npmVersion": "1.2.2",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "optimist",
        "raw": "optimist@~0.3.5",
        "rawSpec": "~0.3.5",
        "scope": null,
        "spec": ">=0.3.5 <0.4.0",
        "type": "range"
    },
    "_requiredBy": [
        "/uglify-js"
    ],
    "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
    "_shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",
    "_shrinkwrap": null,
    "_spec": "optimist@~0.3.5",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "James Halliday",
        "url": "http://substack.net"
    },
    "dependencies": {
        "wordwrap": "~0.0.2"
    },
    "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
    "devDependencies": {
        "hashish": "~0.0.4",
        "tap": "~0.4.0"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",
        "tarball": "http://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz"
    },
    "engine": {
        "node": ">=0.4"
    },
    "keywords": [
        "args",
        "argument",
        "cli",
        "command",
        "option",
        "parser",
        "parsing"
    ],
    "license": "MIT/X11",
    "main": "./index.js",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "substack"
        }
    ],
    "name": "optimist",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "http://github.com/substack/node-optimist.git"
    },
    "scripts": {
        "test": "tap ./test/*.js"
    },
    "version": "0.3.7"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy