package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "@hapi/joi@15.1.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/joi@15.1.1",
  10. "_id": "@hapi/joi@15.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==",
  13. "_location": "/@hapi/joi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/joi@15.1.1",
  19. "name": "@hapi/joi",
  20. "escapedName": "@hapi%2fjoi",
  21. "scope": "@hapi",
  22. "rawSpec": "15.1.1",
  23. "saveSpec": null,
  24. "fetchSpec": "15.1.1"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-shared-utils"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@hapi/joi/-/joi-15.1.1.tgz",
  30. "_spec": "15.1.1",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/joi/issues"
  34. },
  35. "dependencies": {
  36. "@hapi/address": "2.x.x",
  37. "@hapi/bourne": "1.x.x",
  38. "@hapi/hoek": "8.x.x",
  39. "@hapi/topo": "3.x.x"
  40. },
  41. "description": "Object schema validation",
  42. "devDependencies": {
  43. "@hapi/code": "6.x.x",
  44. "@hapi/lab": "20.x.x"
  45. },
  46. "homepage": "https://github.com/hapijs/joi",
  47. "keywords": [
  48. "schema",
  49. "validation"
  50. ],
  51. "license": "BSD-3-Clause",
  52. "main": "lib/index.js",
  53. "name": "@hapi/joi",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/hapijs/joi.git"
  57. },
  58. "scripts": {
  59. "test": "lab -t 100 -a @hapi/code -L",
  60. "test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
  61. },
  62. "version": "15.1.1"
  63. }