package.json 1.92 KB
{
  "_from": "loggly@0.3.x >=0.3.7",
  "_id": "loggly@0.3.11",
  "_inBundle": false,
  "_integrity": "sha1-YsHsNDZ3LwlUWY8muVfSrSmGthE=",
  "_location": "/loggly",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "loggly@0.3.x >=0.3.7",
    "name": "loggly",
    "escapedName": "loggly",
    "rawSpec": "0.3.x >=0.3.7",
    "saveSpec": null,
    "fetchSpec": "0.3.x >=0.3.7"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npm.taobao.org/loggly/download/loggly-0.3.11.tgz",
  "_shasum": "62c1ec3436772f0954598f26b957d2ad2986b611",
  "_spec": "loggly@0.3.x >=0.3.7",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\winston",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nodejitsu/node-loggly/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Marak Squires",
      "email": "marak.squires@gmail.com"
    },
    {
      "name": "hij1nx",
      "email": "hij1nx@me.com"
    },
    {
      "name": "Kord Campbell",
      "email": "kordless@loggly.com"
    },
    {
      "name": "Erik Hedenstrom",
      "email": "erik@hedenstroem.com"
    }
  ],
  "dependencies": {
    "request": "2.9.x",
    "timespan": "2.x.x"
  },
  "deprecated": false,
  "description": "A client implementation for Loggly cloud Logging-as-a-Service API",
  "devDependencies": {
    "vows": "0.6.x"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/nodejitsu/node-loggly#readme",
  "keywords": [
    "cloud computing",
    "api",
    "logging",
    "loggly"
  ],
  "main": "./lib/loggly",
  "name": "loggly",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nodejitsu/node-loggly.git"
  },
  "scripts": {
    "test": "vows test/*-test.js --spec"
  },
  "version": "0.3.11"
}