package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "hoek@2.16.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hoek@2.16.3",
  10. "_id": "hoek@2.16.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
  13. "_location": "/hoek",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hoek@2.16.3",
  19. "name": "hoek",
  20. "escapedName": "hoek",
  21. "rawSpec": "2.16.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.16.3"
  24. },
  25. "_requiredBy": [
  26. "/boom",
  27. "/hawk",
  28. "/sntp"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
  31. "_spec": "2.16.3",
  32. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  33. "bugs": {
  34. "url": "https://github.com/hapijs/hoek/issues"
  35. },
  36. "dependencies": {},
  37. "description": "General purpose node utilities",
  38. "devDependencies": {
  39. "code": "1.x.x",
  40. "lab": "5.x.x"
  41. },
  42. "engines": {
  43. "node": ">=0.10.40"
  44. },
  45. "homepage": "https://github.com/hapijs/hoek#readme",
  46. "keywords": [
  47. "utilities"
  48. ],
  49. "license": "BSD-3-Clause",
  50. "main": "lib/index.js",
  51. "name": "hoek",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/hapijs/hoek.git"
  55. },
  56. "scripts": {
  57. "test": "lab -a code -t 100 -L",
  58. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  59. },
  60. "version": "2.16.3"
  61. }