package.json 3.3 KB

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