licenses.dev

npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen v4.0.1

Opinionated, caching, retrying fetch client

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT62
PackageRelationDependenciesPublished
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cyclist • 1.0.2Cyclist is an efficient cyclic list implemention.INDIRECT0
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
flush-write-stream • 1.1.1A write stream constructor that supports a flush function that is called before finish is emittedINDIRECT8
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>agentkeepalive • 3.4.1Missing keepalive http.AgentDIRECT2
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>agentkeepalive>humanize-ms • 1.2.1transform humanize time to msINDIRECT1
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>agentkeepalive>humanize-ms>ms • 2.1.1Tiny millisecond conversion utilityINDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>http-proxy-agent • 2.1.0An HTTP(s) proxy `http.Agent` implementation for HTTPDIRECT5
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>http-proxy-agent>agent-base • 4.2.0Turn a function into an `http.Agent` instanceINDIRECT2
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>http-proxy-agent>agent-base>es6-promisify • 5.0.0Converts callback-based functions to ES6 PromisesINDIRECT1
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>http-proxy-agent>agent-base>es6-promisify>es6-promise • 4.2.4A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>http-proxy-agent>debug • 3.1.0small debugging utilityINDIRECT1
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>http-proxy-agent>debug>ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>https-proxy-agent • 2.2.1An HTTP(s) proxy `http.Agent` implementation for HTTPSDIRECT5
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>https-proxy-agent>agent-base • 4.2.0Turn a function into an `http.Agent` instanceINDIRECT2
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>https-proxy-agent>agent-base>es6-promisify • 5.0.0Converts callback-based functions to ES6 PromisesINDIRECT1
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>https-proxy-agent>agent-base>es6-promisify>es6-promise • 4.2.4A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>https-proxy-agent>debug • 3.1.0small debugging utilityINDIRECT1
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>https-proxy-agent>debug>ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>node-fetch-npm • 2.0.2An npm cli-oriented fork of the excellent node-fetchDIRECT5
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>node-fetch-npm>encoding • 0.1.12Convert encodings, uses iconv by default and fallbacks to iconv-lite if neededINDIRECT2
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>node-fetch-npm>encoding>iconv-lite • 0.4.21Convert character encodings in pure javascript.INDIRECT1
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>node-fetch-npm>encoding>iconv-lite>safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>promise-retry • 1.1.1Retries a function that returns a promise, leveraging the power of the retry module.DIRECT2
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>promise-retry>err-code • 1.1.2Create an error with a codeINDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>promise-retry>retry • 0.10.1Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>socks-proxy-agent • 4.0.0A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSDIRECT6
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>socks-proxy-agent>agent-base • 4.1.2Turn a function into an `http.Agent` instanceINDIRECT2
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>socks-proxy-agent>agent-base>es6-promisify • 5.0.0Converts callback-based functions to ES6 PromisesINDIRECT1
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>socks-proxy-agent>agent-base>es6-promisify>es6-promise • 4.2.4A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>socks-proxy-agent>socks • 2.1.6Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT2
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>socks-proxy-agent>socks>ip • 1.1.5[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)INDIRECT0
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>socks-proxy-agent>socks>smart-buffer • 4.0.1smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
parallel-transform • 1.2.0Transform stream that allows you to run your transforms in parallel without changing the orderINDIRECT9
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 1.5.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT14
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
stream-each • 1.2.3Iterate all the data in a streamINDIRECT4
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC27
PackageRelationDependenciesPublished
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
cacache • 11.3.3Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.DIRECT56
chownr • 1.1.4like `chown -R`INDIRECT0
copy-concurrently • 1.0.5Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.INDIRECT27
figgy-pudding • 3.5.2Delicious, festive, cascading config/opts definitionsINDIRECT0
fs-write-stream-atomic • 1.0.10Like `fs.createWriteStream(...)`, but atomic.INDIRECT11
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.DIRECT2
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
move-concurrently • 1.0.1Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.INDIRECT28
once • 1.4.0Run a function exactly one timeINDIRECT1
promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
run-queue • 1.0.3A promise based, dynamic priority queue runner, with concurrency limiting.INDIRECT1
ssri • 6.0.2Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.DIRECT1
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
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
mississippi • 3.0.0a collection of useful streamsDIRECT26
npm>6.0.1>libnpmhook>npm-registry-fetch>make-fetch-happen>http-cache-semantics • 3.8.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/npm%3E6.0.1%3Elibnpmhook%3Enpm-registry-fetch%3Emake-fetch-happen)](https://licenses.dev/npm/npm%3E6.0.1%3Elibnpmhook%3Enpm-registry-fetch%3Emake-fetch-happen)
<a href="https://licenses.dev/npm/npm%3E6.0.1%3Elibnpmhook%3Enpm-registry-fetch%3Emake-fetch-happen">
  <img src="https://licenses.dev/b/npm/npm%3E6.0.1%3Elibnpmhook%3Enpm-registry-fetch%3Emake-fetch-happen" alt="licenses" />
</a>

Or the licenses badge code for the 4.0.1 version:

[![licenses](https://licenses.dev/b/npm/npm%3E6.0.1%3Elibnpmhook%3Enpm-registry-fetch%3Emake-fetch-happen/4.0.1)](https://licenses.dev/npm/npm%3E6.0.1%3Elibnpmhook%3Enpm-registry-fetch%3Emake-fetch-happen/4.0.1)
<a href="https://licenses.dev/npm/npm%3E6.0.1%3Elibnpmhook%3Enpm-registry-fetch%3Emake-fetch-happen/4.0.1">
  <img src="https://licenses.dev/b/npm/npm%3E6.0.1%3Elibnpmhook%3Enpm-registry-fetch%3Emake-fetch-happen/4.0.1" alt="licenses" />
</a>
GitHub