package.json 3.15 KB
{
  "_args": [
    [
      {
        "raw": "winston-daily-rotate-file@^1.4.6",
        "scope": null,
        "escapedName": "winston-daily-rotate-file",
        "name": "winston-daily-rotate-file",
        "rawSpec": "^1.4.6",
        "spec": ">=1.4.6 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "winston-daily-rotate-file@>=1.4.6 <2.0.0",
  "_id": "winston-daily-rotate-file@1.7.2",
  "_inCache": true,
  "_location": "/winston-daily-rotate-file",
  "_nodeVersion": "4.1.2",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/winston-daily-rotate-file-1.7.2.tgz_1506018875637_0.2056701413821429"
  },
  "_npmUser": {
    "name": "mattberther",
    "email": "matt@berther.io"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {
    "minimist": "0.0.8"
  },
  "_requested": {
    "raw": "winston-daily-rotate-file@^1.4.6",
    "scope": null,
    "escapedName": "winston-daily-rotate-file",
    "name": "winston-daily-rotate-file",
    "rawSpec": "^1.4.6",
    "spec": ">=1.4.6 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-1.7.2.tgz",
  "_shasum": "6502bfa297824fd982da5e5647c7538578d2f9a0",
  "_shrinkwrap": null,
  "_spec": "winston-daily-rotate-file@^1.4.6",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/winstonjs/winston-daily-rotate-file/issues"
  },
  "dependencies": {
    "mkdirp": "0.5.1"
  },
  "description": "A transport for winston which logs to a rotating file each day.",
  "devDependencies": {
    "chai": "3.5.0",
    "eslint": "2.10.2",
    "eslint-config-xo-space": "0.13.0",
    "mocha": "2.4.5",
    "moment": "2.13.0",
    "rimraf": "2.5.2",
    "timekeeper": "^0.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "6502bfa297824fd982da5e5647c7538578d2f9a0",
    "tarball": "https://registry.npmjs.org/winston-daily-rotate-file/-/winston-daily-rotate-file-1.7.2.tgz"
  },
  "eslintConfig": {
    "extends": "xo-space",
    "env": {
      "node": true,
      "mocha": true
    }
  },
  "gitHead": "525a941bf4aac26dc62406874b6d5bf7ecc85829",
  "homepage": "https://github.com/winstonjs/winston-daily-rotate-file#readme",
  "keywords": [
    "winston",
    "daily-rotate-file",
    "log-rotate",
    "logrotate"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "indexzero",
      "email": "charlie.robbins@gmail.com"
    },
    {
      "name": "mattberther",
      "email": "matt@berther.io"
    }
  ],
  "name": "winston-daily-rotate-file",
  "optionalDependencies": {},
  "peerDependencies": {
    "winston": "2.x"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/winstonjs/winston-daily-rotate-file.git"
  },
  "scripts": {
    "postversion": "git push && git push --tags && npm publish",
    "preversion": "npm test",
    "test": "mocha && eslint ."
  },
  "version": "1.7.2"
}