licenses.dev

mosca v0.31.1

MQTT broker as a module

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT153
PackageRelationDependenciesPublished
abstract-leveldown • 0.12.4An abstract prototype matching the LevelDOWN APIINDIRECT1
acorn • 7.4.1ECMAScript parserINDIRECT0
ascoltatori • 0.21.1The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!DIRECT95
async • 0.9.2Higher-order functions and common patterns for asynchronous codeDIRECT0
async • 1.0.0Higher-order functions and common patterns for asynchronous codeINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bindings • 1.1.1Helper module for loading your native module's .node fileINDIRECT0
bindings • 1.2.1Helper module for loading your native module's .node fileINDIRECT0
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
bl • 0.8.2Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT5
bl • 0.9.5Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT5
bl • 1.0.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT7
bl • 1.2.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
brace-expansion • 1.1.21Brace expansion as known from sh/bashINDIRECT2
brfs • 1.3.0browserify fs.readFileSync() static asset inlinerDIRECT38
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
bufferutil • 1.1.0WebSocket buffer utilsINDIRECT2
bunyan • 1.8.15a JSON logging library for node.js servicesDIRECT19
bytewise-core • 1.2.3Binary serialization of arbitrarily complex structures that sort element-wiseINDIRECT1
bytewise • 1.1.0Binary serialization which sorts bytewise for arbirarily complex data structuresINDIRECT3
callback-stream • 1.1.0A pipeable stream that calls your callbackINDIRECT5
commander • 2.3.0the complete solution for node.js command-line programsDIRECT0
commist • 1.1.0Build your commands on minimist!INDIRECT2
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
deepcopy • 0.3.3deep copy for any dataDIRECT0
deferred-leveldown • 0.2.0For handling delayed-open on LevelDOWN compatible librariesINDIRECT2
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
es6-promise • 2.1.1A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
eventemitter2 • 0.4.14A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.INDIRECT0
extend • 2.0.2Port of jQuery.extend for node.js and the browserDIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
falafel • 2.2.5transform the ast on a recursive walkINDIRECT2
fastfall • 1.5.1call your callbacks in a waterfall, at speedINDIRECT1
fd • 0.0.3File descriptor managerINDIRECT0
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
glob-stream • 6.1.0A Readable Stream interface over node-glob.INDIRECT42
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
help-me • 1.1.0Help command for node, partner of minimist and commistINDIRECT47
is-absolute • 1.0.0Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.INDIRECT4
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 3.1.0Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-negated-glob • 1.0.0Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.INDIRECT0
is-relative • 1.0.0Returns `true` if the path appears to be relative.INDIRECT2
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
json-buffer • 2.0.11JSON parse & stringify that supports binary via bops & base64DIRECT0
json-stable-stringify-without-jsonify • 1.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependenciesINDIRECT0
jsonschema • 1.5.0A fast and easy to use JSON Schema validatorDIRECT0
level-post • 1.0.7get consistent post hooks for leveldb.INDIRECT1
level-sublevel • 6.6.5partition levelup databasesDIRECT32
leveldown • 0.10.6A Node.js LevelDB binding, primary backend for LevelUPDIRECT2
levelup • 0.19.1Fast & simple storage - a Node.js-style LevelDB wrapperDIRECT13
leven • 2.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
lodash • 4.18.1Lodash modular utilities.INDIRECT0
looper • 2.0.0async loops that never RangeErrorINDIRECT0
looper • 3.0.0async loops that never RangeErrorINDIRECT0
lru-cache • 2.3.1A cache object that deletes the least-recently-used items.INDIRECT0
lru-cache • 2.5.2A cache object that deletes the least-recently-used items.DIRECT0
ltgt • 1.0.2implement correct ranges for level-*INDIRECT0
ltgt • 2.1.3implement correct ranges for level-*INDIRECT0
memdown • 0.10.2An drop-in replacement for LevelDOWN that works in memory onlyDIRECT4
mime • 1.3.6A comprehensive library for mime-type mappingINDIRECT0
minimatch • 1.0.0a glob matcher in javascriptDIRECT2
minimist • 0.0.8parse argument optionsINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
moment • 2.31.0Parse, validate, manipulate, and display datesINDIRECT0
moment • 2.8.4Parse, manipulate, and display dates.DIRECT0
moving-average • 0.0.5Exponential Moving AverageDIRECT0
mqtt-connection • 2.1.1Stream-based Connection object for MQTT, extracted from MQTT.jsDIRECT17
mqtt-packet • 3.5.1Parse and generate MQTT packets like a breezeINDIRECT9
mqtt • 1.14.1A library for the MQTT protocolDIRECT67
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
msgpack5 • 1.6.0A msgpack v5 implementation for node.js and the browser, with extension pointsDIRECT6
mv • 2.1.1fs.rename but works across devices. same as the unix utility 'mv'INDIRECT14
nan • 1.8.4Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibilityDIRECT0
nan • 1.9.0Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibilityINDIRECT0
nan • 2.1.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibilityINDIRECT0
nan • 2.29.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 26 compatibilityINDIRECT0
nanoid • 3.3.19A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
ncp • 2.0.0Asynchronous recursive file copy utility.INDIRECT0
negotiator • 0.5.3HTTP content negotiationINDIRECT0
object-inspect • 0.4.0string representations of objects in node and the browserINDIRECT0
object-keys • 0.4.0An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shimINDIRECT0
ordered-read-streams • 1.0.1Combines array of streams into one read stream in strict orderINDIRECT8
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pbkdf2-password • 1.2.1Easy salt/password creation for Node.js, extracted from MoscaDIRECT2
process-nextick-args • 1.0.7process.nextTick but always with argsINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prr • 0.0.0A better Object.defineProperty()INDIRECT0
prr • 1.0.1A better Object.defineProperty()INDIRECT0
pull-cat • 1.1.11concatenate pull-streamsINDIRECT0
pull-defer • 0.2.3a deferred source, sink or through pull-streamINDIRECT0
pull-level • 2.0.4pull-stream interface to levelupINDIRECT10
pull-live • 1.0.1construct a pull-stream for reading from a writable source, can read old records, new (live) records, or both.INDIRECT2
pull-pushable • 2.2.0pull-stream with a push interfaceINDIRECT0
pull-stream • 3.7.0minimal pull streamINDIRECT0
pull-window • 2.1.4Aggregate a pull-stream into windows.INDIRECT1
pump • 1.0.3pipe streams together and close all of them if one of them closesINDIRECT3
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 1.5.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT14
qlobber-fsq • 0.3.1Shared file system queue. Supports pub-sub, work queues, wildcards, multi-process and distributed use.INDIRECT7
qlobber • 0.5.3Node.js globbing for amqp-like topicsDIRECT0
quote-stream • 0.0.0transform a stream into a quoted stringINDIRECT9
readable-stream • 1.0.31Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.0.6Streams3, a user-land copy of the stream library from Node.jsINDIRECT6
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
redis • 0.12.1Redis client libraryDIRECT0
reinterval • 1.1.0reschedulable setInterval for node.jsINDIRECT0
retimer • 1.1.0Reschedulable Timer for your node needsDIRECT0
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-json-stringify • 1.2.0Prevent defined property getters from throwing errorsINDIRECT0
shallow-copy • 0.0.1make a shallow copy of an object or arrayINDIRECT0
shortid • 2.2.17Amazingly short non-sequential url-friendly unique id generator.DIRECT1
static-eval • 0.2.4evaluate statically-analyzable expressionsINDIRECT5
static-module • 1.5.0convert module usage to inline expressionsINDIRECT37
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
stream-to-pull-stream • 1.7.3convert a stream1 or streams2 stream into a pull-streamINDIRECT2
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
through2-filter • 3.0.0A through2 to create an Array.prototype.filter analog for streams.INDIRECT10
through2 • 0.4.2A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT7
through2 • 0.6.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT6
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
to-absolute-glob • 2.0.2Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.INDIRECT6
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
typewise-core • 1.2.0Core typewise type system functionalityINDIRECT0
typewise • 1.0.3Typewise-structured sorting for arbitrarily complex data structuresINDIRECT1
typewiselite • 1.0.0comparison for sensible javascript objectsINDIRECT0
ultron • 1.0.2Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary designINDIRECT0
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
unique-stream • 2.4.0node.js through stream that emits a unique stream of objects based on criteriaINDIRECT12
utf-8-validate • 1.1.0Validate UTF-8 for WebINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 2.0.3Rigorous implementation of RFC4122 (v1 and v4) UUIDs.DIRECT0
ws • 0.7.2simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455INDIRECT6
ws • 1.1.5Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT2
xtend • 2.1.2extend like a bossINDIRECT1
xtend • 3.0.0extend like a bossINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
zmq • 2.11.1Bindings for node.js and io.js to ZeroMQDIRECT2
ISC21
PackageRelationDependenciesPublished
async-cache • 1.0.0Cache your async lookups and don't fetch the same thing more than necessary.INDIRECT1
buffertools • 2.1.6Working with node.js buffers made easy.INDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 3.1.0Strips glob magic from a string to provide the parent directory pathINDIRECT3
glob • 6.0.4a little globberINDIRECT9
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 3.0.12A drop-in replacement for fs, making various improvements.INDIRECT1
graceful-fs • 4.1.15A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
natives • 1.1.6Do stuff with Node.js's native JavaScript modulesINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
reduplexer • 1.1.0Another Stream2 duplexerINDIRECT5
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
rimraf • 2.4.5A deep deletion module for node (like `rm -rf`)INDIRECT10
semver • 5.1.1The semantic version parser used by npm.INDIRECT0
sigmund • 1.0.1Quick and dirty signatures for Objects.INDIRECT0
split2 • 2.2.0split a Text Stream into a Line Stream, using Stream 3INDIRECT10
st • 0.5.5A module for serving static files. Does etags, caching, etc.DIRECT14
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause10
PackageRelationDependenciesPublished
dtrace-provider • 0.8.8Native DTrace providers for node.js applicationsINDIRECT1
escodegen • 0.0.28ECMAScript code generatorINDIRECT4
escodegen • 1.3.3ECMAScript code generatorINDIRECT5
esprima • 1.0.4ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 1.1.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 1.3.2ECMAScript JS AST traversal functionsINDIRECT0
estraverse • 1.5.1ECMAScript JS AST traversal functionsINDIRECT0
esutils • 1.0.0utility box for ECMAScript language toolsINDIRECT0
websocket-stream • 1.5.2Use websockets with the node streams API. Works in browser and nodeDIRECT25
websocket-stream • 3.3.3Use websockets with the node streams API. Works in browser and nodeINDIRECT18
unknown4
PackageRelationDependenciesPublished
amqp • 0.2.7AMQP driver for nodeDIRECT1
fs-ext • 0.4.6Extensions to core 'fs' module.INDIRECT1
node-uuid • 1.4.8Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
options • 0.0.6A very light-weight in-code option parsers for node.js.INDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
bson • 0.4.23A bson parser for node.js and the browserINDIRECT0
mongodb-core • 1.2.31Core MongoDB driver functionality, no bells and whistles and meant for integration not end applicationsINDIRECT1
mongodb • 2.0.55MongoDB legacy driver emulation layer on top of mongodb-coreDIRECT8
BSD-3-Clause2
PackageRelationDependenciesPublished
hiredis • 0.4.1Wrapper for reply processing code in hiredisDIRECT3
source-map • 0.1.43Generates and consumes source mapsINDIRECT1
non-standard1
PackageRelationDependenciesPublished
duplexer2 • 0.0.2Like duplexer (http://npm.im/duplexer) but using streams2INDIRECT5
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/mosca)](https://licenses.dev/npm/mosca)
<a href="https://licenses.dev/npm/mosca">
  <img src="https://licenses.dev/b/npm/mosca" alt="licenses" />
</a>

Or the licenses badge code for the 0.31.1 version:

[![licenses](https://licenses.dev/b/npm/mosca/0.31.1)](https://licenses.dev/npm/mosca/0.31.1)
<a href="https://licenses.dev/npm/mosca/0.31.1">
  <img src="https://licenses.dev/b/npm/mosca/0.31.1" alt="licenses" />
</a>
GitHub