package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "winston-transport@4.7.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "winston-transport@4.7.1",
  9. "_id": "winston-transport@4.7.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wQCXXVgfv/wUPOfb2x0ruxzwkcZfxcktz6JIMUaPLmcNhO4bZTwA/WtDWK74xV3F2dKu8YadrFv0qhwYjVEwhA==",
  12. "_location": "/winston-transport",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "winston-transport@4.7.1",
  18. "name": "winston-transport",
  19. "escapedName": "winston-transport",
  20. "rawSpec": "4.7.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.7.1"
  23. },
  24. "_requiredBy": [
  25. "/winston",
  26. "/winston-daily-rotate-file"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/winston-transport/-/winston-transport-4.7.1.tgz",
  29. "_spec": "4.7.1",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Charlie Robbins",
  33. "email": "charlie.robbins@gmail.com"
  34. },
  35. "browser": "dist/index.js",
  36. "bugs": {
  37. "url": "https://github.com/winstonjs/winston-transport/issues"
  38. },
  39. "dependencies": {
  40. "logform": "^2.6.1",
  41. "readable-stream": "^3.6.2",
  42. "triple-beam": "^1.3.0"
  43. },
  44. "description": "Base stream implementations for winston@3 and up.",
  45. "devDependencies": {
  46. "@dabh/eslint-config-populist": "^4.4.0",
  47. "@types/node": "^20.14.10",
  48. "abstract-winston-transport": ">=0.5.1",
  49. "assume": "^2.3.0",
  50. "babel-cli": "^6.26.0",
  51. "babel-preset-env": "^1.7.0",
  52. "deep-equal": "^2.0.5",
  53. "eslint": "^9.6.0",
  54. "mocha": "^10.6.0",
  55. "nyc": "^17.0.0",
  56. "rimraf": "^6.0.1",
  57. "winston-compat": "^0.1.5"
  58. },
  59. "engines": {
  60. "node": ">= 12.0.0"
  61. },
  62. "homepage": "https://github.com/winstonjs/winston-transport#readme",
  63. "keywords": [
  64. "winston",
  65. "transport",
  66. "winston3"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "winston-transport",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+ssh://git@github.com/winstonjs/winston-transport.git"
  74. },
  75. "scripts": {
  76. "build": "rimraf dist && babel *.js -d ./dist",
  77. "lint": "ESLINT_USE_FLAT_CONFIG=false eslint test/*.js index.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
  78. "prepublishOnly": "npm run build",
  79. "pretest": "npm run lint && npm run build",
  80. "report": "nyc report --reporter=lcov",
  81. "test": "nyc mocha test/*.test.js"
  82. },
  83. "version": "4.7.1"
  84. }