package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@hapi/joi@^15.1.0",
  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.1.0",
  12. "name": "@hapi/joi",
  13. "escapedName": "@hapi%2fjoi",
  14. "scope": "@hapi",
  15. "rawSpec": "^15.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^15.1.0"
  18. },
  19. "_requiredBy": [
  20. "/workbox-build"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz",
  23. "_shasum": "c675b8a71296f02833f8d6d243b34c57b8ce19d7",
  24. "_spec": "@hapi/joi@^15.1.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
  26. "bugs": {
  27. "url": "https://github.com/hapijs/joi/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@hapi/address": "2.x.x",
  32. "@hapi/bourne": "1.x.x",
  33. "@hapi/hoek": "8.x.x",
  34. "@hapi/topo": "3.x.x"
  35. },
  36. "deprecated": "Switch to 'npm install joi'",
  37. "description": "Object schema validation",
  38. "devDependencies": {
  39. "@hapi/code": "6.x.x",
  40. "@hapi/lab": "20.x.x"
  41. },
  42. "homepage": "https://github.com/hapijs/joi",
  43. "keywords": [
  44. "schema",
  45. "validation"
  46. ],
  47. "license": "BSD-3-Clause",
  48. "main": "lib/index.js",
  49. "name": "@hapi/joi",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/hapijs/joi.git"
  53. },
  54. "scripts": {
  55. "test": "lab -t 100 -a @hapi/code -L",
  56. "test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
  57. },
  58. "version": "15.1.1"
  59. }