123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "_from": "log4js",
- "_id": "log4js@3.0.3",
- "_inBundle": false,
- "_integrity": "sha512-M08IQsdodHJGaNMgKb5YqSGiosrngoybVpm1F4Ff0UqcccnNRp92EayInmVawlbjEa9u9ZZVDT9rVNvdnOFiZQ==",
- "_location": "/log4js",
- "_phantomChildren": {
- "ms": "2.0.0"
- },
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "log4js",
- "name": "log4js",
- "escapedName": "log4js",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/log4js/-/log4js-3.0.3.tgz",
- "_shasum": "b4ba4ebde57b51a6a132329a53b74930a2efbca1",
- "_spec": "log4js",
- "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode",
- "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": {
- "circular-json": "^0.5.5",
- "date-format": "^1.2.0",
- "debug": "^3.1.0",
- "streamroller": "0.7.0"
- },
- "deprecated": false,
- "description": "Port of Log4js to work with node.",
- "devDependencies": {
- "@log4js-node/sandboxed-module": "^2.1.0",
- "codecov": "^3.0.2",
- "conventional-changelog": "^1.1.24",
- "eslint": "^4.19.1",
- "eslint-config-airbnb-base": "^12.1.0",
- "eslint-import-resolver-node": "^0.3.1",
- "eslint-plugin-import": "^2.11.0",
- "husky": "^0.14.3",
- "nyc": "^11.7.3",
- "tap": "^11.1.5",
- "typescript": "^2.8.3",
- "validate-commit-msg": "^2.14.0"
- },
- "directories": {
- "test": "test",
- "lib": "lib"
- },
- "engines": {
- "node": ">=6.0"
- },
- "files": [
- "lib",
- "types"
- ],
- "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"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/log4js-node/log4js-node.git"
- },
- "scripts": {
- "clean": "find test -type f ! -name '*.json' ! -name '*.js' ! -name '.eslintrc' -delete && rm *.log",
- "codecov": "tap 'test/tap/**/*.js' --cov --coverage-report=lcov && codecov",
- "commitmsg": "validate-commit-msg",
- "posttest": "npm run clean",
- "prepush": "npm test && npm run typings",
- "pretest": "eslint 'lib/**/*.js' 'test/**/*.js'",
- "test": "tap 'test/tap/**/*.js' --cov",
- "typings": "tsc -p types/tsconfig.json"
- },
- "types": "./types/log4js.d.ts",
- "version": "3.0.3"
- }
|