licenses.dev

foundry-kue-scheduler v1.1.2

Simple wrapper for kue/kue-scheduler that hooks it up with node-config and provides logical separation between job creation and job processing

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT186
PackageRelationDependenciesPublished
@types/babel-types • 7.0.16TypeScript definitions for babel-typesINDIRECT0
@types/babylon • 6.16.9TypeScript definitions for babylonINDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
acorn-globals • 3.1.0Detect global variables in JavaScript using acornINDIRECT1
acorn • 3.3.0ECMAScript parserINDIRECT0
acorn • 4.0.13ECMAScript parserINDIRECT0
align-text • 0.1.4Align the text in a string.INDIRECT4
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
apparatus • 0.0.10various machine learning routines for nodeINDIRECT1
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
babel-types • 6.26.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT6
babylon • 6.18.0A JavaScript parserINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bluebird • 3.5.5Full featured Promises/A+ implementation with exceptionally good performanceDIRECT0
body-parser • 1.20.3Node.js body parsing middlewareINDIRECT40
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 3.0.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
center-align • 0.1.3Center-align the text in a string.INDIRECT6
character-parser • 2.2.0Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.INDIRECT15
clean-css • 4.2.4A well-tested CSS minifierINDIRECT1
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
constantinople • 3.1.2Determine whether a JavaScript expression evaluates to a constant (using acorn)INDIRECT10
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.7.1HTTP server cookie parsing and serializationINDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
css-parse • 1.7.0CSS parserINDIRECT0
css-parse • 2.0.0CSS parserINDIRECT9
css • 2.2.4CSS parser / stringifierINDIRECT8
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.1.0small debugging utilityINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
doctypes • 1.1.0Shorthands for commonly used doctypesINDIRECT0
double-ended-queue • 2.1.0-0Extremely fast double-ended queue implementationINDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
express • 4.21.2Fast, unopinionated, minimalist web frameworkINDIRECT68
extend • 1.3.0Port of jQuery.extend for node.js and the browserINDIRECT0
finalhandler • 1.3.1Node.js final http responderINDIRECT9
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-expression • 3.0.0Check if a string is a valid JavaScript expressionINDIRECT2
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-promise • 2.2.2Test whether an object looks like a promises-a+ promiseINDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
js-stringify • 1.0.2Stringify an object so it can be safely inlined in JavaScript codeINDIRECT0
jstransformer • 1.0.0Normalize the API of any jstransformerINDIRECT3
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kue • 0.11.6Feature rich priority job queue backed by redisDIRECT225
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
lodash.assign • 4.2.0The lodash method `_.assign` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
longest • 1.0.1Get the longest item in an array.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
merge-descriptors • 1.0.3Merge objects using descriptorsINDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
natural • 0.2.1General natural language (tokenizing, stemming (English, Russian, Spanish), classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.INDIRECT3
negotiator • 0.6.3HTTP content negotiationINDIRECT0
nib • 1.1.2Stylus mixins and utilitiesINDIRECT20
node-redis-scripty • 0.0.5Redis script manager for node.jsINDIRECT2
node-redis-warlock • 0.2.0Battle-hardened distributed locking using redisINDIRECT4
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
os-locale • 1.4.0Get the system localeINDIRECT2
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-exists • 2.1.0Check if a path existsINDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-to-regexp • 0.1.12Express style path to RegExp utilityINDIRECT0
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
pug-attrs • 2.0.4Generate code for Pug attributesINDIRECT13
pug-code-gen • 2.0.3Default code-generator for pug. It generates HTML via a JavaScript template function.INDIRECT21
pug-error • 1.3.3Standard error objects for pugINDIRECT0
pug-filters • 3.1.1Code for processing filters in pug templatesINDIRECT42
pug-lexer • 4.1.0The pug lexer (takes a string and converts it to an array of tokens)INDIRECT20
pug-linker • 3.0.6Link multiple pug ASTs together using include/extendsINDIRECT2
pug-load • 2.0.12The Pug loader is responsible for loading the depenendencies of a given Pug file.INDIRECT2
pug-parser • 5.0.1The pug parser (takes an array of tokens and converts it to an abstract syntax tree)INDIRECT2
pug-runtime • 2.0.5The runtime components for the pug templating languageINDIRECT0
pug-strip-comments • 1.0.4Strip comments from a Pug token stream (from the lexer)INDIRECT1
pug-walk • 1.1.8Walk and transform a pug ASTINDIRECT0
pug • 2.0.4A clean, whitespace-sensitive template language for writing HTMLINDIRECT75
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT28
read-pkg • 1.1.0Read a package.json fileINDIRECT25
redis-commands • 1.7.0Redis commandsINDIRECT0
redis-parser • 2.6.0Javascript Redis protocol (RESP) parserINDIRECT0
redis • 0.12.1Redis client libraryINDIRECT0
redis • 2.6.5Redis client libraryINDIRECT3
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
right-align • 0.1.3Right-align the text in a string.INDIRECT5
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
send • 0.19.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.16.2Serve static filesINDIRECT21
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
statuses • 2.0.1HTTP status utilityINDIRECT0
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
stylus • 0.54.5Robust, expressive, and feature-rich CSS supersetINDIRECT19
stylus • 0.54.8Robust, expressive, and feature-rich CSS supersetINDIRECT27
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
to-fast-properties • 1.0.3Force V8 to use fast properties for an objectINDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
token-stream • 0.0.1Take an array of token and produce a more useful API to give to a parserINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
uglify-to-browserify • 1.0.2A transform to make UglifyJS work in browserify.INDIRECT0
underscore • 1.13.7JavaScript's functional programming helper library.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 2.0.3Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
void-elements • 2.0.1Array of "void elements" defined by the HTML specification.INDIRECT0
window-size • 0.1.0Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
window-size • 0.2.0Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
with • 5.1.1Compile time `with` for strict mode JavaScriptINDIRECT3
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 3.10.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT13
yargs • 4.8.1yargs the modern, pirate-themed, successor to optimist.INDIRECT51
ISC23
PackageRelationDependenciesPublished
cliui • 2.1.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 1.0.3[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob • 7.0.6a little globberINDIRECT10
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
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
lru-cache • 2.7.3A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
which-module • 1.0.0Find the module object for something that was require()dINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 2.4.1the mighty option parser used by yargsINDIRECT2
BSD-3-Clause5
PackageRelationDependenciesPublished
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
source-map • 0.1.43Generates and consumes source mapsINDIRECT1
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
BSD-2-Clause3
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
uglify-js • 2.8.29JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT16
unknown2
PackageRelationDependenciesPublished
reds • 0.2.5Redis search for node.jsINDIRECT5
sylvester • 0.0.21node.js implementation of James Coglan's "Sylvester" matrix math library.INDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
non-standard1
PackageRelationDependenciesPublished
sax • 0.5.8An evented streaming XML parser in JavaScriptINDIRECT0
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
MIT OR X111
PackageRelationDependenciesPublished
wordwrap • 0.0.2Wrap those words. Show them at what columns to start and stop.INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.21A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.2 version:

[![licenses](https://licenses.dev/b/npm/foundry-kue-scheduler/1.1.2)](https://licenses.dev/npm/foundry-kue-scheduler/1.1.2)
<a href="https://licenses.dev/npm/foundry-kue-scheduler/1.1.2">
  <img src="https://licenses.dev/b/npm/foundry-kue-scheduler/1.1.2" alt="licenses" />
</a>
GitHub