licenses.dev

graphql-tools-subscribe v0.9.13

Subscription Framework for GraphQL-Tools

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT81
PackageRelationDependenciesPublished
aggregation • 1.2.7Aggregation of Base Class and Mixin ClassesDIRECT0
async-limiter • 1.0.1asynchronous function queue with adjustable concurrencyINDIRECT0
babel-runtime • 6.23.0babel selfContained runtimeDIRECT2
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bl • 1.2.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
bluebird • 3.5.5Full featured Promises/A+ implementation with exceptionally good performanceDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer-writer • 1.0.1a fast, efficient buffer writerINDIRECT0
callback-stream • 1.1.0A pipeable stream that calls your callbackINDIRECT8
capitalize • 1.0.0capitalize the first letter of a string, or all words in a stringDIRECT0
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-js • 2.6.12Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
double-ended-queue • 2.1.0-0Extremely fast double-ended queue implementationINDIRECT0
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.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
eventemitter3 • 2.0.3EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.DIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
glob-stream • 6.1.0A Readable Stream interface over node-glob.INDIRECT42
help-me • 1.1.0Help command for node, partner of minimist and commistINDIRECT44
ipc-keyval • 0.9.19Inter-Process-Communication Key-Value StorageDIRECT26
ipc-pubsub • 0.9.14Inter-Process-Communication Publish-Subscribe CommunicationDIRECT74
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 • 1.0.0Array#isArray for older browsersINDIRECT0
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
leven • 2.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
lock • 1.1.0lock asynchronous resources.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mqtt-packet • 5.6.1Parse and generate MQTT packets like a breezeINDIRECT9
mqtt-topics • 1.0.2Tool for matching MQTT topic name against topic filter.INDIRECT0
mqtt • 2.14.0A library for the MQTT protocolINDIRECT60
nats • 0.7.29Node.js client for NATS, a lightweight, high-performance cloud native messaging systemINDIRECT1
ordered-read-streams • 1.0.1Combines array of streams into one read stream in strict orderINDIRECT8
packet-reader • 0.3.1Read binary packets...INDIRECT0
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pg-connection-string • 0.1.3Functions for dealing with a PostgresSQL connection stringINDIRECT0
pg-pool • 2.0.10Connection pool for node-postgresINDIRECT0
pg-types • 1.12.1Query result type converters for node-postgresINDIRECT5
pg • 7.4.3PostgreSQL client - pure javascript & libpq with the same APIINDIRECT13
pgpass • 1.0.5Module for reading .pgpassINDIRECT1
postgres-array • 1.0.3Parse postgres array columnsINDIRECT0
postgres-bytea • 1.0.0Postgres bytea parserINDIRECT0
postgres-date • 1.0.7Postgres date column parserINDIRECT0
postgres-interval • 1.2.0Parse Postgres interval columnsINDIRECT1
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
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
pure-uuid • 1.4.13Pure JavaScript Based Universally Unique Identifier (UUID)DIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
redis-commands • 1.7.0Redis commandsINDIRECT0
redis-parser • 2.6.0Javascript Redis protocol (RESP) parserINDIRECT0
redis • 2.8.0Redis client libraryINDIRECT3
regenerator-runtime • 0.10.5Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
reinterval • 1.1.0reschedulable setInterval for node.jsINDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
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 • 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
ultron • 1.1.1Ultron 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.3.1node.js through stream that emits a unique stream of objects based on criteriaINDIRECT12
urijs • 1.19.11URI.js is a Javascript library for working with URLs.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
ws • 3.3.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT3
xtend • 4.0.2extend like a bossINDIRECT0
ISC12
PackageRelationDependenciesPublished
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 • 7.2.3a little globberINDIRECT10
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.2a glob matcher in javascriptINDIRECT3
node-object-hash • 1.3.0Node.js object hash library with properties/arrays sorting to provide constant hashesDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
split2 • 2.2.0split a Text Stream into a Line Stream, using Stream 3INDIRECT10
split2 • 4.2.0split a Text Stream into a Line Stream, using Stream 3INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
unknown3
PackageRelationDependenciesPublished
node-redis-pubsub • 1.0.3Redis PubSub client for NodeINDIRECT4
pattern-emitter • 1.0.0Event emitters with support for regular expressionsINDIRECT0
redis-lock • 0.1.4A locking primitive using redis.INDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
cluster-rpc • 1.0.7A simple way to wrap a single-instance module to enable it to work with node cluster.INDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
nuid • 2.0.0NUID - A highly performant unique identifier generator.INDIRECT0
non-standard1
PackageRelationDependenciesPublished
semver • 4.3.2The semantic version parser used by npm.INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
websocket-stream • 5.5.2Use websockets with the node streams API. Works in browser and nodeINDIRECT17
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.9.13 version:

[![licenses](https://licenses.dev/b/npm/graphql-tools-subscribe/0.9.13)](https://licenses.dev/npm/graphql-tools-subscribe/0.9.13)
<a href="https://licenses.dev/npm/graphql-tools-subscribe/0.9.13">
  <img src="https://licenses.dev/b/npm/graphql-tools-subscribe/0.9.13" alt="licenses" />
</a>
GitHub