package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@hapi/joi@15.1.1",
  5. "E:\\item\\newItem\\admin"
  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-plugin-babel/@vue/cli-shared-utils",
  28. "/@vue/cli-plugin-eslint/@vue/cli-shared-utils",
  29. "/@vue/cli-shared-utils"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz",
  32. "_spec": "15.1.1",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "bugs": {
  35. "url": "https://github.com/hapijs/joi/issues"
  36. },
  37. "dependencies": {
  38. "@hapi/address": "2.x.x",
  39. "@hapi/bourne": "1.x.x",
  40. "@hapi/hoek": "8.x.x",
  41. "@hapi/topo": "3.x.x"
  42. },
  43. "description": "Object schema validation",
  44. "devDependencies": {
  45. "@hapi/code": "6.x.x",
  46. "@hapi/lab": "20.x.x"
  47. },
  48. "homepage": "https://github.com/hapijs/joi",
  49. "keywords": [
  50. "schema",
  51. "validation"
  52. ],
  53. "license": "BSD-3-Clause",
  54. "main": "lib/index.js",
  55. "name": "@hapi/joi",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/hapijs/joi.git"
  59. },
  60. "scripts": {
  61. "test": "lab -t 100 -a @hapi/code -L",
  62. "test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
  63. },
  64. "version": "15.1.1"
  65. }