package.json 2.62 KB
{
  "_args": [
    [
      {
        "raw": "winston@~0.8.1",
        "scope": null,
        "escapedName": "winston",
        "name": "winston",
        "rawSpec": "~0.8.1",
        "spec": ">=0.8.1 <0.9.0",
        "type": "range"
      },
      "/root/junhukang/node_modules/forever"
    ]
  ],
  "_from": "winston@>=0.8.1 <0.9.0",
  "_id": "winston@0.8.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/winston",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "name": "jcrugzz",
    "email": "jcrugzz@gmail.com"
  },
  "_npmVersion": "2.1.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "winston@~0.8.1",
    "scope": null,
    "escapedName": "winston",
    "name": "winston",
    "rawSpec": "~0.8.1",
    "spec": ">=0.8.1 <0.9.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cliff",
    "/forever",
    "/prompt"
  ],
  "_resolved": "https://registry.npmjs.org/winston/-/winston-0.8.3.tgz",
  "_shasum": "64b6abf4cd01adcaefd5009393b1d8e8bec19db0",
  "_shrinkwrap": null,
  "_spec": "winston@~0.8.1",
  "_where": "/root/junhukang/node_modules/forever",
  "author": {
    "name": "Nodejitsu Inc.",
    "email": "info@nodejitsu.com"
  },
  "bugs": {
    "url": "https://github.com/flatiron/winston/issues"
  },
  "dependencies": {
    "async": "0.2.x",
    "colors": "0.6.x",
    "cycle": "1.0.x",
    "eyes": "0.1.x",
    "isstream": "0.1.x",
    "pkginfo": "0.3.x",
    "stack-trace": "0.0.x"
  },
  "description": "A multi-transport async logging library for Node.js",
  "devDependencies": {
    "vows": "0.7.x"
  },
  "directories": {},
  "dist": {
    "shasum": "64b6abf4cd01adcaefd5009393b1d8e8bec19db0",
    "tarball": "https://registry.npmjs.org/winston/-/winston-0.8.3.tgz"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "gitHead": "d12b2688d7d82557a5f5d490217e3c516bb661cb",
  "homepage": "https://github.com/flatiron/winston",
  "keywords": [
    "logging",
    "sysadmin",
    "tools"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/flatiron/winston/master/LICENSE"
    }
  ],
  "main": "./lib/winston",
  "maintainers": [
    {
      "name": "indexzero",
      "email": "charlie.robbins@gmail.com"
    },
    {
      "name": "chjj",
      "email": "chjjeffrey@gmail.com"
    },
    {
      "name": "V1",
      "email": "info@3rd-Eden.com"
    },
    {
      "name": "jcrugzz",
      "email": "jcrugzz@gmail.com"
    }
  ],
  "name": "winston",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flatiron/winston.git"
  },
  "scripts": {
    "test": "vows --spec --isolate"
  },
  "version": "0.8.3"
}