1{ 2 "name": "agentkeepalive", 3 "version": "4.3.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 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 "debug": "^4.1.0", 39 "depd": "^2.0.0", 40 "humanize-ms": "^1.2.1" 41 }, 42 "devDependencies": { 43 "coffee": "^5.3.0", 44 "cross-env": "^6.0.3", 45 "egg-bin": "^4.9.0", 46 "eslint": "^5.7.0", 47 "eslint-config-egg": "^7.1.0", 48 "git-contributor": "^2.0.0", 49 "mm": "^2.4.1", 50 "pedding": "^1.1.0", 51 "typescript": "^3.8.3" 52 }, 53 "engines": { 54 "node": ">= 8.0.0" 55 }, 56 "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)", 57 "license": "MIT" 58} 59