package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "hexo-log@^2.0.0",
  3. "_id": "hexo-log@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U7zdDae74pXcyhQEyNmpJdq3UI6zWKxQ7/zLoMr/d3CBRdIfB5yO8DWqKUnewfibYv0gODyTWUIhxQDWuwloow==",
  6. "_location": "/hexo-log",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hexo-log@^2.0.0",
  12. "name": "hexo-log",
  13. "escapedName": "hexo-log",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/hexo",
  20. "/hexo/hexo-cli"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/hexo-log/-/hexo-log-2.0.0.tgz",
  23. "_shasum": "1dcc8e960029b08b21994fe2c56c4e3d6346e893",
  24. "_spec": "hexo-log@^2.0.0",
  25. "_where": "/var/www/AfterAales/node_modules/hexo",
  26. "author": {
  27. "name": "Tommy Chen",
  28. "email": "tommy351@gmail.com",
  29. "url": "http://zespia.tw"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/hexojs/hexo-log/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "chalk": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Logger for Hexo",
  40. "devDependencies": {
  41. "chai": "^4.1.2",
  42. "chai-as-promised": "^7.1.1",
  43. "eslint": "^7.1.0",
  44. "eslint-config-hexo": "^4.0.0",
  45. "mocha": "^8.0.1",
  46. "nyc": "^15.0.0",
  47. "rewire": "^5.0.0",
  48. "sinon": "^9.0.2"
  49. },
  50. "directories": {
  51. "lib": "./lib"
  52. },
  53. "engines": {
  54. "node": ">=10.13.0"
  55. },
  56. "files": [
  57. "lib/"
  58. ],
  59. "homepage": "http://hexo.io/",
  60. "keywords": [
  61. "website",
  62. "blog",
  63. "cms",
  64. "framework",
  65. "hexo"
  66. ],
  67. "license": "MIT",
  68. "main": "lib/log.js",
  69. "maintainers": [
  70. {
  71. "name": "Abner Chou",
  72. "email": "hi@abnerchou.me",
  73. "url": "http://abnerchou.me"
  74. }
  75. ],
  76. "name": "hexo-log",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/hexojs/hexo-log.git"
  80. },
  81. "scripts": {
  82. "eslint": "eslint .",
  83. "test": "mocha test/index.js",
  84. "test-cov": "nyc npm run test"
  85. },
  86. "version": "2.0.0"
  87. }