package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "hoek@2.x.x",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/hawk"
  6. ]
  7. ],
  8. "_from": "hoek@>=2.0.0 <3.0.0",
  9. "_id": "hoek@2.16.3",
  10. "_inCache": true,
  11. "_location": "/hoek",
  12. "_nodeVersion": "4.1.0",
  13. "_npmUser": {
  14. "email": "quitlahok@gmail.com",
  15. "name": "nlf"
  16. },
  17. "_npmVersion": "3.3.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "hoek",
  21. "raw": "hoek@2.x.x",
  22. "rawSpec": "2.x.x",
  23. "scope": null,
  24. "spec": ">=2.0.0 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/boom",
  29. "/hawk",
  30. "/sntp"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
  33. "_shasum": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
  34. "_shrinkwrap": null,
  35. "_spec": "hoek@2.x.x",
  36. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/hawk",
  37. "bugs": {
  38. "url": "https://github.com/hapijs/hoek/issues"
  39. },
  40. "dependencies": {},
  41. "description": "General purpose node utilities",
  42. "devDependencies": {
  43. "code": "1.x.x",
  44. "lab": "5.x.x"
  45. },
  46. "directories": {},
  47. "dist": {
  48. "shasum": "20bb7403d3cea398e91dc4710a8ff1b8274a25ed",
  49. "tarball": "http://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz"
  50. },
  51. "engines": {
  52. "node": ">=0.10.40"
  53. },
  54. "gitHead": "20f36e85616264d4b73a64a374803175213a9121",
  55. "homepage": "https://github.com/hapijs/hoek#readme",
  56. "installable": true,
  57. "keywords": [
  58. "utilities"
  59. ],
  60. "license": "BSD-3-Clause",
  61. "main": "lib/index.js",
  62. "maintainers": [
  63. {
  64. "name": "hueniverse",
  65. "email": "eran@hueniverse.com"
  66. },
  67. {
  68. "name": "wyatt",
  69. "email": "wpreul@gmail.com"
  70. },
  71. {
  72. "name": "nlf",
  73. "email": "quitlahok@gmail.com"
  74. }
  75. ],
  76. "name": "hoek",
  77. "optionalDependencies": {},
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/hapijs/hoek.git"
  81. },
  82. "scripts": {
  83. "test": "lab -a code -t 100 -L",
  84. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  85. },
  86. "version": "2.16.3"
  87. }