node_modules.mqtt-packet.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": "mqtt-packet@^5.4.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-QECe2ivqcR1LRsPobRsjenEKAC3i1a5gmm+jNKJLrsiq9PaSQ18LlKFuxvhGxWkvGEPadWv6rKd31O4ICqS1Xw==",
"_location": "/mqtt-packet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mqtt-packet@^5.4.0",
"name": "mqtt-packet",
"escapedName": "mqtt-packet",
"rawSpec": "^5.4.0",
"saveSpec": null,
"fetchSpec": "^5.4.0"
},
"_requiredBy": [
"/mqtt"
],
"_resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-5.6.0.tgz",
"_shasum": "923fb704d0ce0bd6ac81c7e1cc09469b1512d2fd",
"_spec": "mqtt-packet@^5.4.0",
"_where": "/home/donato.sciarra/repositories/joynr-carit/javascript/libjoynr-js/src/main/js/node_modules/mqtt",
"bugs": {
"url": "https://github.com/mqttjs/mqtt-packet/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Matteo Collina",
"email": "[email protected]",
"url": "https://github.com/mcollina"
},
{
"name": "Adam Rudd",
"email": "[email protected]"
},
{
"name": "Peter Sorowka",
"url": "https://github.com/psorowka"
},
{
"name": "Wouter Klijn",
"email": "[email protected]",
"url": "https://github.com/wuhkuh"
}
],
"dependencies": {
"bl": "^1.2.1",
"inherits": "^2.0.3",
"process-nextick-args": "^2.0.0",
"safe-buffer": "^5.1.0"
},
"deprecated": false,
"description": "Parse and generate MQTT packets like a breeze",
"devDependencies": {
"dev-null": "^0.1.1",
"pre-commit": "^1.2.2",
"readable-stream": "^2.3.0",
"standard": "^10.0.2",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"homepage": "https://github.com/mqttjs/mqtt-packet",
"keywords": [
"MQTT",
"packet",
"parse",
"publish",
"subscribe",
"pubsub"
],
"license": "MIT",
"main": "mqtt.js",
"name": "mqtt-packet",
"pre-commit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mqttjs/mqtt-packet.git"
},
"scripts": {
"ci": "tape test.js && node testRandom && standard",
"test": "tape test.js | tap-spec && standard"
},
"types": "types/index.d.ts",
"version": "5.6.0"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy