licenses.dev

node-gyp v8.4.1

Node.js native addon build tool

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT46
PackageRelationDependenciesPublished
@gar/promisify • 1.1.3Promisify an entire class or objectINDIRECT0
@npmcli/move-file • 1.1.2move a file (fork of move-file)INDIRECT13
@tootallnate/once • 1.1.2Creates a Promise that waits for a single eventINDIRECT0
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
agentkeepalive • 4.5.0Missing keepalive http.AgentINDIRECT2
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
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
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
env-paths • 2.2.1Get paths for storing things like data, config, cache, etcDIRECT0
err-code • 2.0.3Create an error with a codeINDIRECT0
http-proxy-agent • 4.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT4
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
humanize-ms • 1.2.1transform humanize time to msINDIRECT1
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 • 1.4.1An implementation of window.fetch in Node.js using Minipass streamsINDIRECT7
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
p-map • 4.0.0Map over promises concurrentlyINDIRECT3
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT2
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
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 • 6.2.1A 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_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
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
ISC43
PackageRelationDependenciesPublished
@npmcli/fs • 1.1.1filesystem utilities for the npm cliINDIRECT2
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 • 3.0.1Keep track of the overall completion of many disparate processesINDIRECT6
cacache • 15.3.0Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT38
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 • 4.0.4A terminal based horizontal gaugeINDIRECT11
glob • 7.2.3a little globberDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.DIRECT0
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
infer-owner • 1.0.4Infer the owner of a path based on the owner of its nearest existing parentINDIRECT0
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
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
make-fetch-happen • 9.1.0Opinionated, caching, retrying fetch clientDIRECT64
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minipass-collect • 1.0.2A Minipass stream that collects all the data into a single chunkINDIRECT2
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
nopt • 5.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.DIRECT1
npmlog • 6.0.2logger for npmDIRECT20
once • 1.4.0Run a function exactly one timeINDIRECT1
promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)DIRECT11
semver • 7.6.3The semantic version parser used by npm.DIRECT0
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
ssri • 8.0.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT2
tar • 6.2.1tar for nodeDIRECT7
unique-filename • 1.1.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-slug • 2.0.2Generate 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.DIRECT1
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
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/node-gyp)](https://licenses.dev/npm/node-gyp)
<a href="https://licenses.dev/npm/node-gyp">
  <img src="https://licenses.dev/b/npm/node-gyp" alt="licenses" />
</a>

Or the licenses badge code for the 8.4.1 version:

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