deepexi-rocketmq
Version:
Rocket MQ SDK support Aliyun Open Notification Service Client
73 lines (72 loc) • 1.84 kB
JSON
{
"name": "deepexi-rocketmq",
"version": "2.0.1",
"description": "Rocket MQ SDK support Aliyun Open Notification Service Client",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"autod": "autod --check",
"pkgfiles": "egg-bin pkgfiles --check",
"lint": "eslint . --ext .js",
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"cov": "TEST_TIMEOUT=60000 egg-bin cov",
"ci": "npm run autod && npm run pkgfiles && npm run lint && npm run cov",
"contributors": "contributors -f plain -o AUTHORS"
},
"repository": {
"type": "git",
"url": "git+http://gitlab.deepexi.top/distributed/deepexi-rocketmq-client.git"
},
"keywords": [
"ons",
"rocketmq",
"ali-ons",
"aliyun-ons",
"aliyun",
"ali-sdk"
],
"author": "shaowin <chenshaowen@deepexi.com>",
"license": "MIT",
"bugs": {
"url": "http://gitlab.deepexi.top/distributed/deepexi-rocketmq-client/issues"
},
"homepage": "http://gitlab.deepexi.top/distributed/deepexi-rocketmq-client/#readme",
"dependencies": {
"JSON2": "^0.1.0",
"address": "^1.0.3",
"binary-search-insert": "^1.0.3",
"byte": "^1.2.0",
"bytes": "^3.0.0",
"chalk": "^2.1.0",
"co": "^4.6.0",
"co-gather": "^0.0.1",
"debug": "^3.1.0",
"egg-logger": "^1.6.0",
"is-type-of": "^1.2.0",
"long": "^3.2.0",
"mkdirp": "^0.5.1",
"mz-modules": "^2.0.0",
"osenv": "^0.1.4",
"sdk-base": "^3.3.0",
"tcp-base": "^3.0.0",
"utility": "^1.12.0"
},
"devDependencies": {
"autod": "^2.9.0",
"contributors": "^0.5.1",
"egg-bin": "^4.3.3",
"eslint": "^4.8.0",
"eslint-config-egg": "^5.1.1",
"mm": "^2.2.0",
"urllib": "^2.25.0"
},
"engines": {
"node": ">= 6.0.0"
},
"ci": {
"version": "6, 7, 8"
}
}