package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_from": "log4js@^6.3.0",
  3. "_id": "log4js@6.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EN+vu0NDUaPjAnegC5h5RG9xW8s=",
  6. "_location": "/log4js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "log4js@^6.3.0",
  12. "name": "log4js",
  13. "escapedName": "log4js",
  14. "rawSpec": "^6.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.3.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.nlark.com/log4js/download/log4js-6.3.0.tgz",
  23. "_shasum": "10dfafbb434351a3e30277a00b9879446f715bcb",
  24. "_spec": "log4js@^6.3.0",
  25. "_where": "D:\\project\\server\\logtest",
  26. "author": {
  27. "name": "Gareth Jones",
  28. "email": "gareth.nomiddlename@gmail.com"
  29. },
  30. "browser": {
  31. "os": false
  32. },
  33. "bugs": {
  34. "url": "http://github.com/log4js-node/log4js-node/issues"
  35. },
  36. "bundleDependencies": false,
  37. "config": {
  38. "validate-commit-msg": {
  39. "types": [
  40. "feat",
  41. "fix",
  42. "docs",
  43. "style",
  44. "refactor",
  45. "example",
  46. "perf",
  47. "test",
  48. "chore",
  49. "revert"
  50. ],
  51. "warnOnFail": false,
  52. "maxSubjectLength": 72,
  53. "subjectPattern": ".+",
  54. "subjectPatternErrorMsg": "subject does not match subject pattern!",
  55. "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"
  56. }
  57. },
  58. "dependencies": {
  59. "date-format": "^3.0.0",
  60. "debug": "^4.1.1",
  61. "flatted": "^2.0.1",
  62. "rfdc": "^1.1.4",
  63. "streamroller": "^2.2.4"
  64. },
  65. "deprecated": false,
  66. "description": "Port of Log4js to work with node.",
  67. "devDependencies": {
  68. "@log4js-node/sandboxed-module": "^2.2.1",
  69. "callsites": "^3.1.0",
  70. "codecov": "^3.6.1",
  71. "deep-freeze": "0.0.1",
  72. "eslint": "^5.16.0",
  73. "eslint-config-airbnb-base": "^13.2.0",
  74. "eslint-config-prettier": "^6.5.0",
  75. "eslint-import-resolver-node": "^0.3.2",
  76. "eslint-plugin-import": "^2.18.2",
  77. "eslint-plugin-prettier": "^3.1.1",
  78. "fs-extra": "^8.1.0",
  79. "husky": "^3.0.9",
  80. "nyc": "^14.1.1",
  81. "prettier": "^1.18.2",
  82. "proxyquire": "^2.1.3",
  83. "tap": "^14.10.7",
  84. "typescript": "^3.7.2",
  85. "validate-commit-msg": "^2.14.0"
  86. },
  87. "directories": {
  88. "test": "test",
  89. "lib": "lib"
  90. },
  91. "engines": {
  92. "node": ">=8.0"
  93. },
  94. "files": [
  95. "lib",
  96. "types"
  97. ],
  98. "homepage": "https://log4js-node.github.io/log4js-node/",
  99. "husky": {
  100. "hooks": {
  101. "commit-msg": "validate-commit-msg",
  102. "pre-push": "npm test && npm run typings"
  103. }
  104. },
  105. "keywords": [
  106. "logging",
  107. "log",
  108. "log4j",
  109. "node"
  110. ],
  111. "license": "Apache-2.0",
  112. "main": "./lib/log4js",
  113. "name": "log4js",
  114. "nyc": {
  115. "all": true,
  116. "include": [
  117. "lib/**/*.js"
  118. ],
  119. "require": [
  120. "./test/sandbox-coverage"
  121. ]
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/log4js-node/log4js-node.git"
  126. },
  127. "scripts": {
  128. "codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov",
  129. "pretest": "eslint \"lib/**/*.js\" \"test/**/*.js\"",
  130. "test": "tap \"test/tap/**/*.js\" --cov",
  131. "typings": "tsc -p types/tsconfig.json"
  132. },
  133. "types": "./types/log4js.d.ts",
  134. "version": "6.3.0"
  135. }