package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "winston@3.14.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "winston@3.14.1",
  9. "_id": "winston@3.14.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-CJi4Il/msz8HkdDfXOMu+r5Au/oyEjFiOZzbX2d23hRLY0narGjqfE5lFlrT5hfYJhPtM8b85/GNFsxIML/RVA==",
  12. "_location": "/winston",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "winston@3.14.1",
  18. "name": "winston",
  19. "escapedName": "winston",
  20. "rawSpec": "3.14.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.14.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/winston/-/winston-3.14.1.tgz",
  28. "_spec": "3.14.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Charlie Robbins",
  32. "email": "charlie.robbins@gmail.com"
  33. },
  34. "browser": "./dist/winston",
  35. "bugs": {
  36. "url": "https://github.com/winstonjs/winston/issues"
  37. },
  38. "dependencies": {
  39. "@colors/colors": "^1.6.0",
  40. "@dabh/diagnostics": "^2.0.2",
  41. "async": "^3.2.3",
  42. "is-stream": "^2.0.0",
  43. "logform": "^2.6.0",
  44. "one-time": "^1.0.0",
  45. "readable-stream": "^3.4.0",
  46. "safe-stable-stringify": "^2.3.1",
  47. "stack-trace": "0.0.x",
  48. "triple-beam": "^1.3.0",
  49. "winston-transport": "^4.7.0"
  50. },
  51. "description": "A logger for just about everything.",
  52. "devDependencies": {
  53. "@babel/cli": "^7.23.9",
  54. "@babel/core": "^7.24.0",
  55. "@babel/preset-env": "^7.24.0",
  56. "@dabh/eslint-config-populist": "^4.4.0",
  57. "@types/node": "^20.11.24",
  58. "abstract-winston-transport": "^0.5.1",
  59. "assume": "^2.2.0",
  60. "cross-spawn-async": "^2.2.5",
  61. "eslint": "^8.57.0",
  62. "hock": "^1.4.1",
  63. "mocha": "^10.3.0",
  64. "nyc": "^15.1.0",
  65. "rimraf": "5.0.1",
  66. "split2": "^4.1.0",
  67. "std-mocks": "^2.0.0",
  68. "through2": "^4.0.2",
  69. "winston-compat": "^0.1.5"
  70. },
  71. "engines": {
  72. "node": ">= 12.0.0"
  73. },
  74. "homepage": "https://github.com/winstonjs/winston#readme",
  75. "keywords": [
  76. "winston",
  77. "logger",
  78. "logging",
  79. "logs",
  80. "sysadmin",
  81. "bunyan",
  82. "pino",
  83. "loglevel",
  84. "tools",
  85. "json",
  86. "stream"
  87. ],
  88. "license": "MIT",
  89. "main": "./lib/winston.js",
  90. "maintainers": [
  91. {
  92. "name": "David Hyde",
  93. "email": "dabh@alumni.stanford.edu"
  94. }
  95. ],
  96. "name": "winston",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/winstonjs/winston.git"
  100. },
  101. "scripts": {
  102. "build": "rimraf dist && babel lib -d dist",
  103. "lint": "eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
  104. "prepublishOnly": "npm run build",
  105. "test": "rimraf test/fixtures/logs/* && mocha",
  106. "test:coverage": "nyc npm run test:unit",
  107. "test:integration": "mocha test/integration",
  108. "test:unit": "mocha test/unit"
  109. },
  110. "types": "./index.d.ts",
  111. "version": "3.14.1"
  112. }