package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "log4js",
  3. "_id": "log4js@3.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ==",
  6. "_location": "/log4js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "log4js",
  12. "name": "log4js",
  13. "escapedName": "log4js",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/log4js/-/log4js-3.0.6.tgz",
  23. "_shasum": "e6caced94967eeeb9ce399f9f8682a4b2b28c8ff",
  24. "_spec": "log4js",
  25. "_where": "C:\\socket\\chatroom-myclient",
  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. "circular-json": "^0.5.5",
  60. "date-format": "^1.2.0",
  61. "debug": "^3.1.0",
  62. "rfdc": "^1.1.2",
  63. "streamroller": "0.7.0"
  64. },
  65. "deprecated": false,
  66. "description": "Port of Log4js to work with node.",
  67. "devDependencies": {
  68. "@log4js-node/sandboxed-module": "^2.1.0",
  69. "codecov": "^3.0.2",
  70. "conventional-changelog": "^1.1.24",
  71. "deep-freeze": "0.0.1",
  72. "eslint": "^4.19.1",
  73. "eslint-config-airbnb-base": "^12.1.0",
  74. "eslint-import-resolver-node": "^0.3.1",
  75. "eslint-plugin-import": "^2.11.0",
  76. "husky": "^0.14.3",
  77. "nyc": "^11.7.3",
  78. "tap": "^11.1.5",
  79. "typescript": "^2.8.3",
  80. "validate-commit-msg": "^2.14.0"
  81. },
  82. "directories": {
  83. "test": "test",
  84. "lib": "lib"
  85. },
  86. "engines": {
  87. "node": ">=6.0"
  88. },
  89. "files": [
  90. "lib",
  91. "types"
  92. ],
  93. "homepage": "https://log4js-node.github.io/log4js-node/",
  94. "keywords": [
  95. "logging",
  96. "log",
  97. "log4j",
  98. "node"
  99. ],
  100. "license": "Apache-2.0",
  101. "main": "./lib/log4js",
  102. "name": "log4js",
  103. "nyc": {
  104. "all": true,
  105. "include": [
  106. "lib/**/*.js"
  107. ],
  108. "require": [
  109. "./test/sandbox-coverage"
  110. ]
  111. },
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/log4js-node/log4js-node.git"
  115. },
  116. "scripts": {
  117. "clean": "find test -type f ! -name '*.json' ! -name '*.js' ! -name '.eslintrc' -delete && rm *.log",
  118. "codecov": "tap 'test/tap/**/*.js' --cov --coverage-report=lcov && codecov",
  119. "commitmsg": "validate-commit-msg",
  120. "posttest": "npm run clean",
  121. "prepush": "npm test && npm run typings",
  122. "pretest": "eslint 'lib/**/*.js' 'test/**/*.js'",
  123. "test": "tap 'test/tap/**/*.js' --cov",
  124. "typings": "tsc -p types/tsconfig.json"
  125. },
  126. "types": "./types/log4js.d.ts",
  127. "version": "3.0.6"
  128. }