{
  "_args": [
    [
      "streamroller@3.1.3",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "streamroller@3.1.3",
  "_id": "streamroller@3.1.3",
  "_inBundle": false,
  "_integrity": "sha512-CphIJyFx2SALGHeINanjFRKQ4l7x2c+rXYJ4BMq0gd+ZK0gi4VT8b+eHe2wi58x4UayBAKx4xtHpXT/ea1cz8w==",
  "_location": "/streamroller",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "streamroller@3.1.3",
    "name": "streamroller",
    "escapedName": "streamroller",
    "rawSpec": "3.1.3",
    "saveSpec": null,
    "fetchSpec": "3.1.3"
  },
  "_requiredBy": [
    "/log4js"
  ],
  "_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.3.tgz",
  "_spec": "3.1.3",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Gareth Jones",
    "email": "gareth.nomiddlename@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nomiddlename/streamroller/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "date-format": "^4.0.14",
    "debug": "^4.3.4",
    "fs-extra": "^8.1.0"
  },
  "description": "file streams that roll over when size limits, or dates are reached",
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@types/node": "^18.7.23",
    "eslint": "^8.24.0",
    "husky": "^8.0.1",
    "mocha": "^10.0.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.3"
}
