package.json 1.9 KB

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