SVR.JS 3.3.0 Licenses
SVR.JS 3.3.0
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.0 and utilities
License: MIT
Regular expression for matching ANSI escape codes
License: MIT
ANSI escape codes for styling strings in the terminal
License: MIT
High-priority task queue for Node.js and browsers
License: MIT
Minimal async jobs utility library, with streams support
License: MIT
Fast HTTP benchmarking tool written in Node.js
Ships with SVR.JS as additional tool.
License: MIT
Base64 encoding/decoding in pure JS
License: MIT
Robustly `.call.bind()` a function
License: MIT
Terminal string styling done right
License: ISC
chownr (by Isaac Z. Schlueter)
like `chown -R`
License: MIT
Pretty unicode tables for the command line. Based on the original cli-table.
License: MIT
deep cloning of objects and arrays
License: MIT
Plain color conversion functions
License: MIT
A list of color names and its values
License: ISC
A module which will endeavor to guess your terminal's level of color support.
License: MIT
get colors in your node.js console
License: MIT
A stream that emits multiple other streams one after another.
License: MIT
Cross platform normalization of process.argv
License: ISC
Property descriptor factory
License: MIT
debug (by TJ Holowaychuk)
small debugging utility
License: ISC
Contain async insanity so that the dark pony lord doesn't eat souls
License: MIT
Buffers events from a stream until you are ready to handle them.
License: ISC
ECMAScript extensions and shims
License: MIT
Iterator abstraction based on ES6 specification
License: MIT
ECMAScript 6 Symbol polyfill
License: MIT
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
License: MIT
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 read and write streams based on minipass
Patched to work with Bun
License: MIT
Implementation of Function.prototype.bind
License: MIT
Get and robustly cache all JS language-level intrinsics at first require time
License: ISC
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
Check if argv has a specific flag
License: MIT
Determine if the JS environment has Symbol support. Supports spec, or shams.
License: MIT
A tiny (190B) and extremely fast utility to generate random IDs of fixed length
License: BSD-2
TypeScript port of HdrHistogram
License: MIT
A little lib for turning native-hdr-histograms to objects
License: MIT
Uber-fast unique id generation, for Node.js and the browser
License: MIT
lightweight translation module with dynamic json storage
License: MIT
Check if the character represented by a given Unicode code point is fullwidth
License: ISC
Unicode CLDR pluralization rules as JavaScript functions
License: MIT
Cross-platform method to add a directory to your $PATH
License: MIT
Parse math interval
License: MIT
Formatters for messageformat
License: MIT
A PEG.js parser for ICU MessageFormat strings
License: MIT
PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.
License: MIT
Media Type Database
License: MIT
The ultimate javascript content-type utility.
Required by SVR.JS.
License: MIT
parse argument options
License: ISC
minimal implementation of a PassThrough stream
License: MIT
A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.
License: MIT
Recursively mkdir, like `mkdir -p`
License: MIT
Logic-less {{mustache}} templates with JavaScript
License: MIT
Environment agnostic nextTick polyfill
License: MIT
ES2015 `Object.assign()` ponyfill
License: MIT
string representations of objects in node and the browser
License: MIT
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
zlib port to javascript - fast, modularized, with browser support
License: MIT
Convert bytes to a human readable string: 1337 → 1.34 kB
Required by SVR.JS.
License: MIT
Flexible ascii progress bar
License: BSD-3
A querystring parser that supports nesting and arrays, with a depth limit
License: MIT
reschedulable setInterval for node.js
License: MIT
Reschedulable Timer for your node needs
License: MIT
Store information about any JS value in a side channel. Uses WeakMap if available.
License: BSD-3
JavaScript sprintf implementation
License: MIT
Get the visual width of a string - the number of columns required to display it
License: MIT
Strip ANSI escape codes from a string
License: MIT
Detect whether a terminal supports color
License: ISC
tar (by Isaac Z. Schlueter)
tar for node
Required by SVR.JS.
License: MIT
Parse a human readable time string into a time based value
License: ISC
wrappy (by Isaac Z. Schlueter)
Callback wrapping utility
License: ISC
Yet Another Linked List