package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "joi@14.3.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "joi@14.3.1",
  10. "_id": "joi@14.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-FkomLsC4VUZuDDXuoqiFrotscDw=",
  13. "_location": "/joi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "joi@14.3.1",
  19. "name": "joi",
  20. "escapedName": "joi",
  21. "rawSpec": "14.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "14.3.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-shared-utils"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/joi/download/joi-14.3.1.tgz",
  29. "_spec": "14.3.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "bugs": {
  32. "url": "https://github.com/hapijs/joi/issues"
  33. },
  34. "dependencies": {
  35. "hoek": "6.x.x",
  36. "isemail": "3.x.x",
  37. "topo": "3.x.x"
  38. },
  39. "description": "Object schema validation",
  40. "devDependencies": {
  41. "code": "5.x.x",
  42. "hapitoc": "1.x.x",
  43. "lab": "18.x.x"
  44. },
  45. "homepage": "https://github.com/hapijs/joi",
  46. "keywords": [
  47. "hapi",
  48. "schema",
  49. "validation"
  50. ],
  51. "license": "BSD-3-Clause",
  52. "main": "lib/index.js",
  53. "name": "joi",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/hapijs/joi.git"
  57. },
  58. "scripts": {
  59. "test": "lab -t 100 -a code -L",
  60. "test-cov-html": "lab -r html -o coverage.html -a code",
  61. "test-debug": "lab -a code",
  62. "toc": "hapitoc && node docs/check-errors-list.js",
  63. "version": "npm run toc && git add API.md README.md"
  64. },
  65. "version": "14.3.1"
  66. }