123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {
- "_from": "log4js@^6.3.0",
- "_id": "log4js@6.3.0",
- "_inBundle": false,
- "_integrity": "sha1-EN+vu0NDUaPjAnegC5h5RG9xW8s=",
- "_location": "/log4js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "log4js@^6.3.0",
- "name": "log4js",
- "escapedName": "log4js",
- "rawSpec": "^6.3.0",
- "saveSpec": null,
- "fetchSpec": "^6.3.0"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.nlark.com/log4js/download/log4js-6.3.0.tgz",
- "_shasum": "10dfafbb434351a3e30277a00b9879446f715bcb",
- "_spec": "log4js@^6.3.0",
- "_where": "D:\\project\\server\\logtest",
- "author": {
- "name": "Gareth Jones",
- "email": "gareth.nomiddlename@gmail.com"
- },
- "browser": {
- "os": false
- },
- "bugs": {
- "url": "http://github.com/log4js-node/log4js-node/issues"
- },
- "bundleDependencies": false,
- "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"
- }
- },
- "dependencies": {
- "date-format": "^3.0.0",
- "debug": "^4.1.1",
- "flatted": "^2.0.1",
- "rfdc": "^1.1.4",
- "streamroller": "^2.2.4"
- },
- "deprecated": false,
- "description": "Port of Log4js to work with node.",
- "devDependencies": {
- "@log4js-node/sandboxed-module": "^2.2.1",
- "callsites": "^3.1.0",
- "codecov": "^3.6.1",
- "deep-freeze": "0.0.1",
- "eslint": "^5.16.0",
- "eslint-config-airbnb-base": "^13.2.0",
- "eslint-config-prettier": "^6.5.0",
- "eslint-import-resolver-node": "^0.3.2",
- "eslint-plugin-import": "^2.18.2",
- "eslint-plugin-prettier": "^3.1.1",
- "fs-extra": "^8.1.0",
- "husky": "^3.0.9",
- "nyc": "^14.1.1",
- "prettier": "^1.18.2",
- "proxyquire": "^2.1.3",
- "tap": "^14.10.7",
- "typescript": "^3.7.2",
- "validate-commit-msg": "^2.14.0"
- },
- "directories": {
- "test": "test",
- "lib": "lib"
- },
- "engines": {
- "node": ">=8.0"
- },
- "files": [
- "lib",
- "types"
- ],
- "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",
- "typings": "tsc -p types/tsconfig.json"
- },
- "types": "./types/log4js.d.ts",
- "version": "6.3.0"
- }
|