package.json 2.2 KB

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