UNPKG

1.62 kBJSONView Raw
1{
2 "name": "ali-ons",
3 "version": "3.5.1",
4 "description": "Aliyun Open Notification Service Client",
5 "main": "lib/index.js",
6 "files": [
7 "lib"
8 ],
9 "scripts": {
10 "autod": "autod",
11 "pkgfiles": "egg-bin pkgfiles --check",
12 "lint": "eslint . --ext .js",
13 "test": "npm run lint && npm run test-local",
14 "test-local": "egg-bin test",
15 "cov": "TEST_TIMEOUT=60000 egg-bin cov",
16 "ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
17 "contributors": "contributors -f plain -o AUTHORS"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/ali-sdk/ali-ons.git"
22 },
23 "keywords": [
24 "ons",
25 "aliyun",
26 "ali-sdk"
27 ],
28 "author": "gxcsoccer <gxcsoccer@126.com>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/ali-sdk/ali-ons/issues"
32 },
33 "homepage": "https://github.com/ali-sdk/ali-ons#readme",
34 "dependencies": {
35 "JSON2": "^0.1.0",
36 "address": "^1.0.3",
37 "binary-search-insert": "^1.0.3",
38 "byte": "^2.0.0",
39 "bytes": "^3.1.0",
40 "chalk": "^2.4.2",
41 "debug": "^4.1.1",
42 "egg-logger": "^2.4.1",
43 "is-type-of": "^1.2.1",
44 "long": "^4.0.0",
45 "mkdirp": "^0.5.1",
46 "mz-modules": "^2.1.0",
47 "osenv": "^0.1.5",
48 "p-gather": "^1.0.2",
49 "sdk-base": "^3.5.1",
50 "tcp-base": "^3.1.0",
51 "utility": "^1.16.1"
52 },
53 "devDependencies": {
54 "autod": "^3.1.0",
55 "contributors": "^0.5.1",
56 "egg-bin": "^4.12.3",
57 "eslint": "^5.16.0",
58 "eslint-config-egg": "^7.3.1",
59 "mm": "^2.5.0",
60 "urllib": "^2.33.3"
61 },
62 "engines": {
63 "node": ">= 8.0.0"
64 }
65}