licenses.dev

node-red-admin v2.2.4

The Node-RED admin command line interface

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT41
PackageRelationDependenciesPublished
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
ansi-colors • 4.1.3Easily 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).DIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
axios • 0.27.0Promise based HTTP client for the browser and node.jsDIRECT7
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bcrypt • 5.0.1A bcrypt library for NodeJS.DIRECT57
bcryptjs • 2.4.3Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.DIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
colors • 1.0.3get colors in your node.js consoleINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
enquirer • 2.4.1Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.DIRECT3
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
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
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
minimist • 1.2.8parse argument optionsDIRECT0
minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT2
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
mustache • 4.2.0Logic-less {{mustache}} templates with JavaScriptDIRECT0
node-addon-api • 3.2.1Node.js API (Node-API)INDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
ISC30
PackageRelationDependenciesPublished
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 2.0.0Keep track of the overall completion of many disparate processesINDIRECT6
chownr • 2.0.0like `chown -R`INDIRECT0
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
gauge • 3.0.2A terminal based horizontal guageINDIRECT12
glob • 7.2.3a little globberINDIRECT10
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
nopt • 5.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npmlog • 5.0.1logger for npmINDIRECT21
once • 1.4.0Run a function exactly one timeINDIRECT1
read • 1.0.7read(1) for node programsDIRECT1
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
tar • 6.2.1tar for nodeINDIRECT7
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT5
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
unknown1
PackageRelationDependenciesPublished
cli-table • 0.3.11Pretty unicode tables for the CLIDIRECT1
BSD-3-Clause1
PackageRelationDependenciesPublished
@mapbox/node-pre-gyp • 1.0.11Node.js native addon binary install toolINDIRECT55
Apache-2.01
PackageRelationDependenciesPublished
detect-libc • 2.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
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/node-red-admin)](https://licenses.dev/npm/node-red-admin)
<a href="https://licenses.dev/npm/node-red-admin">
  <img src="https://licenses.dev/b/npm/node-red-admin" alt="licenses" />
</a>

Or the licenses badge code for the 2.2.4 version:

[![licenses](https://licenses.dev/b/npm/node-red-admin/2.2.4)](https://licenses.dev/npm/node-red-admin/2.2.4)
<a href="https://licenses.dev/npm/node-red-admin/2.2.4">
  <img src="https://licenses.dev/b/npm/node-red-admin/2.2.4" alt="licenses" />
</a>
GitHub