package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "hoek@4.2.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "hoek@4.2.1",
  9. "_id": "hoek@4.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==",
  12. "_location": "/hoek",
  13. "_optional": true,
  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. "/boom",
  27. "/cryptiles/boom",
  28. "/hawk",
  29. "/sntp"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz",
  32. "_spec": "4.2.1",
  33. "_where": "D:\\projects\\dealer_front",
  34. "bugs": {
  35. "url": "https://github.com/hapijs/hoek/issues"
  36. },
  37. "dependencies": {},
  38. "description": "General purpose node utilities",
  39. "devDependencies": {
  40. "code": "4.x.x",
  41. "lab": "13.x.x"
  42. },
  43. "engines": {
  44. "node": ">=4.0.0"
  45. },
  46. "homepage": "https://github.com/hapijs/hoek#readme",
  47. "keywords": [
  48. "utilities"
  49. ],
  50. "license": "BSD-3-Clause",
  51. "main": "lib/index.js",
  52. "name": "hoek",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/hapijs/hoek.git"
  56. },
  57. "scripts": {
  58. "test": "lab -a code -t 100 -L",
  59. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  60. },
  61. "version": "4.2.1"
  62. }