package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "warehouse@^4.0.0",
  3. "_id": "warehouse@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GixS7SolBGu81rnxYM6bScxdElLM97Jx/kr0a6B6PGBWFqvHeuWFj7QbgEX1YWZSxiJt/aR6dBVQKC/PvvihdQ==",
  6. "_location": "/warehouse",
  7. "_phantomChildren": {
  8. "picocolors": "1.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "warehouse@^4.0.0",
  14. "name": "warehouse",
  15. "escapedName": "warehouse",
  16. "rawSpec": "^4.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.0.0"
  19. },
  20. "_requiredBy": [
  21. "/hexo"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/warehouse/-/warehouse-4.0.2.tgz",
  24. "_shasum": "5ea59381c59e2187bcd77d25d8a628b1e1ffc53d",
  25. "_spec": "warehouse@^4.0.0",
  26. "_where": "/var/www/AfterAales/node_modules/hexo",
  27. "author": {
  28. "name": "Tommy Chen",
  29. "email": "tommy351@gmail.com",
  30. "url": "http://zespia.tw"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/hexojs/warehouse/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "bluebird": "^3.2.2",
  38. "cuid": "^2.1.4",
  39. "graceful-fs": "^4.1.3",
  40. "hexo-log": "^3.0.0",
  41. "is-plain-object": "^5.0.0",
  42. "jsonparse": "^1.3.1",
  43. "rfdc": "^1.1.4",
  44. "through2": "^4.0.2"
  45. },
  46. "deprecated": false,
  47. "description": "Simple JSON-based database",
  48. "devDependencies": {
  49. "chai": "^4.2.0",
  50. "chai-as-promised": "^7.1.1",
  51. "eslint": "^8.1.0",
  52. "eslint-config-hexo": "^5.0.0",
  53. "jsdoc": "^3.4.0",
  54. "lodash": "^4.17.15",
  55. "minami": "^1.1.1",
  56. "mocha": "^9.2.0",
  57. "nyc": "^15.0.0",
  58. "sinon": "^9.0.2"
  59. },
  60. "directories": {
  61. "lib": "./lib"
  62. },
  63. "engines": {
  64. "node": ">=10.13.0"
  65. },
  66. "files": [
  67. "lib/"
  68. ],
  69. "homepage": "https://github.com/hexojs/warehouse#readme",
  70. "keywords": [
  71. "database",
  72. "json",
  73. "db"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/database",
  77. "name": "warehouse",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/hexojs/warehouse.git"
  81. },
  82. "scripts": {
  83. "eslint": "eslint lib test",
  84. "jsdoc": "jsdoc --configure .jsdoc.json",
  85. "test": "mocha \"test/scripts/**/*.js\"",
  86. "test-cov": "nyc --reporter=lcovonly --reporter=text-summary npm test"
  87. },
  88. "version": "4.0.2"
  89. }