{
  "_args": [
    [
      "streamroller@1.0.6",
      "/home/pertec/public_html/areadocliente/bootstrap"
    ]
  ],
  "_development": true,
  "_from": "streamroller@1.0.6",
  "_id": "streamroller@1.0.6",
  "_inBundle": false,
  "_integrity": "sha512-3QC47Mhv3/aZNFpDDVO44qQb9gwB9QggMEE0sQmkTAwBVYdBRWISdsywlkfm5II1Q5y/pmrHflti/IgmIzdDBg==",
  "_location": "/streamroller",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "streamroller@1.0.6",
    "name": "streamroller",
    "escapedName": "streamroller",
    "rawSpec": "1.0.6",
    "saveSpec": null,
    "fetchSpec": "1.0.6"
  },
  "_requiredBy": [
    "/log4js"
  ],
  "_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-1.0.6.tgz",
  "_spec": "1.0.6",
  "_where": "/home/pertec/public_html/areadocliente/bootstrap",
  "author": {
    "name": "Gareth Jones",
    "email": "gareth.nomiddlename@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nomiddlename/streamroller/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "async": "^2.6.2",
    "date-format": "^2.0.0",
    "debug": "^3.2.6",
    "fs-extra": "^7.0.1",
    "lodash": "^4.17.14"
  },
  "description": "file streams that roll over when size limits, or dates are reached",
  "devDependencies": {
    "@commitlint/cli": "^6.2.0",
    "@commitlint/config-conventional": "^6.1.3",
    "eslint": "^4.19.1",
    "husky": "^0.14.3",
    "mocha": "^4.0.1",
    "nyc": "^11.9.0",
    "proxyquire": "^2.1.0",
    "should": "^11.2.1"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=6.0"
  },
  "eslintConfig": {
    "env": {
      "browser": false,
      "node": true,
      "es6": true,
      "mocha": true
    },
    "parserOptions": {
      "ecmaVersion": 8
    },
    "extends": "eslint:recommended",
    "rules": {
      "no-console": "off"
    }
  },
  "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": {
    "clean": "rm -rf node_modules/",
    "codecheck": "eslint 'src/**/*.js'",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "html-report": "nyc report --reporter=html",
    "prepublishOnly": "npm test",
    "pretest": "npm run codecheck",
    "test": "nyc --check-coverage --lines 100 --branches 100 --functions 100 mocha"
  },
  "version": "1.0.6"
}
