package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@hapi/hoek@8.x.x",
  3. "_id": "@hapi/hoek@8.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==",
  6. "_location": "/@hapi/hoek",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@hapi/hoek@8.x.x",
  12. "name": "@hapi/hoek",
  13. "escapedName": "@hapi%2fhoek",
  14. "scope": "@hapi",
  15. "rawSpec": "8.x.x",
  16. "saveSpec": null,
  17. "fetchSpec": "8.x.x"
  18. },
  19. "_requiredBy": [
  20. "/@hapi/joi",
  21. "/@hapi/topo"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz",
  24. "_shasum": "fde96064ca446dec8c55a8c2f130957b070c6e06",
  25. "_spec": "@hapi/hoek@8.x.x",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@hapi\\joi",
  27. "bugs": {
  28. "url": "https://github.com/hapijs/hoek/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {},
  32. "deprecated": "This version has been deprecated and is no longer supported or maintained",
  33. "description": "General purpose node utilities",
  34. "devDependencies": {
  35. "@hapi/code": "6.x.x",
  36. "@hapi/lab": "20.x.x"
  37. },
  38. "files": [
  39. "lib"
  40. ],
  41. "homepage": "https://github.com/hapijs/hoek#readme",
  42. "keywords": [
  43. "utilities"
  44. ],
  45. "license": "BSD-3-Clause",
  46. "main": "lib/index.js",
  47. "name": "@hapi/hoek",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/hapijs/hoek.git"
  51. },
  52. "scripts": {
  53. "test": "lab -a @hapi/code -t 100 -L -Y",
  54. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  55. },
  56. "types": "lib/index.d.ts",
  57. "version": "8.5.1"
  58. }