選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "agentkeepalive",
  3. "version": "4.5.0",
  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. "contributor": "git-contributor",
  15. "test": "npm run lint && egg-bin test --full-trace",
  16. "test-local": "egg-bin test --full-trace",
  17. "cov": "cross-env NODE_DEBUG=agentkeepalive egg-bin cov --full-trace",
  18. "ci": "npm run lint && npm run cov",
  19. "lint": "eslint lib test index.js"
  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. "humanize-ms": "^1.2.1"
  39. },
  40. "devDependencies": {
  41. "coffee": "^5.3.0",
  42. "cross-env": "^6.0.3",
  43. "egg-bin": "^4.9.0",
  44. "eslint": "^5.7.0",
  45. "eslint-config-egg": "^7.1.0",
  46. "git-contributor": "^2.0.0",
  47. "mm": "^2.4.1",
  48. "pedding": "^1.1.0",
  49. "typescript": "^3.8.3"
  50. },
  51. "engines": {
  52. "node": ">= 8.0.0"
  53. },
  54. "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
  55. "license": "MIT"
  56. }