package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "digest-header@^0.0.1",
  3. "_id": "digest-header@0.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Qi0KOZgRnkQJuvMWbs1ZRRajEnbsMU8xlJI4rHIbPC+skHQ30heO5cIHpUFT4jAvAe+zPtdavLSAxASqoyZ3cg==",
  6. "_location": "/digest-header",
  7. "_phantomChildren": {
  8. "address": "1.2.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "digest-header@^0.0.1",
  14. "name": "digest-header",
  15. "escapedName": "digest-header",
  16. "rawSpec": "^0.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^0.0.1"
  19. },
  20. "_requiredBy": [
  21. "/urllib"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/digest-header/-/digest-header-0.0.1.tgz",
  24. "_shasum": "11ccf6deec5766ac379744d901c12cba49514be6",
  25. "_spec": "digest-header@^0.0.1",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\urllib",
  27. "author": {
  28. "name": "fengmk2",
  29. "email": "fengmk2@gmail.com",
  30. "url": "http://fengmk2.github.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/fengmk2/digest-header/issues",
  34. "email": "fengmk2@gmail.com"
  35. },
  36. "bundleDependencies": false,
  37. "config": {
  38. "cov": {
  39. "threshold": 100
  40. }
  41. },
  42. "contributors": [
  43. {
  44. "name": "fengmk2",
  45. "email": "fengmk2@gmail.com",
  46. "url": "https://github.com/fengmk2"
  47. }
  48. ],
  49. "dependencies": {
  50. "utility": "0.1.11"
  51. },
  52. "deprecated": false,
  53. "description": "Digest access authentication header helper",
  54. "devDependencies": {
  55. "autod": "*",
  56. "contributors": "*",
  57. "cov": "*",
  58. "istanbul-harmony": "*",
  59. "jshint": "*",
  60. "mocha": "*",
  61. "should": "3.2.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.10.0"
  65. },
  66. "homepage": "https://github.com/fengmk2/digest-header",
  67. "keywords": [
  68. "digest",
  69. "http-digest",
  70. "baseauth",
  71. "www-authenticate",
  72. "authentication",
  73. "http-authentication",
  74. "digestauth",
  75. "digest-auth",
  76. "digest-header"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "digest-header",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/fengmk2/digest-header.git",
  84. "web": "https://github.com/fengmk2/digest-header"
  85. },
  86. "scripts": {
  87. "test": "make test-all"
  88. },
  89. "version": "0.0.1"
  90. }