licenses.dev

crypt3 v0.1.0

Node.js crypt(3) bindings

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT51
PackageRelationDependenciesPublished
@pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()`INDIRECT0
agent-base • 7.1.1Turn a function into an `http.Agent` instanceINDIRECT2
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 6.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 6.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
eastasianwidth • 0.2.0Get East Asian Width from a character.INDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
err-code • 2.0.3Create an error with a codeINDIRECT0
http-proxy-agent • 7.0.2An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT3
https-proxy-agent • 7.0.5An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
ip-address • 9.0.5A library for parsing IPv4 and IPv6 IP addresses in node and the browser.INDIRECT2
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-lambda • 1.0.1Detect if your code is running on an AWS Lambda serverINDIRECT0
jsbn • 1.1.0The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
minipass-fetch • 3.0.5An implementation of window.fetch in Node.js using Minipass streamsINDIRECT8
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
negotiator • 0.6.3HTTP content negotiationINDIRECT0
node-gyp • 10.2.0Node.js native addon build toolDIRECT90
p-map • 4.0.0Map over promises concurrentlyINDIRECT3
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT2
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
socks-proxy-agent • 8.0.4A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSINDIRECT8
socks • 2.8.3Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT4
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 5.1.2Get 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
strip-ansi • 7.1.0Strip ANSI escape codes from a stringINDIRECT1
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codesINDIRECT6
ISC34
PackageRelationDependenciesPublished
@isaacs/cliui • 8.0.2easily create complex multi-column command-line-interfacesINDIRECT16
@npmcli/agent • 2.2.2the http/https agent used by the npm cliINDIRECT12
@npmcli/fs • 3.1.1filesystem utilities for the npm cliINDIRECT1
abbrev • 2.0.0Like ruby's abbrev module, but in jsINDIRECT0
cacache • 18.0.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT57
chownr • 2.0.0like `chown -R`INDIRECT0
foreground-child • 3.3.0Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
fs-minipass • 3.0.3fs read and write streams based on minipassINDIRECT1
glob • 10.4.5the most correct and second fastest glob implementation in JavaScriptINDIRECT34
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
isexe • 3.1.1Minimal module to check if a file is executable.INDIRECT0
lru-cache • 10.4.3A cache object that deletes the least-recently-used items.INDIRECT0
make-fetch-happen • 13.0.1Opinionated, caching, retrying fetch clientINDIRECT82
minimatch • 9.0.5a glob matcher in javascriptINDIRECT2
minipass-collect • 2.0.1A Minipass stream that collects all the data into a single chunkINDIRECT1
minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end'INDIRECT2
minipass-pipeline • 1.2.4create a pipeline of streams using MinipassINDIRECT2
minipass-sized • 1.0.3A Minipass stream that raises an error if you get a different number of bytes than expectedINDIRECT2
minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
minipass • 7.1.2minimal implementation of a PassThrough streamINDIRECT0
nopt • 7.2.1Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
proc-log • 4.2.0just emit 'log' events on the process objectINDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
ssri • 10.0.6Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
tar • 6.2.1tar for nodeINDIRECT7
unique-filename • 3.0.0Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-slug • 4.0.0Generate a unique character string suitible for use in files and URLs.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 4.0.0Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
yallist • 4.0.0Yet Another Linked ListINDIRECT0
BlueOak-1.0.03
PackageRelationDependenciesPublished
jackspeak • 3.4.3A very strict and proper argument parser.INDIRECT18
package-json-from-dist • 1.0.0Load the local package.json from either src or dist folderINDIRECT0
path-scurry • 1.11.1walk paths fast and efficientlyINDIRECT2
Apache-2.01
PackageRelationDependenciesPublished
exponential-backoff • 3.1.1A utility that allows retrying a function with an exponential delay between attempts.INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

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