node_modules.mqtt.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libjoynr-js Show documentation
Show all versions of libjoynr-js Show documentation
JOYnr JavaScript libjoynr-js
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-Lanijk1/Olf9frbAFJi3L38h7SOw5nUQfdywVSIRqBAYdItsyFdflaz+Kk77ajY/O3yOwTfO/V6qC85i/OhodQ==",
"_location": "/mqtt",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "mqtt",
"escapedName": "mqtt",
"rawSpec": "2.15.0",
"saveSpec": null,
"fetchSpec": "2.15.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mqtt/-/mqtt-2.15.0.tgz",
"_shasum": "64bd27b7b75b22fa9594fae83c71cdada40bd460",
"_spec": "[email protected]",
"_where": "/home/donato.sciarra/repositories/joynr-carit/javascript/libjoynr-js/src/main/js",
"bin": {
"mqtt_pub": "./bin/pub.js",
"mqtt_sub": "./bin/sub.js",
"mqtt": "./mqtt.js"
},
"browser": {
"./mqtt.js": "./lib/connect/index.js",
"fs": false,
"tls": false,
"net": false
},
"bugs": {
"url": "https://github.com/mqttjs/MQTT.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Adam Rudd",
"email": "[email protected]"
},
{
"name": "Matteo Collina",
"email": "[email protected]",
"url": "https://github.com/mcollina"
}
],
"dependencies": {
"commist": "^1.0.0",
"concat-stream": "^1.6.0",
"end-of-stream": "^1.1.0",
"help-me": "^1.0.1",
"inherits": "^2.0.3",
"minimist": "^1.2.0",
"mqtt-packet": "^5.4.0",
"pump": "^2.0.0",
"readable-stream": "^2.3.3",
"reinterval": "^1.1.0",
"split2": "^2.1.1",
"websocket-stream": "^5.0.1",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "A library for the MQTT protocol",
"devDependencies": {
"@types/node": "^8.0.57",
"browserify": "^14.4.0",
"codecov": "^3.0.0",
"global": "^4.3.2",
"istanbul": "^0.4.5",
"mkdirp": "^0.5.1",
"mocha": "^3.5.3",
"mqtt-connection": "^3.0.0",
"nsp": "^3.1.0",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.2",
"safe-buffer": "^5.1.1",
"should": "^13.1.3",
"sinon": "~1.17.7",
"snazzy": "^7.0.0",
"standard": "^10.0.3",
"through2": "^2.0.3",
"tslint": "^5.7.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.6.2",
"uglify-js": "^3.2.1",
"ws": "^3.3.2",
"zuul": "^3.11.1",
"zuul-ngrok": "^4.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"dist/",
"CONTRIBUTING.md",
"doc",
"lib",
"bin",
"examples",
"test",
"types",
"mqtt.js"
],
"homepage": "https://github.com/mqttjs/MQTT.js#readme",
"keywords": [
"mqtt",
"publish/subscribe",
"publish",
"subscribe"
],
"license": "MIT",
"main": "mqtt.js",
"name": "mqtt",
"pre-commit": [
"test",
"tslint"
],
"repository": {
"type": "git",
"url": "git://github.com/mqttjs/MQTT.js.git"
},
"scripts": {
"browser-build": "rimraf dist/ && mkdirp dist/ && browserify mqtt.js -s mqtt > dist/mqtt.js && uglifyjs < dist/mqtt.js > dist/mqtt.min.js",
"browser-test": "zuul --server test/browser/server.js --local --open test/browser/test.js",
"ci": "npm run tslint && npm run typescript-test && npm run test && codecov",
"prepare": "nsp check && npm run browser-build",
"pretest": "standard | snazzy",
"sauce-test": "zuul --server test/browser/server.js --tunnel ngrok -- test/browser/test.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --",
"tslint": "tslint types/**/*.d.ts",
"typescript-compile-execute": "node test/typescript/*.js",
"typescript-compile-test": "tsc -p test/typescript/tsconfig.json",
"typescript-test": "npm run typescript-compile-test && npm run typescript-compile-execute",
"weapp-test": "zuul --server test/browser/server.js --local --open test/browser/wx.js"
},
"standard": {
"env": [
"mocha"
]
},
"types": "types/index.d.ts",
"version": "2.15.0"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy