package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "hawk@3.1.3",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hawk@3.1.3",
  10. "_id": "hawk@3.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=",
  13. "_location": "/hawk",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "hawk@3.1.3",
  20. "name": "hawk",
  21. "escapedName": "hawk",
  22. "rawSpec": "3.1.3",
  23. "saveSpec": null,
  24. "fetchSpec": "3.1.3"
  25. },
  26. "_requiredBy": [
  27. "/less/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
  30. "_spec": "3.1.3",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "Eran Hammer",
  34. "email": "eran@hammer.io",
  35. "url": "http://hueniverse.com"
  36. },
  37. "browser": "./lib/browser.js",
  38. "bugs": {
  39. "url": "https://github.com/hueniverse/hawk/issues"
  40. },
  41. "contributors": [],
  42. "dependencies": {
  43. "boom": "2.x.x",
  44. "cryptiles": "2.x.x",
  45. "hoek": "2.x.x",
  46. "sntp": "1.x.x"
  47. },
  48. "description": "HTTP Hawk Authentication Scheme",
  49. "devDependencies": {
  50. "code": "1.x.x",
  51. "lab": "5.x.x"
  52. },
  53. "engines": {
  54. "node": ">=0.10.32"
  55. },
  56. "homepage": "https://github.com/hueniverse/hawk#readme",
  57. "keywords": [
  58. "http",
  59. "authentication",
  60. "scheme",
  61. "hawk"
  62. ],
  63. "license": "BSD-3-Clause",
  64. "main": "lib/index.js",
  65. "name": "hawk",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/hueniverse/hawk.git"
  69. },
  70. "scripts": {
  71. "test": "lab -a code -t 100 -L",
  72. "test-cov-html": "lab -a code -r html -o coverage.html"
  73. },
  74. "version": "3.1.3"
  75. }