package.json 1.8 KB

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