{
  "_from": "streamroller@^3.1.2",
  "_id": "streamroller@3.1.2",
  "_inBundle": false,
  "_integrity": "sha512-wZswqzbgGGsXYIrBYhOE0yP+nQ6XRk7xDcYwuQAGTYXdyAUmvgVFE0YU1g5pvQT0m7GBaQfYcSnlHbapuK0H0A==",
  "_location": "/streamroller",
  "_phantomChildren": {
    "graceful-fs": "4.2.10",
    "jsonfile": "4.0.0",
    "universalify": "0.1.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "streamroller@^3.1.2",
    "name": "streamroller",
    "escapedName": "streamroller",
    "rawSpec": "^3.1.2",
    "saveSpec": null,
    "fetchSpec": "^3.1.2"
  },
  "_requiredBy": [
    "/log4js"
  ],
  "_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.2.tgz",
  "_shasum": "abd444560768b340f696307cf84d3f46e86c0e63",
  "_spec": "streamroller@^3.1.2",
  "_where": "/var/www/html/node_modules/log4js",
  "author": {
    "name": "Gareth Jones",
    "email": "gareth.nomiddlename@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nomiddlename/streamroller/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "date-format": "^4.0.13",
    "debug": "^4.3.4",
    "fs-extra": "^8.1.0"
  },
  "deprecated": false,
  "description": "file streams that roll over when size limits, or dates are reached",
  "devDependencies": {
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@types/node": "^18.0.6",
    "eslint": "^6.8.0",
    "husky": "^8.0.1",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "should": "^13.2.3"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=8.0"
  },
  "eslintConfig": {
    "env": {
      "browser": false,
      "node": true,
      "es6": true,
      "mocha": true
    },
    "parserOptions": {
      "ecmaVersion": 2018
    },
    "extends": "eslint:recommended",
    "rules": {
      "no-console": "off"
    }
  },
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "gitHead": "ece35d7d86c87c04ff09e8604accae81cf36a0ce",
  "homepage": "https://github.com/nomiddlename/streamroller#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "stream",
    "rolling"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "streamroller",
  "nyc": {
    "include": [
      "lib/**"
    ],
    "branches": 100,
    "lines": 100,
    "functions": 100
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nomiddlename/streamroller.git"
  },
  "scripts": {
    "clean": "rm -rf node_modules/",
    "codecheck": "eslint \"lib/*.js\" \"test/*.js\"",
    "html-report": "nyc report --reporter=html",
    "prepublishOnly": "npm test",
    "pretest": "npm run codecheck",
    "test": "nyc --check-coverage mocha"
  },
  "version": "3.1.2"
}
