This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
forked from ali-sdk/ali-ons
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
72 lines (72 loc) · 1.71 KB
/
package.json
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
{
"name": "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+https://github.com/yeliex/rocketmq.git"
},
"keywords": [
"ons",
"rocketmq",
"ali-ons",
"aliyun-ons",
"aliyun",
"ali-sdk"
],
"author": "yeliex <yeliex@yeliex.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yeliex/rocketmq/issues"
},
"homepage": "https://github.com/yeliex/rocketmq#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"
}
}