package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "winston-daily-rotate-file@5.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "winston-daily-rotate-file@5.0.0",
  9. "_id": "winston-daily-rotate-file@5.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JDjiXXkM5qvwY06733vf09I2wnMXpZEhxEVOSPenZMii+g7pcDcTBt2MRugnoi8BwVSuCT2jfRXBUy+n1Zz/Yw==",
  12. "_location": "/winston-daily-rotate-file",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "winston-daily-rotate-file@5.0.0",
  18. "name": "winston-daily-rotate-file",
  19. "escapedName": "winston-daily-rotate-file",
  20. "rawSpec": "5.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.0.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/winston-daily-rotate-file/-/winston-daily-rotate-file-5.0.0.tgz",
  28. "_spec": "5.0.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Charlie Robbins",
  32. "email": "charlie.robbins@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/winstonjs/winston-daily-rotate-file/issues"
  36. },
  37. "dependencies": {
  38. "file-stream-rotator": "^0.6.1",
  39. "object-hash": "^3.0.0",
  40. "triple-beam": "^1.4.1",
  41. "winston-transport": "^4.7.0"
  42. },
  43. "description": "A transport for winston which logs to a rotating file each day.",
  44. "devDependencies": {
  45. "@alcalzone/release-script": "^3.7.0",
  46. "@alcalzone/release-script-plugin-license": "^3.7.0",
  47. "chai": "^4.4.1",
  48. "eslint": "^8.56.0",
  49. "eslint-plugin-node": "^11.1.0",
  50. "mocha": "^10.2.0",
  51. "rimraf": "^5.0.5",
  52. "threads": "^1.7.0"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "daily-rotate-file.js",
  59. "index.js",
  60. "index.d.ts"
  61. ],
  62. "homepage": "https://github.com/winstonjs/winston-daily-rotate-file#readme",
  63. "keywords": [
  64. "winston",
  65. "daily-rotate-file",
  66. "log-rotate",
  67. "logrotate"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "winston-daily-rotate-file",
  72. "peerDependencies": {
  73. "winston": "^3"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/winstonjs/winston-daily-rotate-file.git"
  78. },
  79. "scripts": {
  80. "release": "release-script",
  81. "test": "mocha --ignore **/*.worker.js && eslint ."
  82. },
  83. "types": "index.d.ts",
  84. "version": "5.0.0"
  85. }