123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "name": "cluster-client",
- "version": "3.1.1",
- "description": "Sharing Connection among Multi-Process Nodejs",
- "main": "./index.js",
- "files": [
- "lib",
- "index.js"
- ],
- "scripts": {
- "autod": "autod",
- "lint": "eslint . --ext .js",
- "cov": "TEST_TIMEOUT=20000 egg-bin cov",
- "test": "npm run lint && npm run test-local",
- "test-local": "egg-bin test",
- "pkgfiles": "egg-bin pkgfiles --check",
- "ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
- "contributors": "contributors -f plain -o AUTHORS"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/node-modules/cluster-client.git"
- },
- "keywords": [
- "cluster",
- "multi-process"
- ],
- "author": "gxcsoccer@126.com",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/node-modules/cluster-client/issues"
- },
- "homepage": "https://github.com/node-modules/cluster-client#readme",
- "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"
- },
- "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"
- },
- "ci": {
- "version": "8, 10"
- }
- }
|