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/log4js/package.json
{
  "_args": [
    [
      "log4js@6.9.1",
      "/home/arjun/projects/buyercall_forms/buyercall"
    ]
  ],
  "_development": true,
  "_from": "log4js@6.9.1",
  "_id": "log4js@6.9.1",
  "_inBundle": false,
  "_integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==",
  "_location": "/log4js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "log4js@6.9.1",
    "name": "log4js",
    "escapedName": "log4js",
    "rawSpec": "6.9.1",
    "saveSpec": null,
    "fetchSpec": "6.9.1"
  },
  "_requiredBy": [
    "/karma"
  ],
  "_resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz",
  "_spec": "6.9.1",
  "_where": "/home/arjun/projects/buyercall_forms/buyercall",
  "browser": {
    "os": false,
    "streamroller": false,
    "./lib/clustering.js": "./lib/clusteringBrowser.js",
    "./lib/appenders/dateFile.js": "./lib/appenders/ignoreBrowser.js",
    "./lib/appenders/file.js": "./lib/appenders/ignoreBrowser.js",
    "./lib/appenders/fileSync.js": "./lib/appenders/ignoreBrowser.js",
    "./lib/appenders/multiFile.js": "./lib/appenders/ignoreBrowser.js"
  },
  "bugs": {
    "url": "http://github.com/log4js-node/log4js-node/issues"
  },
  "contributors": [
    {
      "name": "Gareth Jones",
      "email": "gareth.nomiddlename@gmail.com"
    },
    {
      "name": "Lam Wei Li",
      "email": "lam_wei_li@hotmail.com"
    }
  ],
  "dependencies": {
    "date-format": "^4.0.14",
    "debug": "^4.3.4",
    "flatted": "^3.2.7",
    "rfdc": "^1.3.0",
    "streamroller": "^3.1.5"
  },
  "description": "Port of Log4js to work with node.",
  "devDependencies": {
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@log4js-node/sandboxed-module": "^2.2.1",
    "callsites": "^3.1.0",
    "deep-freeze": "0.0.1",
    "eslint": "^8.34.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-import-resolver-node": "^0.3.7",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "fs-extra": "^11.1.0",
    "husky": "^8.0.3",
    "is-ci": "^3.0.1",
    "nyc": "^15.1.0",
    "prettier": "^2.8.4",
    "proxyquire": "^2.1.3",
    "tap": "^16.3.4",
    "typescript": "^4.9.5"
  },
  "directories": {
    "test": "test",
    "lib": "lib"
  },
  "engines": {
    "node": ">=8.0"
  },
  "files": [
    "lib",
    "types/*.d.ts",
    "CHANGELOG.md",
    "SECURITY.md"
  ],
  "homepage": "https://log4js-node.github.io/log4js-node/",
  "keywords": [
    "logging",
    "log",
    "log4j",
    "node"
  ],
  "license": "Apache-2.0",
  "main": "./lib/log4js",
  "name": "log4js",
  "nyc": {
    "all": true,
    "include": [
      "lib/**/*.js"
    ],
    "require": [
      "./test/sandbox-coverage"
    ]
  },
  "prettier": {
    "trailingComma": "es5",
    "arrowParens": "always",
    "overrides": [
      {
        "files": [
          "*.cjs"
        ],
        "options": {
          "parser": "typescript"
        }
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/log4js-node/log4js-node.git"
  },
  "scripts": {
    "prepare": "is-ci || husky install",
    "pretest": "npm run prettier --if-present && eslint \"lib/**/*.js\" \"test/**/*.js\"",
    "prettier": "prettier --check \"**/*.*\"",
    "prettier:fix": "prettier --write \"**/*.*\"",
    "test": "tap \"test/tap/**/*.js\" --cov --reporter=classic --coverage-report=text --coverage-report=html --timeout=45",
    "typings": "tsc -p types/tsconfig.json"
  },
  "tap": {
    "check-coverage": true
  },
  "types": "./types/log4js.d.ts",
  "version": "6.9.1"
}