UNPKG

@aliyunmq/mq-http-sdk

Version:

Aliyun Message Queue(MQ) Nodejs Http SDK

55 lines (54 loc) 1.31 kB
{ "name": "@aliyunmq/mq-http-sdk", "version": "1.0.4", "description": "Aliyun Message Queue(MQ) Nodejs Http SDK", "main": "index.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/aliyunmq/mq-http-nodejs-sdk" }, "scripts": { "test": "mocha -t 20000 -R spec test/*.test.js", "lint": "eslint --fix lib index.js test", "build-es5": "babel lib/ -d es5/", "docs": "jsdoc -c jsdoc-conf.json -R README.md -t ./node_modules/ink-docstrap/template lib/* -d docs/" }, "author": "aliyunmq", "license": "MIT", "dependencies": { "debug": "^2.6.3", "httpx": "^2.1.1", "kitx": "^1.2.0", "xml2js": "^0.4.17" }, "files": [ "lib", "es5", "index.js" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-register": "^6.24.1", "eslint": "^5.8.0", "expect.js": "^0.3.1", "mocha": "^5.2.0", "nyc": "^13.1.0", "jsdoc": "^3.5.2", "ink-docstrap": "^1.3.2" }, "keywords": [ "MQ", "Message Queue", "Aliyun", "Alicloud" ], "bugs": { "url": "https://github.com/aliyunmq/mq-http-nodejs-sdk/issues" }, "homepage": "https://www.aliyun.com/product/ons" }