package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "file-stream-rotator@0.6.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "file-stream-rotator@0.6.1",
  9. "_id": "file-stream-rotator@0.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-u+dBid4PvZw17PmDeRcNOtCP9CCK/9lRN2w+r1xIS7yOL9JFrIBKTvrYsxT4P0pGtThYTn++QS5ChHaUov3+zQ==",
  12. "_location": "/file-stream-rotator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "file-stream-rotator@0.6.1",
  18. "name": "file-stream-rotator",
  19. "escapedName": "file-stream-rotator",
  20. "rawSpec": "0.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.1"
  23. },
  24. "_requiredBy": [
  25. "/winston-daily-rotate-file"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/file-stream-rotator/-/file-stream-rotator-0.6.1.tgz",
  28. "_spec": "0.6.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Roger Castells"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/rogerc/file-stream-rotator/issues"
  35. },
  36. "dependencies": {
  37. "moment": "^2.29.1"
  38. },
  39. "description": "Automated stream rotation useful for log files",
  40. "homepage": "https://github.com/rogerc/file-stream-rotator#readme",
  41. "keywords": [
  42. "stream",
  43. "express",
  44. "restify",
  45. "connect",
  46. "rotate",
  47. "file",
  48. "minute",
  49. "hourly",
  50. "daily",
  51. "logrotate"
  52. ],
  53. "license": "MIT",
  54. "main": "FileStreamRotator.js",
  55. "name": "file-stream-rotator",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/rogerc/file-stream-rotator.git"
  59. },
  60. "scripts": {
  61. "test": "node test.js"
  62. },
  63. "version": "0.6.1"
  64. }