package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "agentkeepalive",
  3. "version": "4.2.1",
  4. "description": "Missing keepalive http.Agent",
  5. "main": "index.js",
  6. "browser": "browser.js",
  7. "files": [
  8. "index.js",
  9. "index.d.ts",
  10. "browser.js",
  11. "lib"
  12. ],
  13. "scripts": {
  14. "test": "npm run lint && egg-bin test --full-trace",
  15. "test-local": "egg-bin test --full-trace",
  16. "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
  17. "ci": "npm run lint && npm run cov",
  18. "lint": "eslint lib test index.js",
  19. "autod": "autod"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/node-modules/agentkeepalive.git"
  24. },
  25. "bugs": {
  26. "url": "https://github.com/node-modules/agentkeepalive/issues"
  27. },
  28. "keywords": [
  29. "http",
  30. "https",
  31. "agent",
  32. "keepalive",
  33. "agentkeepalive",
  34. "HttpAgent",
  35. "HttpsAgent"
  36. ],
  37. "dependencies": {
  38. "debug": "^4.1.0",
  39. "depd": "^1.1.2",
  40. "humanize-ms": "^1.2.1"
  41. },
  42. "devDependencies": {
  43. "autod": "^3.0.1",
  44. "coffee": "^5.3.0",
  45. "cross-env": "^6.0.3",
  46. "egg-bin": "^4.9.0",
  47. "egg-ci": "^1.10.0",
  48. "eslint": "^5.7.0",
  49. "eslint-config-egg": "^7.1.0",
  50. "mm": "^2.4.1",
  51. "pedding": "^1.1.0",
  52. "typescript": "^3.8.3"
  53. },
  54. "engines": {
  55. "node": ">= 8.0.0"
  56. },
  57. "ci": {
  58. "type": "github",
  59. "os": {
  60. "github": "linux"
  61. },
  62. "version": "8, 10, 12, 14, 16"
  63. },
  64. "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
  65. "license": "MIT"
  66. }