package.json 828 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@hapi/joi",
  3. "description": "Object schema validation",
  4. "version": "15.1.1",
  5. "homepage": "https://github.com/hapijs/joi",
  6. "repository": "git://github.com/hapijs/joi",
  7. "main": "lib/index.js",
  8. "keywords": [
  9. "schema",
  10. "validation"
  11. ],
  12. "dependencies": {
  13. "@hapi/address": "2.x.x",
  14. "@hapi/bourne": "1.x.x",
  15. "@hapi/hoek": "8.x.x",
  16. "@hapi/topo": "3.x.x"
  17. },
  18. "devDependencies": {
  19. "@hapi/code": "6.x.x",
  20. "@hapi/lab": "20.x.x"
  21. },
  22. "scripts": {
  23. "test": "lab -t 100 -a @hapi/code -L",
  24. "test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
  25. },
  26. "license": "BSD-3-Clause",
  27. "__npminstall_done": "Thu Dec 24 2020 20:20:36 GMT+0800 (CST)",
  28. "_from": "@hapi/joi@15.1.1",
  29. "_resolved": "https://registry.npm.taobao.org/@hapi/joi/download/@hapi/joi-15.1.1.tgz"
  30. }