1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "agentkeepalive",
- "version": "3.4.1",
- "description": "Missing keepalive http.Agent",
- "main": "index.js",
- "browser": "browser.js",
- "files": [
- "index.js",
- "browser.js",
- "lib"
- ],
- "scripts": {
- "test": "egg-bin test",
- "cov": "egg-bin cov",
- "ci": "npm run lint && npm run cov",
- "lint": "eslint lib test index.js",
- "autod": "autod"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/agentkeepalive.git"
- },
- "bugs": {
- "url": "https://github.com/node-modules/agentkeepalive/issues"
- },
- "keywords": [
- "http",
- "https",
- "agent",
- "keepalive",
- "agentkeepalive"
- ],
- "dependencies": {
- "humanize-ms": "^1.2.1"
- },
- "devDependencies": {
- "autod": "^2.8.0",
- "egg-bin": "^1.10.3",
- "egg-ci": "^1.7.0",
- "eslint": "^3.19.0",
- "eslint-config-egg": "^4.2.0",
- "pedding": "^1.1.0"
- },
- "engines": {
- "node": ">= 4.0.0"
- },
- "ci": {
- "version": "4.3.2, 4, 6, 8, 9"
- },
- "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
- "license": "MIT"
- }
|