You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.3 KiB

{
"_from": "mqtt-packet@^6.0.0",
"_id": "mqtt-packet@6.1.2",
"_inBundle": false,
"_integrity": "sha512-yVG5PoS3wJ8TLzfS8pQMsDVLAf/EipnBAG5XQE9X/9L0EMxuduI9J2WnlRvJT497K1CUT4VJWjoP08+CKiKt1Q==",
"_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.1.2.tgz",
"_shasum": "239493d185c9209011a5a22ebce30e098c731f81",
"_spec": "mqtt-packet@^6.0.0",
"_where": "/home/yimian/www/smartfarm/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.1.2"
}