UNPKG

1.59 kBJSONView Raw
1{
2 "name": "ali-ons",
3 "version": "3.12.0",
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": "TEST_TIMEOUT=120000 egg-bin test",
15 "cov": "TEST_TIMEOUT=120000 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.1.2",
37 "binary-search-insert": "^1.0.3",
38 "byte": "^2.0.0",
39 "bytes": "^3.1.0",
40 "co-gather": "^1.0.1",
41 "debug": "^4.3.1",
42 "is-type-of": "^1.2.1",
43 "long": "^4.0.0",
44 "mkdirp": "^1.0.4",
45 "mz-modules": "^2.1.0",
46 "osenv": "^0.1.5",
47 "sdk-base": "^3.6.0",
48 "tcp-base": "^3.1.0",
49 "utility": "^1.17.0"
50 },
51 "devDependencies": {
52 "autod": "^3.1.1",
53 "contributors": "^0.5.1",
54 "egg-bin": "^4.16.1",
55 "eslint": "^7.25.0",
56 "eslint-config-egg": "^9.0.0",
57 "mm": "^3.2.0",
58 "urllib": "^2.37.1"
59 },
60 "engines": {
61 "node": ">= 8.0.0"
62 }
63}