package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "triple-beam@1.4.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "triple-beam@1.4.1",
  9. "_id": "triple-beam@1.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==",
  12. "_location": "/triple-beam",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "triple-beam@1.4.1",
  18. "name": "triple-beam",
  19. "escapedName": "triple-beam",
  20. "rawSpec": "1.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.1"
  23. },
  24. "_requiredBy": [
  25. "/logform",
  26. "/winston",
  27. "/winston-daily-rotate-file",
  28. "/winston-transport"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/triple-beam/-/triple-beam-1.4.1.tgz",
  31. "_spec": "1.4.1",
  32. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  33. "author": {
  34. "name": "Charlie Robbins",
  35. "email": "charlie.robbins@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/winstonjs/triple-beam/issues"
  39. },
  40. "description": "Definitions of levels for logging purposes & shareable Symbol constants.",
  41. "devDependencies": {
  42. "@dabh/eslint-config-populist": "^5.0.0",
  43. "assume": "^2.0.1",
  44. "mocha": "^10.2.0",
  45. "nyc": "^15.1.0",
  46. "typescript": "^5.1.6"
  47. },
  48. "engines": {
  49. "node": ">= 14.0.0"
  50. },
  51. "homepage": "https://github.com/winstonjs/triple-beam#readme",
  52. "keywords": [
  53. "winstonjs",
  54. "winston",
  55. "logging",
  56. "logform",
  57. "symbols",
  58. "logs",
  59. "levels"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "triple-beam",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/winstonjs/triple-beam.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint config/*.js index.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
  70. "pretest": "npm run lint",
  71. "test": "nyc mocha test.js"
  72. },
  73. "version": "1.4.1"
  74. }