package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "hawk@6.0.2",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "hawk@~6.0.2",
  9. "_id": "hawk@6.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-miowhl2+U7Qle4vdLqDdPt9m09K6yZhkLDTWGoUiUzrQCn+mHHSmfJgAyGaLRZbPmTqfFFjRV1QWCW0VWUJBbQ==",
  12. "_location": "/hawk",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hawk@6.0.2",
  18. "name": "hawk",
  19. "escapedName": "hawk",
  20. "rawSpec": "6.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "6.0.2"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hawk/-/hawk-6.0.2.tgz",
  29. "_shasum": "af4d914eb065f9b5ce4d9d11c1cb2126eecc3038",
  30. "_spec": "6.0.2",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Eran Hammer",
  34. "email": "eran@hammer.io",
  35. "url": "http://hueniverse.com"
  36. },
  37. "babel": {
  38. "presets": [
  39. "es2015"
  40. ]
  41. },
  42. "browser": "dist/browser.js",
  43. "bugs": {
  44. "url": "https://github.com/hueniverse/hawk/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "boom": "4.x.x",
  49. "cryptiles": "3.x.x",
  50. "hoek": "4.x.x",
  51. "sntp": "2.x.x"
  52. },
  53. "deprecated": false,
  54. "description": "HTTP Hawk Authentication Scheme",
  55. "devDependencies": {
  56. "babel-cli": "^6.1.2",
  57. "babel-preset-es2015": "^6.1.2",
  58. "code": "4.x.x",
  59. "lab": "14.x.x"
  60. },
  61. "engines": {
  62. "node": ">=4.5.0"
  63. },
  64. "homepage": "https://github.com/hueniverse/hawk#readme",
  65. "keywords": [
  66. "http",
  67. "authentication",
  68. "scheme",
  69. "hawk"
  70. ],
  71. "license": "BSD-3-Clause",
  72. "main": "lib/index.js",
  73. "name": "hawk",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/hueniverse/hawk.git"
  77. },
  78. "scripts": {
  79. "build-client": "mkdir -p dist; babel lib/browser.js --out-file dist/browser.js",
  80. "prepublish": "npm run-script build-client",
  81. "test": "lab -a code -t 100 -L",
  82. "test-cov-html": "lab -a code -r html -o coverage.html"
  83. },
  84. "version": "6.0.2"
  85. }