package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "logform@2.6.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "logform@2.6.1",
  9. "_id": "logform@2.6.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-CdaO738xRapbKIMVn2m4F6KTj4j7ooJ8POVnebSgKo3KBz5axNXRAL7ZdRjIV6NOr2Uf4vjtRkxrFETOioCqSA==",
  12. "_location": "/logform",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "logform@2.6.1",
  18. "name": "logform",
  19. "escapedName": "logform",
  20. "rawSpec": "2.6.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.6.1"
  23. },
  24. "_requiredBy": [
  25. "/winston",
  26. "/winston-transport"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/logform/-/logform-2.6.1.tgz",
  29. "_spec": "2.6.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/browser.js",
  36. "bugs": {
  37. "url": "https://github.com/winstonjs/logform/issues"
  38. },
  39. "dependencies": {
  40. "@colors/colors": "1.6.0",
  41. "@types/triple-beam": "^1.3.2",
  42. "fecha": "^4.2.0",
  43. "ms": "^2.1.1",
  44. "safe-stable-stringify": "^2.3.1",
  45. "triple-beam": "^1.3.0"
  46. },
  47. "description": "An mutable object-based log format designed for chaining & objectMode streams.",
  48. "devDependencies": {
  49. "@babel/cli": "^7.10.3",
  50. "@babel/core": "^7.10.3",
  51. "@babel/preset-env": "^7.10.3",
  52. "@dabh/eslint-config-populist": "^5.0.0",
  53. "assume": "^2.2.0",
  54. "eslint": "^8.8.0",
  55. "mocha": "^10.0.0",
  56. "nyc": "^15.1.0",
  57. "rimraf": "^5.0.5"
  58. },
  59. "engines": {
  60. "node": ">= 12.0.0"
  61. },
  62. "homepage": "https://github.com/winstonjs/logform#readme",
  63. "keywords": [
  64. "winston",
  65. "logging",
  66. "format",
  67. "winstonjs"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "logform",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/winstonjs/logform.git"
  75. },
  76. "scripts": {
  77. "build": "rimraf dist && babel *.js -d ./dist",
  78. "lint": "eslint *.js test/*.js examples/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
  79. "prepublishOnly": "npm run build",
  80. "pretest": "npm run lint && npm run build",
  81. "test": "nyc mocha test/*.test.js"
  82. },
  83. "types": "./index.d.ts",
  84. "version": "2.6.1"
  85. }