HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/streamroller/package.json
{
  "_args": [
    [
      "streamroller@3.1.5",
      "/home/arjun/projects/buyercall_forms/buyercall"
    ]
  ],
  "_development": true,
  "_from": "streamroller@3.1.5",
  "_id": "streamroller@3.1.5",
  "_inBundle": false,
  "_integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==",
  "_location": "/streamroller",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "streamroller@3.1.5",
    "name": "streamroller",
    "escapedName": "streamroller",
    "rawSpec": "3.1.5",
    "saveSpec": null,
    "fetchSpec": "3.1.5"
  },
  "_requiredBy": [
    "/log4js"
  ],
  "_resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz",
  "_spec": "3.1.5",
  "_where": "/home/arjun/projects/buyercall_forms/buyercall",
  "author": {
    "name": "Gareth Jones",
    "email": "gareth.nomiddlename@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/log4js-node/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.4.3",
    "@commitlint/config-conventional": "^17.4.3",
    "@types/node": "^18.13.0",
    "eslint": "^8.34.0",
    "husky": "^8.0.3",
    "mocha": "^10.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/log4js-node/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/log4js-node/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.5"
}