licenses.dev

@redspot/chai v0.4.2-15

Published on

Licenses

Learn more about license information.

Package Licenses

unknown

Dependency Licenses

MIT161
PackageRelationDependenciesPublished
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@types/bn.js • 4.11.6TypeScript definitions for bn.jsINDIRECT2
@types/node-fetch • 2.6.12TypeScript definitions for node-fetchINDIRECT8
@types/node • 22.10.2TypeScript definitions for nodeINDIRECT1
@types/websocket • 1.0.10TypeScript definitions for websocketINDIRECT2
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
ansi-colors • 4.1.1Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).INDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
arg • 4.1.3Another simple argument parserINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base-x • 3.0.10Fast base encoding / decoding of any given alphabetINDIRECT1
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
blakejs • 1.2.1Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functionsINDIRECT0
bn.js • 4.12.1Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.1Big number implementation in pure javascriptINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
bufferutil • 4.0.8WebSocket buffer utilsINDIRECT1
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT11
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chokidar • 3.5.1Minimal and efficient cross-platform file watching libraryINDIRECT14
ci-info • 2.0.0Get details about the current Continuous Integration environmentINDIRECT0
cipher-base • 1.0.6abstract base class for crypto-streamsINDIRECT2
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
consola • 2.15.3Elegant Console Logger for Node.js and BrowserINDIRECT0
create-hash • 1.2.0create hashes for browserifyINDIRECT10
create-require • 1.1.1Polyfill for Node.js module.createRequire (<= v12.2.0)INDIRECT0
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
cuint • 0.2.2Unsigned integers for JavascriptINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.3.1small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 4.0.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
elliptic • 6.6.1EC cryptographyINDIRECT7
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
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.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
find-up • 2.1.0Find a file by walking up parent directoriesINDIRECT5
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
form-data • 4.0.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
fp-ts • 1.19.5Functional programming in TypeScriptINDIRECT0
fs-extra • 7.0.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.6Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT10
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
growl • 1.10.5Growl unobtrusive notificationsINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hash-base • 3.1.0abstract base class for hash-streamsINDIRECT5
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
io-ts • 1.10.4TypeScript compatible runtime type system for IO validationINDIRECT1
ip-regex • 4.3.0Regular expression for matching IP addresses (IPv4 & IPv6)INDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 4.0.3Returns `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-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-promise • 2.2.2Test whether an object looks like a promises-a+ promiseINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
js-sha3 • 0.8.0A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.INDIRECT0
js-yaml • 4.0.0YAML 1.2 parser and serializerINDIRECT1
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash • 4.17.21Lodash modular utilities.INDIRECT0
log-symbols • 4.0.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT6
lru-queue • 0.1.0LRU QueueINDIRECT9
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT6
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
mocha • 8.4.0simple, flexible, fun test frameworkINDIRECT83
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.1.20A tiny (108 bytes), secure URL-friendly unique string ID generatorINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-gyp-build • 4.8.4Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 3.5.0Recursive version of fs.readdir with streaming API.INDIRECT1
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT6
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
scryptsy • 2.1.0Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.INDIRECT0
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
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 MapINDIRECT13
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT14
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT16
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
stacktrace-parser • 0.1.10Parses every stack trace into a nicely formatted array of hashes.INDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-json-comments • 3.1.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
ts-node • 9.1.1TypeScript execution environment and REPL for node.js, with source map supportINDIRECT8
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
utf-8-validate • 5.0.10Check if a buffer contains valid UTF-8INDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 3.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
xxhashjs • 0.2.2xxHash in JavascriptINDIRECT1
yaeti • 0.0.6Yet Another EventTarget ImplementationINDIRECT0
yargs-unparser • 2.0.0Converts back a yargs argv object to its original array formINDIRECT4
yargs • 16.2.0yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yn • 3.1.1Parse yes/no like valuesINDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC34
PackageRelationDependenciesPublished
@ungap/promise-all-settled • 1.1.2A cross platform Promise.allSettled polyfillINDIRECT0
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
browser-stdout • 1.3.1`process.stdout` in your browser.INDIRECT0
cliui • 7.0.4easily create complex multi-column command-line-interfacesINDIRECT9
d • 1.0.2Property descriptor factoryINDIRECT8
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
es6-weak-map • 2.0.3ECMAScript6 WeakMap polyfillINDIRECT9
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![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-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.1.6a little globberINDIRECT10
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A 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
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
make-error • 1.3.6Make your own error types!INDIRECT0
memoizee • 0.4.17Memoize/cache function resultsINDIRECT13
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.0.4a glob matcher in javascriptINDIRECT3
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
timers-ext • 0.1.8Timers extensionsINDIRECT9
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wide-align • 1.1.3A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT4
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 20.2.4the mighty option parser used by yargsINDIRECT0
Apache-2.023
PackageRelationDependenciesPublished
@polkadot/api-contract • 2.10.1Interfaces for interacting with contracts and contract ABIsDIRECT87
@polkadot/api-derive • 2.10.1Common functions used across Polkadot, derived from RPC calls and storage queries.INDIRECT86
@polkadot/api • 2.10.1Promise and RxJS wrappers around the Polkadot JS RPCDIRECT86
@polkadot/keyring • 4.2.1Keyring managementINDIRECT39
@polkadot/metadata • 2.10.1Helpers to extract information from runtime metadataINDIRECT57
@polkadot/networks • 4.2.1A list of all available Substrate networks and their applicable prefixesINDIRECT2
@polkadot/rpc-core • 2.10.1A JavaScript wrapper for the Polkadot JsonRPC interfaceINDIRECT83
@polkadot/rpc-provider • 2.10.1Transport providers for the APIINDIRECT82
@polkadot/types-known • 2.10.1A JavaScript wrapper for the Polkadot JsonRPC interfaceINDIRECT57
@polkadot/types • 2.10.1Implementation of the Parity codecINDIRECT57
@polkadot/util-crypto • 4.2.1A collection of useful crypto utilities for @polkadotINDIRECT38
@polkadot/util • 4.2.1A collection of useful utilities for @polkadotINDIRECT10
@polkadot/wasm-crypto • 2.0.1Wrapper around crypto hashing functionsINDIRECT0
@polkadot/x-fetch • 4.2.1A cross-environment fetch replacementINDIRECT15
@polkadot/x-randomvalues • 4.2.1A cross-environment window.crypto.getRandomValues replacementINDIRECT2
@polkadot/x-textdecoder • 4.2.1A TextDecoder replacementINDIRECT2
@polkadot/x-textencoder • 4.2.1A TextDecoder replacementINDIRECT2
@polkadot/x-ws • 4.2.1A cross-environment WebSocket replacementINDIRECT23
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
true-case-path • 2.2.1Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.INDIRECT0
typescript • 4.9.5TypeScript is a language for application scale JavaScript developmentINDIRECT0
websocket • 1.0.35Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.INDIRECT17
workerpool • 6.1.0Offload tasks to a pool of workers on node.js and in the browserINDIRECT0
BSD-3-Clause6
PackageRelationDependenciesPublished
diff • 4.0.2A javascript text diff implementation.INDIRECT0
diff • 5.0.0A javascript text diff implementation.INDIRECT0
flat • 5.0.2Take a nested Javascript object and flatten it, or unflatten an object with delimited keysINDIRECT0
qs • 6.13.1A querystring parser that supports nesting and arrays, with a depth limitINDIRECT17
serialize-javascript • 5.0.1Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
unknown1
PackageRelationDependenciesPublished
redspot • 0.4.2-15DIRECT149
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 1.0.3Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.7.1A collection of essential TypeScript typesINDIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.11Streamable SHA hashes in pure javascriptINDIRECT2
BSD-2-Clause1
PackageRelationDependenciesPublished
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40redspot%2Fchai)](https://licenses.dev/npm/%40redspot%2Fchai)
<a href="https://licenses.dev/npm/%40redspot%2Fchai">
  <img src="https://licenses.dev/b/npm/%40redspot%2Fchai" alt="licenses" />
</a>

Or the licenses badge code for the 0.4.2-15 version:

[![licenses](https://licenses.dev/b/npm/%40redspot%2Fchai/0.4.2-15)](https://licenses.dev/npm/%40redspot%2Fchai/0.4.2-15)
<a href="https://licenses.dev/npm/%40redspot%2Fchai/0.4.2-15">
  <img src="https://licenses.dev/b/npm/%40redspot%2Fchai/0.4.2-15" alt="licenses" />
</a>
GitHub