licenses.dev

html-webpack-plugin v4.5.0

Simplifies creation of HTML files to serve your webpack bundles

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT108
PackageRelationDependenciesPublished
@types/html-minifier-terser • 5.1.2TypeScript definitions for html-minifier-terserDIRECT0
@types/node • 22.8.6TypeScript definitions for nodeINDIRECT1
@types/source-list-map • 0.1.6TypeScript definitions for source-list-mapINDIRECT0
@types/tapable • 1.0.12TypeScript definitions for tapableDIRECT0
@types/uglify-js • 3.17.5TypeScript definitions for uglify-jsINDIRECT1
@types/webpack-sources • 3.2.3TypeScript definitions for webpack-sourcesINDIRECT4
@types/webpack • 4.41.40TypeScript definitions for webpackDIRECT11
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT13
array.prototype.reduce • 1.0.7An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3.INDIRECT66
arraybuffer.prototype.slice • 1.0.3ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT64
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
clean-css • 4.2.4A well-tested CSS minifierINDIRECT1
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 4.1.1the complete solution for node.js command-line programsINDIRECT0
data-view-buffer • 1.0.1Get the ArrayBuffer out of a DataView, robustly.INDIRECT20
data-view-byte-length • 1.0.1Get the byteLength out of a DataView, robustly.INDIRECT20
data-view-byte-offset • 1.0.0Get the byteOffset out of a DataView, robustly.INDIRECT20
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
dom-converter • 0.2.0converts bare objects to DOM objects or xml representationsINDIRECT1
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
dot-case • 3.0.4Transform into a lower case string with a period between wordsINDIRECT3
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
es-abstract • 1.23.3ECMAScript spec abstract operations.INDIRECT64
es-array-method-boxes-properly • 1.0.0Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.INDIRECT0
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
es-object-atoms • 1.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT7
es-to-primitive • 1.2.1ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT5
for-each • 0.3.3A better forEachINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.6An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT64
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-symbol-description • 1.0.2Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT12
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
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
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
html-minifier-terser • 5.1.1Highly configurable, well-tested, JavaScript-based HTML minifier.DIRECT16
htmlparser2 • 6.1.0Fast & forgiving HTML/XML parserINDIRECT5
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer?INDIRECT12
is-bigint • 1.0.4Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.1.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-data-view • 1.0.1Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT19
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-negative-zero • 2.0.3Is this value negative zero? === will lie to youINDIRECT0
is-number-object • 1.0.7Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-shared-array-buffer • 1.0.3Is this value a JS SharedArrayBuffer?INDIRECT12
is-string • 1.0.7Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-symbol • 1.0.4Determine if a value is an ES6 Symbol or not.INDIRECT1
is-typed-array • 1.1.13Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT18
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
loader-utils • 1.4.2utils for webpack loadersDIRECT4
lodash • 4.17.21Lodash modular utilities.DIRECT0
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.5ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT14
object.getownpropertydescriptors • 2.1.8ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.INDIRECT67
param-case • 3.0.4Transform into a lower cased string with dashes between wordsINDIRECT4
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
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
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
pretty-error • 2.1.2See nodejs errors with less clutterDIRECT16
regexp.prototype.flags • 1.5.3ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
relateurl • 0.2.7Minify URLs by converting them from absolute to relative.INDIRECT0
renderkid • 2.0.7Stylish console.log for nodeINDIRECT15
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
safe-regex-test • 1.0.3Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
string.prototype.trim • 1.2.9ES5 spec-compliant shim for String.prototype.trimINDIRECT64
string.prototype.trimend • 1.0.8ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT15
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT15
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
tapable • 1.1.3Just a little module for plugins.DIRECT0
typed-array-buffer • 1.0.2Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT19
typed-array-byte-length • 1.0.1Robustly get the byte length of a Typed ArrayINDIRECT19
typed-array-byte-offset • 1.0.2Robustly get the byte offset of a Typed ArrayINDIRECT19
typed-array-length • 1.0.6Robustly get the length of a Typed ArrayINDIRECT19
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
util.promisify • 1.0.0Polyfill/shim for util.promisify in node versions < v8DIRECT68
utila • 0.4.0notareplacementforunderscoreINDIRECT0
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this?INDIRECT19
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
BSD-2-Clause8
PackageRelationDependenciesPublished
css-select • 4.3.0a CSS selector compiler/engineINDIRECT8
css-what • 6.1.0a CSS selector parserINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
terser • 4.8.1JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT4
ISC2
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 4.5.0 version:

[![licenses](https://licenses.dev/b/npm/html-webpack-plugin/4.5.0)](https://licenses.dev/npm/html-webpack-plugin/4.5.0)
<a href="https://licenses.dev/npm/html-webpack-plugin/4.5.0">
  <img src="https://licenses.dev/b/npm/html-webpack-plugin/4.5.0" alt="licenses" />
</a>
GitHub