licenses.dev

stampede-chatbot v0.1.0

A slack chatbot for the stampede CI system

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT196
PackageRelationDependenciesPublished
@ioredis/commands • 1.2.0Redis commandsINDIRECT0
ansi-escapes • 1.4.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT18
array.prototype.reduce • 1.0.8An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.INDIRECT87
arraybuffer.prototype.slice • 1.0.4ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT85
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-redis • 1.1.7Light wrapper over redis_node with first class async & promise support.INDIRECT4
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
babel-polyfill • 6.26.0Provides polyfills necessary for a full ES2015+ environmentINDIRECT4
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
bull • 3.29.3Job managerDIRECT115
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightDIRECT6
cli-cursor • 1.0.2Toggle the CLI cursorINDIRECT3
cli-cursor • 2.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.20.3the complete solution for node.js command-line programsDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
cron-parser • 2.18.0Node.js library for parsing crontab instructionsINDIRECT21
data-view-buffer • 1.0.2Get the ArrayBuffer out of a DataView, robustly.INDIRECT25
data-view-byte-length • 1.0.2Get the byteLength out of a DataView, robustly.INDIRECT25
data-view-byte-offset • 1.0.1Get the byteOffset out of a DataView, robustly.INDIRECT25
dateformat • 3.0.3A node.js package for Steven Levithan's excellent dateFormat() function.DIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
debuglog • 1.0.1backport of util.debuglog from node v0.11INDIRECT0
deep-extend • 0.6.0Recursive object extendingINDIRECT0
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
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
es-abstract • 1.23.9ECMAScript spec abstract operations.INDIRECT85
es-array-method-boxes-properly • 1.0.0Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.INDIRECT0
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
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT13
es-to-primitive • 1.3.0ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT19
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
exit-hook • 1.1.1Run some code when the process exitsINDIRECT0
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
figlet • 1.8.1Creates ASCII Art from text. A full implementation of the FIGfont spec.DIRECT0
figures • 1.7.0Unicode symbols with Windows CMD fallbacksINDIRECT2
for-each • 0.3.5A better forEachINDIRECT1
form-data • 2.5.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT20
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.8An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT21
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-port • 5.1.1Get an available portINDIRECT0
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-symbol-description • 1.1.0Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT13
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-proto • 1.2.0Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT5
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
inquirer • 0.11.0A collection of common interactive command line user interfaces.INDIRECT26
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT18
ioredis • 4.30.0A robust, performance-focused and full-featured Redis client for Node.js.INDIRECT12
is-array-buffer • 3.0.5Is this value a JS ArrayBuffer?INDIRECT17
is-async-function • 2.1.1Determine if a function is a native async function.INDIRECT17
is-bigint • 1.1.0Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.2.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT24
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-finalizationregistry • 1.1.1Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-generator-function • 1.1.0Determine if a function is a native generator function.INDIRECT16
is-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-nan • 1.3.2ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.INDIRECT18
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-shared-array-buffer • 1.0.4Is this value a JS SharedArrayBuffer?INDIRECT13
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT16
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT23
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakref • 1.1.1Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerDIRECT3
jsonpath • 1.1.1Query JavaScript objects with JSONPath expressions. Robust / safe JSONPath engine for Node.js.INDIRECT15
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
lodash.defaults • 4.2.0The lodash method `_.defaults` exported as a module.INDIRECT0
lodash.flatten • 4.4.0The lodash method `_.flatten` exported as a module.INDIRECT0
lodash.isarguments • 3.1.0The lodash method `_.isArguments` exported as a module.INDIRECT0
lodash • 3.10.1The modern build of lodash modular utilities.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
log-symbols • 2.2.0Colored symbols for various log levels. Example: ✔︎ SuccessINDIRECT7
log-update • 1.0.2Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.INDIRECT5
lynn-request • 0.4.8A high level API for making web requestsDIRECT42
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mimic-fn • 1.2.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
moment-timezone • 0.5.48Parse and display moments in any timezone.INDIRECT1
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-localstorage • 0.6.0A drop-in substitute for the browser native localStorage API that runs on node.js.INDIRECT0
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
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT19
object.getownpropertydescriptors • 2.1.8ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.INDIRECT88
onetime • 1.1.0Only call a function onceINDIRECT0
onetime • 2.0.1Ensure a function is only called onceINDIRECT1
optionator • 0.8.3option parsing and help generationINDIRECT6
ora • 3.4.0Elegant terminal spinnerDIRECT19
own-keys • 1.0.1Robustly get an object's own property keys (strings and symbols), including non-enumerables when possibleINDIRECT15
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-map • 2.1.0Map over promises concurrentlyINDIRECT0
p-timeout • 3.2.0Timeout a promise after a specified amount of timeINDIRECT1
pkginfo • 0.4.1An easy way to expose properties on a module from a package.jsonDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.INDIRECT0
promise.prototype.finally • 3.1.8ES Proposal spec-compliant shim for Promise.prototype.finallyINDIRECT86
readline2 • 1.0.1Readline Façade fixing bugs and issues found in releases 0.8 and 0.10INDIRECT4
redis-commands • 1.7.0Redis commandsINDIRECT0
redis-errors • 1.2.0Error classes used in node_redisINDIRECT0
redis-parser • 2.6.0Javascript Redis protocol (RESP) parserINDIRECT0
redis-parser • 3.0.0Javascript Redis protocol (RESP) parserINDIRECT1
redis • 2.8.0Redis client libraryINDIRECT3
reflect.getprototypeof • 1.0.10An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT85
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
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
restore-cursor • 1.0.1Gracefully restore the CLI cursor on exitINDIRECT2
restore-cursor • 2.0.0Gracefully restore the CLI cursor on exitINDIRECT3
run-async • 0.1.0Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT2
safe-array-concat • 1.1.3`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT18
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-push-apply • 1.0.0Push an array of items into an array, while being robust against prototype modificationINDIRECT2
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
set-proto • 1.0.0Robustly set the [[Prototype]] of an objectINDIRECT6
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
stampede-cache • 0.2.0Shared cache code between stampede appsDIRECT5
standard-as-callback • 2.1.0A performant and standard (Bluebird) library that registers a node-style callback on a promiseINDIRECT0
static-eval • 2.0.2evaluate statically-analyzable expressionsINDIRECT12
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string.prototype.trim • 1.2.10ES5 spec-compliant shim for String.prototype.trimINDIRECT85
string.prototype.trimend • 1.0.9ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT19
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT18
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
through • 2.3.8simplified stream constructionINDIRECT0
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT24
typed-array-byte-length • 1.0.3Robustly get the byte length of a Typed ArrayINDIRECT25
typed-array-byte-offset • 1.0.4Robustly get the byte offset of a Typed ArrayINDIRECT85
typed-array-length • 1.0.7Robustly get the length of a Typed ArrayINDIRECT85
unbox-primitive • 1.1.0Unbox a boxed JS primitive value.INDIRECT23
underscore • 1.12.1JavaScript's functional programming helper library.INDIRECT0
util.promisify • 1.1.3Polyfill/shim for util.promisify in node versions < v8INDIRECT89
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vorpal • 1.12.0Node's first framework for building immersive CLI apps.DIRECT39
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
which-boxed-primitive • 1.1.1Which kind of boxed JS primitive is this?INDIRECT22
which-builtin-type • 1.2.1What is the type of this builtin JS value?INDIRECT48
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
which-typed-array • 1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
ISC8
PackageRelationDependenciesPublished
cli-width • 1.1.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
in-publish • 2.0.1Detect if we were run as a result of `npm publish`INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
mute-stream • 0.0.5Bytes go in, but they don't come out (when muted).INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 7.7.1The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause5
PackageRelationDependenciesPublished
escodegen • 1.14.3ECMAScript code generatorINDIRECT11
esprima • 1.2.2ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
unknown2
PackageRelationDependenciesPublished
clear • 0.1.0Clear the terminal screen if possibleDIRECT0
rx-lite • 3.1.2Lightweight library for composing asynchronous and event-based operations in JavaScriptINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
cluster-key-slot • 1.1.2Generates CRC hashes for strings - for use by node redis clients to determine key slots.INDIRECT0
denque • 1.5.1The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.INDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
MIT OR WTFPL1
PackageRelationDependenciesPublished
expand-template • 2.0.3Expand placeholders in a template stringDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderDIRECT4
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/npm/stampede-chatbot/0.1.0)](https://licenses.dev/npm/stampede-chatbot/0.1.0)
<a href="https://licenses.dev/npm/stampede-chatbot/0.1.0">
  <img src="https://licenses.dev/b/npm/stampede-chatbot/0.1.0" alt="licenses" />
</a>
GitHub