{ "_from": "mqtt-packet@^5.6.0", "_id": "mqtt-packet@5.6.0", "_inBundle": false, "_integrity": "sha512-QECe2ivqcR1LRsPobRsjenEKAC3i1a5gmm+jNKJLrsiq9PaSQ18LlKFuxvhGxWkvGEPadWv6rKd31O4ICqS1Xw==", "_location": "/mqtt-packet", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mqtt-packet@^5.6.0", "name": "mqtt-packet", "escapedName": "mqtt-packet", "rawSpec": "^5.6.0", "saveSpec": null, "fetchSpec": "^5.6.0" }, "_requiredBy": [ "/mqtt" ], "_resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-5.6.0.tgz", "_shasum": "923fb704d0ce0bd6ac81c7e1cc09469b1512d2fd", "_spec": "mqtt-packet@^5.6.0", "_where": "/home/wn/workspace-node/PiAlive/node_modules/mqtt", "bugs": { "url": "https://github.com/mqttjs/mqtt-packet/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Matteo Collina", "email": "matteo.collina@gmail.com", "url": "https://github.com/mcollina" }, { "name": "Adam Rudd", "email": "damvrr@gmail.com" }, { "name": "Peter Sorowka", "url": "https://github.com/psorowka" }, { "name": "Wouter Klijn", "email": "contact@wuhkuh.com", "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" }