package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "hoek@4.2.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hoek@4.x.x",
  10. "_id": "hoek@4.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==",
  13. "_location": "/hoek",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hoek@4.2.1",
  19. "name": "hoek",
  20. "escapedName": "hoek",
  21. "rawSpec": "4.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.1"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/boom",
  28. "/cryptiles/boom",
  29. "/hawk",
  30. "/sntp"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz",
  33. "_shasum": "9634502aa12c445dd5a7c5734b572bb8738aacbb",
  34. "_spec": "4.2.1",
  35. "_where": "E:\\vscode\\UseStudio.Desktop",
  36. "bugs": {
  37. "url": "https://github.com/hapijs/hoek/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {},
  41. "deprecated": false,
  42. "description": "General purpose node utilities",
  43. "devDependencies": {
  44. "code": "4.x.x",
  45. "lab": "13.x.x"
  46. },
  47. "engines": {
  48. "node": ">=4.0.0"
  49. },
  50. "homepage": "https://github.com/hapijs/hoek#readme",
  51. "keywords": [
  52. "utilities"
  53. ],
  54. "license": "BSD-3-Clause",
  55. "main": "lib/index.js",
  56. "name": "hoek",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/hapijs/hoek.git"
  60. },
  61. "scripts": {
  62. "test": "lab -a code -t 100 -L",
  63. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  64. },
  65. "version": "4.2.1"
  66. }