1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: node-mqtt-packet
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, node-bl
, node-debug
, node-inherits
, node-process-nextick-args
, node-readable-stream
, node-safe-buffer
, node-tape
, dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mqtt-packet
Vcs-Git: https://salsa.debian.org/js-team/node-mqtt-packet.git
Homepage: https://github.com/mqttjs/mqtt-packet
Rules-Requires-Root: no
Package: node-mqtt-packet
Architecture: all
Depends:
${misc:Depends}
, node-bl
, node-debug
, node-inherits
, node-process-nextick-args
, node-safe-buffer
Multi-Arch: foreign
Description: parse and generate MQTT packets
This library parse and generate MQTT packets like a breeze. Encode and Decode
MQTT 3.1.1 packets the node way.
.
Node.js is an event-based server-side JavaScript engine.
|