SVR.JS 3.3.3 Licenses

SVR.JS 3.3.3

MIT License

Copyright (c) 2020 DorianTech S.A.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Packages used by SVR.JS 3.3.3 and utilities

License: MIT
ansi-regex (by Sindre Sorhus)
Regular expression for matching ANSI escape codes
License: MIT
ansi-styles (by Sindre Sorhus)
ANSI escape codes for styling strings in the terminal
License: MIT
asap
High-priority task queue for Node.js and browsers
License: MIT
asynckit (by Alex Indigo)
Minimal async jobs utility library, with streams support
License: MIT
autocannon (by Matteo Collina)
Fast HTTP benchmarking tool written in Node.js
Ships with SVR.JS as additional tool.
License: MIT
base64-js (by T. Jameson Little)
Base64 encoding/decoding in pure JS
License: MIT
call-bind (by Jordan Harband)
Robustly `.call.bind()` a function
License: MIT
chalk
Terminal string styling done right
License: ISC
chownr (by Isaac Z. Schlueter)
like `chown -R`
License: MIT
cli-table3 (by James Talmage)
Pretty unicode tables for the command line. Based on the original cli-table.
License: MIT
clone (by Paul Vorbach)
deep cloning of objects and arrays
License: MIT
color-convert (by Heather Arthur)
Plain color conversion functions
License: MIT
color-name (by DY)
A list of color names and its values
License: ISC
color-support (by Isaac Z. Schlueter)
A module which will endeavor to guess your terminal's level of color support.
License: MIT
colors (by Marak Squires)
get colors in your node.js console
License: MIT
combined-stream (by Felix Geisendörfer)
A stream that emits multiple other streams one after another.
License: MIT
cross-argv (by Mathias Buus)
Cross platform normalization of process.argv
License: ISC
d (by Mariusz Nowak)
Property descriptor factory
License: MIT
debug (by TJ Holowaychuk)
small debugging utility
License: ISC
dezalgo (by Isaac Z. Schlueter)
Contain async insanity so that the dark pony lord doesn't eat souls
License: MIT
delayed-stream (by Felix Geisendörfer)
Buffers events from a stream until you are ready to handle them.
License: ISC
es5-ext (by Mariusz Nowak)
ECMAScript extensions and shims
License: MIT
es6-iterator (by Mariusz Nowak)
Iterator abstraction based on ES6 specification
License: MIT
es6-symbol (by Mariusz Nowak)
ECMAScript 6 Symbol polyfill
License: MIT
form-data (by Felix Geisendörfer)
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
License: MIT
formidable
A node.js module for parsing form data, especially file uploads.
Required by SVR.JS. Patched to work with Node.JS 8.x
License: ISC
fs-minipass (by Isaac Z. Schlueter)
fs read and write streams based on minipass
Patched to work with Bun
License: MIT
function-bind (by Raynos)
Implementation of Function.prototype.bind
License: MIT
get-intrinsic (by Jordan Harband)
Get and robustly cache all JS language-level intrinsics at first require time
License: ISC
graceful-fs
A drop-in replacement for fs, making various improvements.
Required by SVR.JS.
License: MIT
has (by Thiago de Arruda)
Object.prototype.hasOwnProperty.call shortcut
License: MIT
has-flag (by Sindre Sorhus)
Check if argv has a specific flag
License: MIT
has-symbols (by Jordan Harband)
Determine if the JS environment has Symbol support. Supports spec, or shams.
License: MIT
hexoid (by Luke Edwards)
A tiny (190B) and extremely fast utility to generate random IDs of fixed length
License: BSD-2
hdr-histogram-js (by Alexandre Victoor)
TypeScript port of HdrHistogram
License: MIT
hdr-histogram-percentiles-obj (by Glen Keane)
A little lib for turning native-hdr-histograms to objects
License: MIT
hyperid (by Matteo Collina)
Uber-fast unique id generation, for Node.js and the browser
License: MIT
i18n (by Marcus Spiegel)
lightweight translation module with dynamic json storage
License: MIT
is-fullwidth-code-point (by Sindre Sorhus)
Check if the character represented by a given Unicode code point is fullwidth
License: ISC
make-plural (by Eemeli Aro)
Unicode CLDR pluralization rules as JavaScript functions
License: MIT
manage-path (by Kent C. Dodds)
Cross-platform method to add a directory to your $PATH
License: MIT
math-interval-parser (by Dmitry Semigradsky)
Parse math interval
License: MIT
messageformat-formatters (by Eemeli Aro)
Formatters for messageformat
License: MIT
messageformat-parser
A PEG.js parser for ICU MessageFormat strings
License: MIT
messageformat (by Alex Sexton)
PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.
License: MIT
mime-db
Media Type Database
License: MIT
mime-types
The ultimate javascript content-type utility.
Required by SVR.JS.
License: MIT
minimist (by James Halliday)
parse argument options
License: ISC
minipass (by Isaac Z. Schlueter)
minimal implementation of a PassThrough stream
License: MIT
minizlib (by Isaac Z. Schlueter)
A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.
License: MIT
mkdirp
Recursively mkdir, like `mkdir -p`
License: MIT
mustache (by mustache.js Authors)
Logic-less {{mustache}} templates with JavaScript
License: MIT
next-tick (by Mariusz Nowak)
Environment agnostic nextTick polyfill
License: MIT
object-assign (by Sindre Sorhus)
ES2015 `Object.assign()` ponyfill
License: MIT
object-inspect (by James Halliday)
string representations of objects in node and the browser
License: MIT
on-net-listen (by Mathias Buus)
Observe when something in your node app starts listening on a TCP port
License: ISC
once (by Isaac Z. Schlueter)
Run a function exactly one time
License: MIT
pako
zlib port to javascript - fast, modularized, with browser support
License: MIT
pretty-bytes (by Sindre Sorhus)
Convert bytes to a human readable string: 1337 → 1.34 kB
Required by SVR.JS.
License: MIT
progress (by TJ Holowaychuk)
Flexible ascii progress bar
License: BSD-3
qs
A querystring parser that supports nesting and arrays, with a depth limit
License: MIT
reinterval (by 4rzael)
reschedulable setInterval for node.js
License: MIT
retimer (by Matteo Collina)
Reschedulable Timer for your node needs
License: MIT
side-channel (by Jordan Harband)
Store information about any JS value in a side channel. Uses WeakMap if available.
License: BSD-3
sprintf-js (by Alexandru Mărășteanu)
JavaScript sprintf implementation
License: MIT
string-width (by Sindre Sorhus)
Get the visual width of a string - the number of columns required to display it
License: MIT
strip-ansi (by Sindre Sorhus)
Strip ANSI escape codes from a string
License: MIT
supports-color (by Sindre Sorhus)
Detect whether a terminal supports color
License: ISC
tar (by Isaac Z. Schlueter)
tar for node
Required by SVR.JS.
License: MIT
timestring (by Michael David Barrett)
Parse a human readable time string into a time based value
License: ISC
wrappy (by Isaac Z. Schlueter)
Callback wrapping utility
License: ISC
yallist (by Isaac Z. Schlueter)
Yet Another Linked List