{
  "_from": "streamroller@0.7.0",
  "_id": "streamroller@0.7.0",
  "_inBundle": false,
  "_integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==",
  "_location": "/streamroller",
  "_phantomChildren": {
    "ms": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "streamroller@0.7.0",
    "name": "streamroller",
    "escapedName": "streamroller",
    "rawSpec": "0.7.0",
    "saveSpec": null,
    "fetchSpec": "0.7.0"
  },
  "_requiredBy": [
    "/log4js"
  ],
  "_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz",
  "_shasum": "a1d1b7cf83d39afb0d63049a5acbf93493bdf64b",
  "_spec": "streamroller@0.7.0",
  "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\log4js",
  "author": {
    "name": "Gareth Jones",
    "email": "gareth.nomiddlename@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nomiddlename/streamroller/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "date-format": "^1.2.0",
    "debug": "^3.1.0",
    "mkdirp": "^0.5.1",
    "readable-stream": "^2.3.0"
  },
  "deprecated": false,
  "description": "file streams that roll over when size limits, or dates are reached",
  "devDependencies": {
    "async": "^2.6.0",
    "jshint": "^2.9.5",
    "mocha": "^4.0.1",
    "sandboxed-module": "^2.0.3",
    "should": "^11.2.1"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce",
  "homepage": "https://github.com/nomiddlename/streamroller#readme",
  "keywords": [
    "stream",
    "rolling"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "streamroller",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nomiddlename/streamroller.git"
  },
  "scripts": {
    "pretest": "jshint lib/ test/",
    "test": "mocha"
  },
  "version": "0.7.0"
}