-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
63 lines (63 loc) · 1.55 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
{
"name": "ali-ons",
"version": "3.12.0",
"description": "Aliyun Open Notification Service Client",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"autod": "autod",
"pkgfiles": "egg-bin pkgfiles --check",
"lint": "eslint . --ext .js",
"test": "npm run lint && npm run test-local",
"test-local": "TEST_TIMEOUT=120000 egg-bin test",
"cov": "TEST_TIMEOUT=120000 egg-bin cov",
"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/ali-sdk/ali-ons.git"
},
"keywords": [
"ons",
"aliyun",
"ali-sdk"
],
"author": "gxcsoccer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ali-sdk/ali-ons/issues"
},
"homepage": "https://github.com/ali-sdk/ali-ons#readme",
"dependencies": {
"JSON2": "^0.1.0",
"address": "^1.1.2",
"binary-search-insert": "^1.0.3",
"byte": "^2.0.0",
"bytes": "^3.1.0",
"co-gather": "^1.0.1",
"debug": "^4.3.1",
"is-type-of": "^1.2.1",
"long": "^4.0.0",
"mkdirp": "^1.0.4",
"mz-modules": "^2.1.0",
"osenv": "^0.1.5",
"sdk-base": "^3.6.0",
"tcp-base": "^3.1.0",
"utility": "^1.17.0"
},
"devDependencies": {
"autod": "^3.1.1",
"contributors": "^0.5.1",
"egg-bin": "^4.16.1",
"eslint": "^7.25.0",
"eslint-config-egg": "^9.0.0",
"mm": "^3.2.0",
"urllib": "^2.37.1"
},
"engines": {
"node": ">= 8.0.0"
}
}