{
  "_from": "mqtt-packet@^6.0.0",
  "_id": "mqtt-packet@6.2.1",
  "_inBundle": false,
  "_integrity": "sha512-ZxG5QVb7+gMix5n4DClym9dQoCZC6DoNEqgMkMi/GMXvIU4Wsdx+/6KBavw50HHFH9kN1lBSY7phxNlAS2+jnw==",
  "_location": "/mqtt-packet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mqtt-packet@^6.0.0",
    "name": "mqtt-packet",
    "escapedName": "mqtt-packet",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/mqtt"
  ],
  "_resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-6.2.1.tgz",
  "_shasum": "89b27e5e22a859abe9f5a3359b2e2dd07e4168b2",
  "_spec": "mqtt-packet@^6.0.0",
  "_where": "/home/pertec/public_html/areadocliente/bootstrap/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"
    },
    {
      "name": "Siarhei Buntsevich",
      "url": "https://github.com/scarry1992"
    }
  ],
  "dependencies": {
    "bl": "^1.2.2",
    "inherits": "^2.0.3",
    "process-nextick-args": "^2.0.0",
    "safe-buffer": "^5.1.2"
  },
  "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.6",
    "standard": "^10.0.2",
    "tap-spec": "^4.1.2",
    "tape": "^4.10.1"
  },
  "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": "6.2.1"
}
