{ "_args": [ [ "log4js@6.4.2", "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui" ] ], "_development": true, "_from": "log4js@6.4.2", "_id": "log4js@6.4.2", "_inBundle": false, "_integrity": "sha512-k80cggS2sZQLBwllpT1p06GtfvzMmSdUCkW96f0Hj83rKGJDAu2vZjt9B9ag2vx8Zz1IXzxoLgqvRJCdMKybGg==", "_location": "/log4js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "log4js@6.4.2", "name": "log4js", "escapedName": "log4js", "rawSpec": "6.4.2", "saveSpec": null, "fetchSpec": "6.4.2" }, "_requiredBy": [ "/karma" ], "_resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.2.tgz", "_spec": "6.4.2", "_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui", "browser": { "os": false }, "bugs": { "url": "http://github.com/log4js-node/log4js-node/issues" }, "config": { "validate-commit-msg": { "types": [ "feat", "fix", "docs", "style", "refactor", "example", "perf", "test", "chore", "revert" ], "warnOnFail": false, "maxSubjectLength": 72, "subjectPattern": ".+", "subjectPatternErrorMsg": "subject does not match subject pattern!", "helpMessage": "\n# allowed type: feat, fix, docs, style, refactor, example, perf, test, chore, revert\n# subject no more than 50 chars\n# a body line no more than 72 chars" } }, "contributors": [ { "name": "Gareth Jones", "email": "gareth.nomiddlename@gmail.com" }, { "name": "Lam Wei Li", "email": "lam_wei_li@hotmail.com" } ], "dependencies": { "date-format": "^4.0.4", "debug": "^4.3.3", "flatted": "^3.2.5", "rfdc": "^1.3.0", "streamroller": "^3.0.4" }, "description": "Port of Log4js to work with node.", "devDependencies": { "@log4js-node/sandboxed-module": "^2.2.1", "callsites": "^3.1.0", "codecov": "^3.8.3", "deep-freeze": "0.0.1", "eslint": "^8.10.0", "eslint-config-airbnb-base": "^13.2.0", "eslint-config-prettier": "^8.4.0", "eslint-import-resolver-node": "^0.3.6", "eslint-plugin-import": "^2.25.4", "eslint-plugin-prettier": "^4.0.0", "fs-extra": "^10.0.1", "husky": "^7.0.4", "nyc": "^15.1.0", "prettier": "^2.5.1", "proxyquire": "^2.1.3", "tap": "^15.1.6", "typescript": "^4.6.2", "validate-commit-msg": "^2.14.0" }, "directories": { "test": "test", "lib": "lib" }, "engines": { "node": ">=8.0" }, "files": [ "lib", "types", "CHANGELOG.md", "SECURITY.md" ], "homepage": "https://log4js-node.github.io/log4js-node/", "husky": { "hooks": { "commit-msg": "validate-commit-msg", "pre-push": "npm test && npm run typings" } }, "keywords": [ "logging", "log", "log4j", "node" ], "license": "Apache-2.0", "main": "./lib/log4js", "name": "log4js", "nyc": { "all": true, "include": [ "lib/**/*.js" ], "require": [ "./test/sandbox-coverage" ] }, "repository": { "type": "git", "url": "git+https://github.com/log4js-node/log4js-node.git" }, "scripts": { "codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov", "pretest": "eslint \"lib/**/*.js\" \"test/**/*.js\"", "test": "tap \"test/tap/**/*.js\" --cov --timeout=45", "typings": "tsc -p types/tsconfig.json" }, "tap": { "check-coverage": false }, "types": "./types/log4js.d.ts", "version": "6.4.2" }