mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-14 10:58:04 +00:00
94 lines
2.3 KiB
JSON
94 lines
2.3 KiB
JSON
{
|
|
"_from": "mqtt-packet@^6.0.0",
|
|
"_id": "mqtt-packet@6.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-a4pqTjNIzzAbW5O6f0BeLGUiVPc55qjicDi3CURaDdfpTT46rB5ZWNi0xi6QeKUEwBXdtUHI6a9pZPexAfVxCw==",
|
|
"_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.3.1.tgz",
|
|
"_shasum": "7e3644a57c505b97d4de91d6b8c9eb65a502875c",
|
|
"_spec": "mqtt-packet@^6.0.0",
|
|
"_where": "/home/miti99/Dropbox/Workspace/FBcount/Nodejs/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",
|
|
"debug": "^4.1.1",
|
|
"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.3.1"
|
|
}
|