package.json 2.1 KB

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