{
  "_from": "log4js@^6.2.1",
  "_id": "log4js@6.6.1",
  "_inBundle": false,
  "_integrity": "sha512-J8VYFH2UQq/xucdNu71io4Fo+purYYudyErgBbswWKO0MC6QVOERRomt5su/z6d3RJSmLyTGmXl3Q/XjKCf+/A==",
  "_location": "/log4js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "log4js@^6.2.1",
    "name": "log4js",
    "escapedName": "log4js",
    "rawSpec": "^6.2.1",
    "saveSpec": null,
    "fetchSpec": "^6.2.1"
  },
  "_requiredBy": [
    "/karma"
  ],
  "_resolved": "https://registry.npmjs.org/log4js/-/log4js-6.6.1.tgz",
  "_shasum": "48f23de8a87d2f5ffd3d913f24ca9ce77895272f",
  "_spec": "log4js@^6.2.1",
  "_where": "/var/www/html/node_modules/karma",
  "browser": {
    "os": false
  },
  "bugs": {
    "url": "http://github.com/log4js-node/log4js-node/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Gareth Jones",
      "email": "gareth.nomiddlename@gmail.com"
    },
    {
      "name": "Lam Wei Li",
      "email": "lam_wei_li@hotmail.com"
    }
  ],
  "dependencies": {
    "date-format": "^4.0.13",
    "debug": "^4.3.4",
    "flatted": "^3.2.6",
    "rfdc": "^1.3.0",
    "streamroller": "^3.1.2"
  },
  "deprecated": false,
  "description": "Port of Log4js to work with node.",
  "devDependencies": {
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@log4js-node/sandboxed-module": "^2.2.1",
    "callsites": "^3.1.0",
    "deep-freeze": "0.0.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^3.4.1",
    "fs-extra": "^8.1.0",
    "husky": "^8.0.1",
    "is-ci": "^3.0.1",
    "nyc": "^14.1.1",
    "prettier": "^1.19.1",
    "proxyquire": "^2.1.3",
    "tap": "^14.11.0",
    "typescript": "^4.7.4"
  },
  "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": "prettier --check \"**/*.*\" && eslint \"lib/**/*.js\" \"test/**/*.js\"",
    "prettier:fix": "prettier --write \"**/*.*\"",
    "test": "tap \"test/tap/**/*.js\" --cov --reporter=classic --timeout=45",
    "typings": "tsc -p types/tsconfig.json"
  },
  "tap": {
    "check-coverage": true
  },
  "types": "./types/log4js.d.ts",
  "version": "6.6.1"
}
