UNPKG

ali-ons-sdk

Version:

Aliyun Open Notification Service Client

67 lines (66 loc) 1.65 kB
{ "name": "ali-ons-sdk", "version": "3.4.2", "description": "Aliyun Open Notification Service Client", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "autod": "autod", "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 -- --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 <gxcsoccer@126.com>", "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.0.3", "binary-search-insert": "^1.0.3", "byte": "^2.0.0", "bytes": "^3.0.0", "chalk": "^2.4.1", "debug": "^4.1.0", "egg-logger": "^2.0.3", "is-type-of": "^1.2.1", "long": "^4.0.0", "mkdirp": "^0.5.1", "mz-modules": "^2.1.0", "osenv": "^0.1.5", "p-gather": "^1.0.2", "sdk-base": "^3.5.1", "tcp-base": "^3.1.0", "utility": "^1.15.0" }, "devDependencies": { "autod": "^3.0.1", "contributors": "^0.5.1", "egg-bin": "^4.9.0", "eslint": "^5.9.0", "eslint-config-egg": "^7.1.0", "mm": "^2.4.1", "urllib": "^2.31.2" }, "engines": { "node": ">= 8.0.0" } }