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
| {
| "_args": [
| [
| "cluster-client@3.0.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "cluster-client@3.0.1",
| "_id": "cluster-client@3.0.1",
| "_inBundle": false,
| "_integrity": "sha512-j5xReT5tECbiUME8TCNDU5ise34vSqbhWMs7Ni06VDKlKvRVAlUbrgYCFQc27Bw7MF8H+QEJ/8GJtk/HGx4u6w==",
| "_location": "/cluster-client",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "cluster-client@3.0.1",
| "name": "cluster-client",
| "escapedName": "cluster-client",
| "rawSpec": "3.0.1",
| "saveSpec": null,
| "fetchSpec": "3.0.1"
| },
| "_requiredBy": [
| "/egg"
| ],
| "_resolved": "https://registry.npmjs.org/cluster-client/-/cluster-client-3.0.1.tgz",
| "_spec": "3.0.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "gxcsoccer@126.com"
| },
| "bugs": {
| "url": "https://github.com/node-modules/cluster-client/issues"
| },
| "ci": {
| "version": "8, 10"
| },
| "dependencies": {
| "byte": "^2.0.0",
| "co": "^4.6.0",
| "debug": "^4.1.1",
| "egg-logger": "^2.3.2",
| "is-type-of": "^1.2.1",
| "json-stringify-safe": "^5.0.1",
| "long": "^4.0.0",
| "mz-modules": "^2.1.0",
| "sdk-base": "^3.5.1",
| "serialize-json": "^1.0.3",
| "tcp-base": "^3.1.0",
| "utility": "^1.15.0"
| },
| "description": "Sharing Connection among Multi-Process Nodejs",
| "devDependencies": {
| "address": "^1.0.3",
| "autod": "^3.0.1",
| "await-event": "^2.1.0",
| "coffee": "^5.2.1",
| "contributors": "^0.5.1",
| "detect-port": "^1.3.0",
| "egg-bin": "^4.11.0",
| "egg-ci": "^1.8.0",
| "egg-mock": "^3.21.0",
| "eslint": "^5.14.1",
| "eslint-config-egg": "^7.1.0",
| "mm": "^2.4.1",
| "mz-modules": "^2.1.0",
| "pedding": "^1.1.0",
| "spy": "^1.0.0",
| "webstorm-disable-index": "^1.2.0"
| },
| "engines": {
| "node": ">=8.0.0"
| },
| "files": [
| "lib",
| "index.js"
| ],
| "homepage": "https://github.com/node-modules/cluster-client#readme",
| "keywords": [
| "cluster",
| "multi-process"
| ],
| "license": "MIT",
| "main": "./index.js",
| "name": "cluster-client",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/node-modules/cluster-client.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
| "contributors": "contributors -f plain -o AUTHORS",
| "cov": "TEST_TIMEOUT=20000 egg-bin cov",
| "lint": "eslint . --ext .js",
| "pkgfiles": "egg-bin pkgfiles --check",
| "test": "npm run lint && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "3.0.1"
| }
|
|