licenses.dev

@types/webpack-dev-server v2.9.6

TypeScript definitions for webpack-dev-server

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT90
PackageRelationDependenciesPublished
@jridgewell/gen-mapping • 0.3.8Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/source-map • 0.3.6Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT5
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@types/body-parser • 1.19.5TypeScript definitions for body-parserINDIRECT3
@types/connect • 3.4.38TypeScript definitions for connectINDIRECT2
@types/eslint-scope • 3.7.7TypeScript definitions for eslint-scopeINDIRECT3
@types/eslint • 9.6.1TypeScript definitions for eslintINDIRECT2
@types/estree • 1.0.7TypeScript definitions for estreeINDIRECT0
@types/express-serve-static-core • 5.0.6TypeScript definitions for express-serve-static-coreINDIRECT6
@types/express • 5.0.1TypeScript definitions for expressDIRECT11
@types/http-errors • 2.0.4TypeScript definitions for http-errorsINDIRECT0
@types/http-proxy-middleware • 1.0.0Stub TypeScript definitions entry for http-proxy-middleware, which provides its own types definitionsDIRECT19
@types/http-proxy • 1.17.16TypeScript definitions for http-proxyINDIRECT2
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/mime • 1.3.5TypeScript definitions for mimeINDIRECT0
@types/node • 22.15.3TypeScript definitions for nodeINDIRECT1
@types/qs • 6.9.18TypeScript definitions for qsINDIRECT0
@types/range-parser • 1.2.7TypeScript definitions for range-parserINDIRECT0
@types/send • 0.17.4TypeScript definitions for sendINDIRECT3
@types/serve-static • 1.15.7TypeScript definitions for serve-staticDIRECT5
@types/webpack • 5.28.5TypeScript definitions for webpackDIRECT77
@webassemblyjs/ast • 1.14.1AST utils for webassemblyjsINDIRECT5
@webassemblyjs/floating-point-hex-parser • 1.13.2A function to parse floating point hexadecimal strings as defined by the WebAssembly specificationINDIRECT0
@webassemblyjs/helper-api-error • 1.13.2Common API errorsINDIRECT0
@webassemblyjs/helper-buffer • 1.14.1Buffer manipulation utilityINDIRECT0
@webassemblyjs/helper-numbers • 1.13.2Number parsing utilityINDIRECT3
@webassemblyjs/helper-wasm-bytecode • 1.13.2WASM's Bytecode constantsINDIRECT0
@webassemblyjs/helper-wasm-section • 1.14.1INDIRECT12
@webassemblyjs/ieee754 • 1.13.2IEEE754 decoder and encoderINDIRECT1
@webassemblyjs/utf8 • 1.13.2UTF8 encoder/decoder for WASMINDIRECT0
@webassemblyjs/wasm-edit • 1.14.1> Rewrite a WASM binaryINDIRECT16
@webassemblyjs/wasm-gen • 1.14.1WebAssembly binary format printerINDIRECT10
@webassemblyjs/wasm-opt • 1.14.1INDIRECT13
@webassemblyjs/wasm-parser • 1.14.1WebAssembly binary format parserINDIRECT10
@webassemblyjs/wast-printer • 1.14.1WebAssembly text format printerINDIRECT6
acorn • 8.14.1ECMAScript parserINDIRECT0
ajv-formats • 2.1.1Format validation for Ajv v7+INDIRECT5
ajv-keywords • 5.1.0Additional JSON-Schema keywords for Ajv JSON validatorINDIRECT1
ajv • 8.17.1Another JSON Schema ValidatorINDIRECT4
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
chrome-trace-event • 1.0.4A library to create a trace of your node app per Google's Trace Event format.INDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
enhanced-resolve • 5.18.1Offers a async require.resolve function. It's highly configurable.INDIRECT2
es-module-lexer • 1.7.0Lexes ES modules returning their import/export metadataINDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
http-proxy-middleware • 3.0.5The one-liner node.js proxy middleware for connect, express, next.js and moreINDIRECT18
http-proxy • 1.18.1HTTP proxying for the massesINDIRECT3
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
jest-worker • 27.5.1Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.INDIRECT5
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
loader-runner • 4.3.0Runs (webpack) loadersINDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
require-from-string • 2.0.2Require module from stringINDIRECT0
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
schema-utils • 4.3.2webpack Validation UtilsINDIRECT8
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
tapable • 2.2.1Just a little module for plugins.INDIRECT0
terser-webpack-plugin • 5.3.14Terser plugin for webpackINDIRECT30
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
undici-types • 6.21.0A stand-alone types package for UndiciINDIRECT0
update-browserslist-db • 1.1.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
watchpack • 2.4.2Wrapper library for directory and file watching.INDIRECT2
webpack-sources • 3.2.3Source code handling classes for webpackINDIRECT0
webpack • 5.99.7Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.INDIRECT76
BSD-2-Clause6
PackageRelationDependenciesPublished
eslint-scope • 5.1.1ECMAScript scope analyzer for ESLintINDIRECT3
esrecurse • 4.3.0ECMAScript AST recursive visitorINDIRECT1
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
glob-to-regexp • 0.4.1Convert globs to regular expressionsINDIRECT0
terser • 5.39.0JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT11
BSD-3-Clause4
PackageRelationDependenciesPublished
@xtuc/ieee754 • 1.2.0Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
fast-uri • 3.0.6Dependency-free RFC 3986 URI toolboxINDIRECT0
serialize-javascript • 6.0.2Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
ISC3
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.143Provides a list of electron-to-chromium version mappingsINDIRECT0
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
@webassemblyjs/leb128 • 1.13.2LEB128 decoder and encoderINDIRECT1
@xtuc/long • 4.2.2A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001715A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40types%2Fwebpack-dev-server)](https://licenses.dev/npm/%40types%2Fwebpack-dev-server)
<a href="https://licenses.dev/npm/%40types%2Fwebpack-dev-server">
  <img src="https://licenses.dev/b/npm/%40types%2Fwebpack-dev-server" alt="licenses" />
</a>

Or the licenses badge code for the 2.9.6 version:

[![licenses](https://licenses.dev/b/npm/%40types%2Fwebpack-dev-server/2.9.6)](https://licenses.dev/npm/%40types%2Fwebpack-dev-server/2.9.6)
<a href="https://licenses.dev/npm/%40types%2Fwebpack-dev-server/2.9.6">
  <img src="https://licenses.dev/b/npm/%40types%2Fwebpack-dev-server/2.9.6" alt="licenses" />
</a>
GitHub