Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « agentkeepalive « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9027d554d1b6cc14e841c3492d8c582635a8f0bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "name": "agentkeepalive",
  "version": "4.1.4",
  "description": "Missing keepalive http.Agent",
  "main": "index.js",
  "browser": "browser.js",
  "files": [
    "index.js",
    "index.d.ts",
    "browser.js",
    "lib"
  ],
  "scripts": {
    "test": "npm run lint && egg-bin test --full-trace",
    "test-local": "egg-bin test --full-trace",
    "cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
    "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",
    "HttpAgent",
    "HttpsAgent"
  ],
  "dependencies": {
    "debug": "^4.1.0",
    "depd": "^1.1.2",
    "humanize-ms": "^1.2.1"
  },
  "devDependencies": {
    "autod": "^3.0.1",
    "coffee": "^5.3.0",
    "cross-env": "^6.0.3",
    "egg-bin": "^4.9.0",
    "egg-ci": "^1.10.0",
    "eslint": "^5.7.0",
    "eslint-config-egg": "^7.1.0",
    "mm": "^2.4.1",
    "pedding": "^1.1.0",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "ci": {
    "type": "github",
    "os": {
      "github": "linux"
    },
    "version": "8, 10, 12, 14"
  },
  "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
  "license": "MIT"
}