schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "_args": [
    [
      "egg-cluster@1.23.2",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "egg-cluster@1.23.2",
  "_id": "egg-cluster@1.23.2",
  "_inBundle": false,
  "_integrity": "sha512-wmdfk8TU3FvibppGBJglh807UNkF9ybJx2IjXkKk2SfnUireKeNUyxwMJCTbFKVWdBSC+13jN7a1PVqnltvFbA==",
  "_location": "/egg-cluster",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "egg-cluster@1.23.2",
    "name": "egg-cluster",
    "escapedName": "egg-cluster",
    "rawSpec": "1.23.2",
    "saveSpec": null,
    "fetchSpec": "1.23.2"
  },
  "_requiredBy": [
    "/egg"
  ],
  "_resolved": "https://registry.npmjs.org/egg-cluster/-/egg-cluster-1.23.2.tgz",
  "_spec": "1.23.2",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "dead-horse",
    "email": "dead_horse@qq.com"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg-cluster/issues"
  },
  "ci": {
    "version": "6, 8, 10"
  },
  "dependencies": {
    "await-event": "^2.1.0",
    "cfork": "^1.7.1",
    "cluster-reload": "^1.0.2",
    "co": "^4.6.0",
    "debug": "^4.1.1",
    "depd": "^2.0.0",
    "detect-port": "^1.3.0",
    "egg-logger": "^2.3.2",
    "egg-utils": "^2.4.1",
    "get-ready": "^2.0.1",
    "graceful-process": "^1.2.0",
    "is-type-of": "^1.2.1",
    "mz-modules": "^2.1.0",
    "ps-tree": "^1.2.0",
    "semver": "^5.6.0",
    "sendmessage": "^1.1.0",
    "utility": "^1.15.0"
  },
  "description": "cluster manager for egg",
  "devDependencies": {
    "address": "^1.0.3",
    "autod": "^3.0.1",
    "coffee": "^5.2.1",
    "egg": "^2.20.0",
    "egg-bin": "^4.11.1",
    "egg-mock": "^3.22.1",
    "eslint": "^5.15.1",
    "eslint-config-egg": "^7.2.0",
    "mz": "^2.7.0",
    "pedding": "^1.1.0",
    "supertest": "^4.0.0",
    "ts-node": "^6.0.3",
    "typescript": "^2.7.2"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/eggjs/egg-cluster#readme",
  "keywords": [
    "egg",
    "cluster",
    "process"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "egg-cluster",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-cluster.git"
  },
  "scripts": {
    "autod": "autod",
    "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
    "cov": "egg-bin cov --prerequire --timeout 100000",
    "lint": "eslint .",
    "pkgfiles": "egg-bin pkgfiles",
    "test": "npm run lint && npm run test-local",
    "test-local": "egg-bin test"
  },
  "version": "1.23.2"
}