package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "hoek@2.16.3",
  5. "E:\\item\\newItem\\admin"
  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. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "hoek@2.16.3",
  20. "name": "hoek",
  21. "escapedName": "hoek",
  22. "rawSpec": "2.16.3",
  23. "saveSpec": null,
  24. "fetchSpec": "2.16.3"
  25. },
  26. "_requiredBy": [
  27. "/boom",
  28. "/hawk",
  29. "/sntp"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
  32. "_spec": "2.16.3",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "bugs": {
  35. "url": "https://github.com/hapijs/hoek/issues"
  36. },
  37. "dependencies": {},
  38. "description": "General purpose node utilities",
  39. "devDependencies": {
  40. "code": "1.x.x",
  41. "lab": "5.x.x"
  42. },
  43. "engines": {
  44. "node": ">=0.10.40"
  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": "2.16.3"
  62. }