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.

74 lines
1.8 KiB

{
"_from": "mqtt-packet@^3.4.7",
"_id": "mqtt-packet@3.5.1",
"_inBundle": false,
"_integrity": "sha512-9mHaa4MltqT/VEzeO/3iAqduao/aCzx4qcC3SyXi0FPd3AFJ7lDeBUMsKaTQw0wWX7rLCQbClKOsuCURaii+ww==",
"_location": "/mqtt-packet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mqtt-packet@^3.4.7",
"name": "mqtt-packet",
"escapedName": "mqtt-packet",
"rawSpec": "^3.4.7",
"saveSpec": null,
"fetchSpec": "^3.4.7"
},
"_requiredBy": [
"/mqtt",
"/mqtt-connection"
],
"_resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-3.5.1.tgz",
"_shasum": "49b3688478ca3325fe45841fad7c88bc31042aeb",
"_spec": "mqtt-packet@^3.4.7",
"_where": "/home/yimian/iot/mqtt/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"
}
],
"dependencies": {
"bl": "^1.0.0",
"inherits": "^2.0.1"
},
"deprecated": false,
"description": "Parse and generate MQTT packets like a breeze",
"devDependencies": {
"faucet": "0.0.1",
"pre-commit": "^1.1.1",
"tape": "^4.2.0"
},
"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",
"test": "tape test.js | faucet"
},
"version": "3.5.1"
}