package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "hexo-fs@^3.1.0",
  3. "_id": "hexo-fs@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SfoDH7zlU9Iop+bAfEONXezbNIkpVX1QqjNCBYpapilZR+xVOCfTEdlNixanrKBbLGPb2fXqrdDBFgrKuiVGQQ==",
  6. "_location": "/hexo-fs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hexo-fs@^3.1.0",
  12. "name": "hexo-fs",
  13. "escapedName": "hexo-fs",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/hexo",
  20. "/hexo/hexo-cli"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/hexo-fs/-/hexo-fs-3.1.0.tgz",
  23. "_shasum": "2052ff72c68cda2c577a87aa0ea7980ae503fa99",
  24. "_spec": "hexo-fs@^3.1.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-fs/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "bluebird": "^3.5.1",
  37. "chokidar": "^3.0.0",
  38. "graceful-fs": "^4.1.11",
  39. "hexo-util": "^2.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "File system module for Hexo.",
  43. "devDependencies": {
  44. "chai": "^4.1.2",
  45. "eslint": "^7.0.0",
  46. "eslint-config-hexo": "^4.1.0",
  47. "mocha": "^7.0.0",
  48. "nyc": "^15.0.0"
  49. },
  50. "directories": {
  51. "lib": "./lib"
  52. },
  53. "engines": {
  54. "node": ">=10.13.0"
  55. },
  56. "files": [
  57. "lib/fs.js"
  58. ],
  59. "homepage": "https://hexo.io/",
  60. "keywords": [
  61. "file",
  62. "file system",
  63. "fs",
  64. "hexo"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/fs.js",
  68. "maintainers": [
  69. {
  70. "name": "Abner Chou",
  71. "email": "hi@abnerchou.me",
  72. "url": "http://abnerchou.me"
  73. }
  74. ],
  75. "name": "hexo-fs",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/hexojs/hexo-fs.git"
  79. },
  80. "scripts": {
  81. "eslint": "eslint .",
  82. "test": "mocha test/index.js",
  83. "test-cov": "nyc npm run test"
  84. },
  85. "version": "3.1.0"
  86. }