package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "agentkeepalive",
  3. "version": "3.5.2",
  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": "egg-bin test",
  15. "cov": "egg-bin cov",
  16. "ci": "npm run lint && npm run cov",
  17. "lint": "eslint lib test index.js",
  18. "autod": "autod"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git://github.com/node-modules/agentkeepalive.git"
  23. },
  24. "bugs": {
  25. "url": "https://github.com/node-modules/agentkeepalive/issues"
  26. },
  27. "keywords": [
  28. "http",
  29. "https",
  30. "agent",
  31. "keepalive",
  32. "agentkeepalive"
  33. ],
  34. "dependencies": {
  35. "humanize-ms": "^1.2.1"
  36. },
  37. "devDependencies": {
  38. "autod": "^3.0.1",
  39. "egg-bin": "^1.11.1",
  40. "egg-ci": "^1.8.0",
  41. "eslint": "^4.19.1",
  42. "eslint-config-egg": "^6.0.0",
  43. "pedding": "^1.1.0"
  44. },
  45. "engines": {
  46. "node": ">= 4.0.0"
  47. },
  48. "ci": {
  49. "version": "4, 6, 8, 10"
  50. },
  51. "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
  52. "license": "MIT",
  53. "__npminstall_done": "Thu Dec 24 2020 20:20:34 GMT+0800 (CST)",
  54. "_from": "agentkeepalive@3.5.2",
  55. "_resolved": "https://registry.npm.taobao.org/agentkeepalive/download/agentkeepalive-3.5.2.tgz?cache=0&sync_timestamp=1592194144773&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fagentkeepalive%2Fdownload%2Fagentkeepalive-3.5.2.tgz"
  56. }