用工小程序前端代码
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.

50 lines
1.0 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "name": "agentkeepalive",
  3. "version": "3.5.3",
  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. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/node-modules/agentkeepalive.git"
  22. },
  23. "bugs": {
  24. "url": "https://github.com/node-modules/agentkeepalive/issues"
  25. },
  26. "keywords": [
  27. "http",
  28. "https",
  29. "agent",
  30. "keepalive",
  31. "agentkeepalive"
  32. ],
  33. "dependencies": {
  34. "humanize-ms": "^1.2.1"
  35. },
  36. "devDependencies": {
  37. "egg-bin": "^1.11.1",
  38. "eslint": "^4.19.1",
  39. "eslint-config-egg": "^6.0.0",
  40. "pedding": "^1.1.0"
  41. },
  42. "engines": {
  43. "node": ">= 4.0.0"
  44. },
  45. "publishConfig": {
  46. "tag": "latest-3"
  47. },
  48. "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
  49. "license": "MIT"
  50. }