licenses.dev

mockttp v3.15.3

Mock HTTP server for testing HTTP clients and stubbing webservices

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT149
PackageRelationDependenciesPublished
@graphql-tools/merge • 8.3.1A set of utils for faster development of GraphQL toolsINDIRECT2
@graphql-tools/schema • 8.5.1A set of utils for faster development of GraphQL toolsDIRECT4
@graphql-tools/utils • 8.13.1Common package containing utils and types for GraphQL toolsDIRECT1
@graphql-tools/utils • 8.9.0Common package containing utils and types for GraphQL toolsINDIRECT1
@httptoolkit/subscriptions-transport-ws • 0.11.2A websocket transport for GraphQL subscriptionsDIRECT5
@tootallnate/quickjs-emscripten • 0.23.0Javascript/Typescript bindings for QuickJS, a modern Javascript interpreter, compiled to WebAssembly.INDIRECT0
@types/cors • 2.8.17TypeScript definitions for corsDIRECT2
@types/node • 22.7.5TypeScript definitions for nodeDIRECT1
@types/ws • 8.5.12TypeScript definitions for wsINDIRECT2
accepts • 1.3.8Higher-level content negotiationINDIRECT3
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
agent-base • 7.1.1Turn a function into an `http.Agent` instanceINDIRECT2
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
ast-types • 0.13.4Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT1
async-mutex • 0.5.0A mutex for guarding async workflowsDIRECT1
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
backo2 • 1.0.2simple backoff based on segmentio/backoINDIRECT0
base64-arraybuffer • 0.1.5Encode/decode base64 data into ArrayBuffersDIRECT0
basic-ftp • 5.0.5FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.INDIRECT0
body-parser • 1.20.3Node.js body parsing middlewareDIRECT36
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cacheable-lookup • 6.1.0A cacheable dns.lookup(…) that respects TTLDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
common-tags • 1.8.2a few common utility template tags for ES2015DIRECT0
connect • 3.7.0High performance middleware frameworkDIRECT11
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.7.1HTTP server cookie parsing and serializationINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cors-gate • 1.1.3Gate requests based on CORS data.DIRECT0
cors • 2.8.5Node.js CORS middlewareDIRECT2
cross-fetch • 3.1.8Universal WHATWG Fetch API for Node, Browsers and React NativeDIRECT4
data-uri-to-buffer • 6.0.2Create an ArrayBuffer instance from a Data URI stringINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
degenerator • 5.0.1Compiles sync functions into async generator functionsINDIRECT7
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
eventemitter3 • 3.1.2EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
express • 4.21.1Fast, unopinionated, minimalist web frameworkDIRECT64
fast-json-patch • 3.1.1Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilitiesDIRECT0
finalhandler • 1.1.2Node.js final http responderINDIRECT9
finalhandler • 1.3.1Node.js final http responderINDIRECT9
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-extra • 11.2.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-uri • 6.0.3Returns a `stream.Readable` from a URI stringINDIRECT8
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
graphql-http • 1.22.1Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.DIRECT0
graphql-subscriptions • 1.2.1GraphQL subscriptions for node.jsDIRECT1
graphql-tag • 2.12.6A JavaScript template literal tag that parses GraphQL queriesDIRECT1
graphql • 15.9.0A Query Language and Runtime which can target any service.DIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
http-proxy-agent • 7.0.2An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT3
http2-wrapper • 2.2.1HTTP2 client, just with the familiar `https` APIDIRECT2
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSDIRECT3
https-proxy-agent • 7.0.5An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
ip-address • 9.0.5A library for parsing IPv4 and IPv6 IP addresses in node and the browser.INDIRECT2
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isomorphic-ws • 4.0.1Isomorphic implementation of WebSocketDIRECT0
iterall • 1.3.0Minimal zero-dependency utilities for using JavaScript Iterables in all environments.INDIRECT0
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
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
lodash • 4.17.21Lodash modular utilities.DIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
merge-descriptors • 1.0.3Merge objects using descriptorsINDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
native-duplexpair • 1.0.0Make a full duplex stream with 2 Duplex endpoints, using the native version of `Duplex`DIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
netmask • 2.0.2Parse and lookup IP network blocksINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
on-finished • 2.3.0Execute a callback when a request closes, finishes, or errorsINDIRECT1
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
pac-proxy-agent • 7.0.2A PAC file proxy `http.Agent` implementation for HTTPDIRECT29
pac-resolver • 7.0.1Generates an asynchronous resolver function from a PAC fileINDIRECT9
parse-multipart-data • 1.5.0A javascript/nodejs multipart/form-data parser which operates on raw data.DIRECT0
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-to-regexp • 0.1.10Express style path to RegExp utilityINDIRECT0
performance-now • 2.1.0Implements performance.now (based on process.hrtime).DIRECT0
pify • 5.0.0Promisify a callback-style functionINDIRECT0
portfinder • 1.0.32A simple tool to find an open port on the current machineDIRECT6
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
quick-lru • 5.1.1Simple “Least Recently Used” (LRU) cacheINDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
resolve-alpn • 1.2.1Detects the ALPN protocolINDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
send • 0.19.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.16.2Serve static filesINDIRECT21
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
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 • 7.0.0A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSDIRECT8
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
statuses • 1.5.0HTTP status utilityINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
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
symbol-observable • 1.2.0Symbol.observable ponyfillINDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
urlpattern-polyfill • 8.0.2Polyfill for the URLPattern APIDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsDIRECT0
value-or-promise • 1.0.11A thenable to streamline a possibly sync / possibly async workflow.INDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
ws • 8.18.0Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
zstd-codec • 0.1.5Zstandard codec powered by EmscriptenINDIRECT0
ISC7
PackageRelationDependenciesPublished
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 7.18.3A cache object that deletes the least-recently-used items.DIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 7.6.3The semantic version parser used by npm.DIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause6
PackageRelationDependenciesPublished
@httptoolkit/websocket-stream • 6.0.1Use websockets with the node streams API. Works in browser and node, with all current WS versionsDIRECT20
escodegen • 2.1.0ECMAScript code generatorINDIRECT4
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
unknown3
PackageRelationDependenciesPublished
@httptoolkit/httpolyglot • 2.2.2Serve http and https connections over the same port with node.jsDIRECT2
destroyable-server • 1.0.2A tiny Node.js module to make any server force-closeableDIRECT2
read-tls-client-hello • 1.0.1A pure-JS module to read TLS client hello data and fingerprints from an incoming socket connectionDIRECT2
Apache-2.03
PackageRelationDependenciesPublished
brotli-wasm • 3.0.1A reliable compressor and decompressor for Brotli, supporting node & browsers via wasmINDIRECT0
http-encoding • 2.0.1Everything you need to handle HTTP message body content-encodingDIRECT3
typed-error • 3.2.2A class designed to enable easily extending the built-in javascript Error, allowing typed errors.DIRECT0
BSD-3-Clause3
PackageRelationDependenciesPublished
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
BSD-3-Clause OR GPL-2.01
PackageRelationDependenciesPublished
node-forge • 1.3.1JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.DIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.7.0Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.15.3 version:

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