package.json 2.41 KB
{
  "_args": [
    [
      {
        "raw": "optimist@0.2",
        "scope": null,
        "escapedName": "optimist",
        "name": "optimist",
        "rawSpec": "0.2",
        "spec": ">=0.2.0 <0.3.0",
        "type": "range"
      },
      "/root/junhukang/node_modules/event-stream"
    ]
  ],
  "_defaultsLoaded": true,
  "_engineSupported": true,
  "_from": "optimist@>=0.2.0 <0.3.0",
  "_id": "optimist@0.2.8",
  "_inCache": true,
  "_installable": true,
  "_location": "/event-stream/optimist",
  "_nodeVersion": "v0.4.12",
  "_npmUser": {
    "name": "substack",
    "email": "mail@substack.net"
  },
  "_npmVersion": "1.0.99",
  "_phantomChildren": {},
  "_requested": {
    "raw": "optimist@0.2",
    "scope": null,
    "escapedName": "optimist",
    "name": "optimist",
    "rawSpec": "0.2",
    "spec": ">=0.2.0 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/event-stream"
  ],
  "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz",
  "_shasum": "e981ab7e268b457948593b55674c099a815cac31",
  "_shrinkwrap": null,
  "_spec": "optimist@0.2",
  "_where": "/root/junhukang/node_modules/event-stream",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/node-optimist/issues"
  },
  "dependencies": {
    "wordwrap": ">=0.0.1 <0.1.0"
  },
  "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
  "devDependencies": {
    "expresso": "0.7.x",
    "hashish": "0.0.x"
  },
  "directories": {
    "lib": ".",
    "test": "test",
    "example": "examples"
  },
  "dist": {
    "shasum": "e981ab7e268b457948593b55674c099a815cac31",
    "tarball": "https://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz"
  },
  "engine": {
    "node": ">=0.4"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/substack/node-optimist#readme",
  "keywords": [
    "argument",
    "args",
    "option",
    "parser",
    "parsing",
    "cli",
    "command"
  ],
  "license": "MIT/X11",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "substack",
      "email": "mail@substack.net"
    }
  ],
  "name": "optimist",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/node-optimist.git"
  },
  "scripts": {
    "test": "expresso"
  },
  "version": "0.2.8"
}