用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
976 B

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "name": "digest-header",
  3. "version": "1.1.0",
  4. "description": "Digest access authentication header helper",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "scripts": {
  10. "lint": "echo 'ignore'",
  11. "test": "egg-bin test",
  12. "ci": "egg-bin cov"
  13. },
  14. "dependencies": {},
  15. "devDependencies": {
  16. "contributors": "*",
  17. "egg-bin": "^4.20.0",
  18. "should": "3.2.0"
  19. },
  20. "homepage": "https://github.com/node-modules/digest-header",
  21. "repository": {
  22. "type": "git",
  23. "url": "git@github.com:node-modules/digest-header.git"
  24. },
  25. "bugs": {
  26. "url": "https://github.com/node-modules/digest-header/issues"
  27. },
  28. "keywords": [
  29. "digest",
  30. "http-digest",
  31. "baseauth",
  32. "www-authenticate",
  33. "authentication",
  34. "http-authentication",
  35. "digestauth",
  36. "digest-auth",
  37. "digest-header"
  38. ],
  39. "engines": {
  40. "node": ">= 8.0.0"
  41. },
  42. "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
  43. "license": "MIT"
  44. }