licenses.dev

@tamland/webpack-config v0.0.1

Shared config for webpack

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT562
PackageRelationDependenciesPublished
@babel/helper-plugin-utils • 7.24.8General utilities for plugins to useINDIRECT0
@babel/plugin-syntax-dynamic-import • 7.8.3Allow parsing of import()DIRECT1
@loadable/babel-plugin • 5.16.1Babel plugin for loadable (required for SSR).DIRECT2
@loadable/webpack-plugin • 5.15.2Webpack plugin for loadable (required for SSR).DIRECT2
@types/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/q • 1.5.8TypeScript definitions for qINDIRECT0
accepts • 1.3.8Higher-level content negotiationINDIRECT3
acorn-walk • 7.2.0ECMAScript (ESTree) AST walkerINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
ajv-errors • 1.0.1Custom error messages in JSON-Schema for Ajv validatorINDIRECT0
ajv-keywords • 3.5.2Custom JSON-Schema keywords for Ajv validatorINDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
alphanum-sort • 1.0.2Alphanumeric sorting algorithmINDIRECT0
ansi-colors • 3.2.4Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).INDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 4.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT13
array-find-index • 1.0.2ES2015 `Array#findIndex()` ponyfillINDIRECT0
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
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
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
assets-webpack-plugin • 3.9.12Emits a json file with assets pathsDIRECT5
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
ast-types • 0.9.6Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
async-limiter • 1.0.1asynchronous function queue with adjustable concurrencyINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
awesome-typescript-loader • 5.2.1Awesome TS loader for webpackDIRECT137
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
babel-loader • 8.3.0babel module loader for webpackDIRECT24
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
bfj • 6.1.2Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.INDIRECT4
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
body-parser • 1.20.2Node.js body parsing middlewareINDIRECT36
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 2.3.2Bash-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.INDIRECT70
browserslist • 4.23.3Share 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
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
caller-callsite • 2.0.0Get the callsite of the caller functionINDIRECT1
caller-path • 2.0.0Get the path of the caller functionINDIRECT2
callsites • 2.0.0Get callsites from the V8 stack trace APIINDIRECT0
camel-case • 3.0.0Camel case a stringINDIRECT3
camelcase-keys • 2.1.0Convert object keys to camelCaseINDIRECT2
camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
caniuse-api • 3.0.0request the caniuse data to check browsers compatibilitiesINDIRECT9
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
check-types • 8.0.3A little library for asserting types and values.INDIRECT0
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clean-css-loader • 2.0.0CleanCSS loader module for webpackDIRECT7
clean-css • 4.2.4A well-tested CSS minifierINDIRECT1
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT4
coa • 2.0.2Command-Option-Argument: Yet another parser for command line options.INDIRECT9
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 3.2.1Color conversion and manipulation with CSS string supportINDIRECT5
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.17.1the complete solution for node.js command-line programsINDIRECT0
commander • 2.19.0the complete solution for node.js command-line programsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
component-emitter • 1.3.1Event emitterINDIRECT0
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
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.6.0HTTP server cookie parsing and serializationINDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cosmiconfig • 5.2.1Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT14
cross-spawn • 3.0.1Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
css-color-names • 0.0.4A JSON Object of css color names mapped to their hex valueINDIRECT0
css-declaration-sorter • 4.0.1Sorts CSS declarations fast and automatically in a certain order.INDIRECT4
css-loader • 3.6.0css loader module for webpackDIRECT29
css-select-base-adapter • 0.1.1Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.INDIRECT0
css-tree • 1.0.0-alpha.37CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementationsINDIRECT2
css-tree • 1.1.3A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementationsINDIRECT2
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
cssnano-preset-default • 4.0.8Safe defaults for cssnano which require minimal configuration.INDIRECT179
cssnano-util-get-arguments • 4.0.0Get a list of arguments, separated by a comma.INDIRECT0
cssnano-util-get-match • 4.0.0Convert a list of keywords into a single keyword match.INDIRECT0
cssnano-util-raw-cache • 4.0.1Manages the raw value formatting for generated AST nodes.INDIRECT3
cssnano-util-same-parent • 4.0.1Check that two PostCSS nodes share the same parent.INDIRECT0
cssnano • 4.1.11A modular minifier, built on top of the PostCSS ecosystem.INDIRECT192
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
currently-unhandled • 0.4.1Track the list of currently unhandled promise rejections.INDIRECT1
cyclist • 1.0.2Cyclist is an efficient cyclic list implemention.INDIRECT0
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
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
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
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
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
dom-serializer • 0.2.2render dom nodes to stringINDIRECT2
dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot pathINDIRECT1
duplexer • 0.1.2Creates a duplex streamINDIRECT0
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
duplicate-package-checker-webpack-plugin • 3.0.0Webpack plugin that warns you when multiple versions of the same package exist in a build.DIRECT10
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex • 7.0.3A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
encodeurl • 1.0.2Encode 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
enhanced-resolve • 4.5.0Offers a async require.resolve function. It's highly configurable.INDIRECT13
errno • 0.1.8libuv errno details exposedINDIRECT1
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
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
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 2.0.0Escape RegExp special charactersINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
express • 4.19.2Fast, unopinionated, minimalist web frameworkINDIRECT63
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fastparse • 1.1.2A very simple and stupid parser, based on a statemachine and regular expressions.INDIRECT0
file-loader • 4.3.0A file loader module for webpackDIRECT14
file • 0.2.2Higher level path and file manipulation functions.INDIRECT0
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
finalhandler • 1.2.0Node.js final http responderINDIRECT9
find-cache-dir • 2.1.0Finds the common standard cache directoryINDIRECT11
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-root • 1.1.0find the closest package.jsonINDIRECT0
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
flush-write-stream • 1.1.1A write stream constructor that supports a flush function that is called before finish is emittedINDIRECT8
for-each • 0.3.3A better forEachINDIRECT1
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
fresh • 0.5.2HTTP response freshness testingINDIRECT0
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
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
gaze • 1.1.3A globbing fs.watch wrapper built from the best parts of other fine watch libs.INDIRECT13
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-stdin • 4.0.1Easier stdinINDIRECT0
get-symbol-description • 1.0.2Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT12
globule • 1.3.4An easy-to-use wildcard globbing library.INDIRECT12
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
gzip-size • 5.1.1Get the gzipped size of a string or bufferINDIRECT2
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
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
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
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
hex-color-regex • 1.1.0The best regular expression (regex) for matching hex color values from string.INDIRECT0
hoopy • 0.1.4Like an array, but rounder.INDIRECT0
hsl-regex • 1.0.0Regex for matching HSL colors.INDIRECT0
hsla-regex • 1.0.0Regex for matching HSLA colors.INDIRECT0
html-loader • 0.5.5html loader module for webpackDIRECT27
html-minifier • 3.5.21Highly configurable, well-tested, JavaScript-based HTML minifier.INDIRECT12
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
import-cwd • 2.1.0Import a module like with `require()` but from the current working directoryINDIRECT2
import-fresh • 2.0.0Import a module while bypassing the cacheINDIRECT4
import-from • 2.1.0Import a module like with `require()` but from a given pathINDIRECT1
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 2.1.0Indent each line in a stringINDIRECT2
indexes-of • 1.0.1line String/Array#indexOf but return all the indexes in an arrayINDIRECT0
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-absolute-url • 2.1.0Check if an URL is absoluteINDIRECT0
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer?INDIRECT12
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-arrayish • 0.3.2Determines if an object can be used as an arrayINDIRECT0
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-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-color-stop • 1.1.0Check if a string is CSS color stopINDIRECT6
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
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-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory.INDIRECT0
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
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-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
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-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
is-wsl • 1.1.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsbn • 0.1.1The 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
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
json5 • 2.2.3JSON for HumansINDIRECT0
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
last-call-webpack-plugin • 3.0.0A Webpack plugin that allows to transform \ modify assets just before Webpack emits them.INDIRECT4
linkify-it • 4.0.1Links recognition library with FULL unicode supportINDIRECT1
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
loader-utils • 1.4.2utils for webpack loadersINDIRECT4
loader-utils • 2.0.4utils for webpack loadersINDIRECT3
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module.INDIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
lodash • 4.17.15Lodash modular utilities.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
log-symbols • 2.2.0Colored symbols for various log levels. Example: ✔︎ SuccessINDIRECT7
loglevelnext • 1.0.5A modern logging library for Node.js and modern browsers that provides log level mapping to the consoleINDIRECT24
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
loud-rejection • 1.6.0Make unhandled promise rejections fail loudly instead of the default silent failINDIRECT3
lower-case • 1.1.4Lowercase a stringINDIRECT0
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-obj • 1.0.1Map object keys and values into a new objectINDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
markdown-it • 13.0.2Markdown-it - modern pluggable markdown parser.INDIRECT5
mdurl • 1.0.1URL utilities for markdown-itINDIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
memory-fs • 0.4.1A simple in-memory filesystem. Holds data in a javascript object.INDIRECT10
memory-fs • 0.5.0A simple in-memory filesystem. Holds data in a javascript object.INDIRECT10
meow • 3.7.0CLI app helperINDIRECT46
merge-descriptors • 1.0.1Merge objects using descriptorsINDIRECT0
merge • 1.2.1Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.DIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
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
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
mini-css-extract-plugin • 0.7.0extracts CSS into separate filesDIRECT24
minimist • 1.2.8parse argument optionsINDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
mkdirp • 0.5.3Recursively mkdir, like `mkdir -p`INDIRECT1
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
modernizr-loader • 1.0.1use modernizr with webpack easilyDIRECT0
modernizr • 3.13.1Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.DIRECT39
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nan • 2.20.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 compatibilityINDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
negotiator • 0.6.3HTTP content negotiationINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
no-case • 2.3.2Remove case from a stringINDIRECT1
node-gyp • 3.8.0Node.js native addon build toolINDIRECT101
node-releases • 2.0.18Node.js releases dataINDIRECT0
node-sass • 4.14.1Wrapper around libsassDIRECT194
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
normalize-url • 1.9.1Normalize a URLINDIRECT6
normalize-url • 3.3.0Normalize a URLINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
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-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
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
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
object.values • 1.2.0ES2017 spec-compliant Object.values shim.INDIRECT15
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
optimize-css-assets-webpack-plugin • 5.0.8A Webpack plugin to optimize \ minimize CSS assets.DIRECT197
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parallel-transform • 1.2.0Transform stream that allows you to run your transforms in parallel without changing the orderINDIRECT9
param-case • 2.1.1Param case a stringINDIRECT2
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parseurl • 1.3.3parse a url with memoizationINDIRECT0
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-exists • 2.1.0Check if a path existsINDIRECT2
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-to-regexp • 0.1.7Express style path to RegExp utilityINDIRECT0
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
pkg-dir • 3.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
postcss-calc • 7.0.5PostCSS plugin to reduce calc()INDIRECT7
postcss-colormin • 4.0.3Minify colors in your CSS files with PostCSS.INDIRECT18
postcss-convert-values • 4.0.1Convert values with PostCSS (e.g. ms -> s)INDIRECT4
postcss-discard-comments • 4.0.2Discard comments in your CSS files with PostCSS.INDIRECT3
postcss-discard-duplicates • 4.0.2Discard duplicate rules in your CSS files with PostCSS.INDIRECT3
postcss-discard-empty • 4.0.1Discard empty rules and values with PostCSS.INDIRECT3
postcss-discard-overridden • 4.0.1PostCSS plugin to discard overridden @keyframes or @counter-style.INDIRECT3
postcss-load-config • 2.1.2Autoload Config for PostCSSINDIRECT17
postcss-loader • 3.0.0PostCSS loader for webpackDIRECT35
postcss-merge-longhand • 4.0.11Merge longhand properties into shorthand with PostCSS.INDIRECT18
postcss-merge-rules • 4.0.3Merge CSS rules with PostCSS.INDIRECT20
postcss-minify-font-values • 4.0.2Minify font declarations with PostCSSINDIRECT4
postcss-minify-gradients • 4.0.2Minify gradient parameters with PostCSS.INDIRECT12
postcss-minify-params • 4.0.2Minify at-rule params with PostCSSINDIRECT14
postcss-minify-selectors • 4.0.2Minify selectors with PostCSS.INDIRECT10
postcss-modules-local-by-default • 3.0.3A CSS Modules transform to make local scope the defaultINDIRECT8
postcss-normalize-charset • 4.0.1Add necessary or remove extra charset with PostCSSINDIRECT3
postcss-normalize-display-values • 4.0.2Normalize multiple value display syntaxes into single values.INDIRECT5
postcss-normalize-positions • 4.0.2Normalize keyword values for position into length values.INDIRECT6
postcss-normalize-repeat-style • 4.0.2Convert two value syntax for repeat-style into one value.INDIRECT6
postcss-normalize-string • 4.0.2Normalize wrapping quotes for CSS string literals.INDIRECT5
postcss-normalize-timing-functions • 4.0.2Normalize CSS animation/transition timing functions.INDIRECT5
postcss-normalize-unicode • 4.0.1Normalize unicode-range descriptors, and can convert to wildcard ranges.INDIRECT11
postcss-normalize-url • 4.0.1Normalize URLs with PostCSSINDIRECT6
postcss-normalize-whitespace • 4.0.2Trim whitespace inside and around CSS rules & declarations.INDIRECT4
postcss-ordered-values • 4.1.2Ensure values are ordered consistently in your CSS.INDIRECT5
postcss-reduce-initial • 4.0.3Reduce initial definitions to the actual initial value, where possible.INDIRECT14
postcss-reduce-transforms • 4.0.2Reduce transform functions with PostCSS.INDIRECT6
postcss-selector-parser • 3.1.2> Selector parser with built in methods for working with selector strings.INDIRECT4
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-svgo • 4.0.3Optimise inline SVG with PostCSS.INDIRECT109
postcss-unique-selectors • 4.0.1Ensure CSS selectors are unique.INDIRECT5
postcss-value-parser • 3.3.1Transforms css values and at-rule params into the treeINDIRECT0
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 7.0.39Tool for transforming styles with JS pluginsINDIRECT2
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
private • 0.1.8Utility for associating truly private state with any JavaScript objectINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
prr • 1.0.1A better Object.defineProperty()INDIRECT0
psl • 1.9.0Domain name parser based on the Public Suffix ListINDIRECT0
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pump • 3.0.0pipe 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
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
query-string • 4.3.4Parse and stringify URL query stringsINDIRECT2
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
rc-config-loader • 2.0.5load config file from .{product}rc.{json,yml,js}DIRECT11
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-loadable • 5.5.0A higher order component for loading components with promisesDIRECT5
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT28
read-pkg • 1.1.0Read a package.json fileINDIRECT25
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
recast • 0.11.23JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
redent • 1.0.0Strip redundant indentation and indent the stringINDIRECT5
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
regexp.prototype.flags • 1.5.2ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
relateurl • 0.2.7Minify URLs by converting them from absolute to relative.INDIRECT0
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
repeating • 2.0.1Repeat a string - fastINDIRECT1
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
require-from-string • 2.0.2Require module from stringINDIRECT0
requirejs • 2.3.7Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizerINDIRECT0
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
rgb-regex • 1.0.1Regex for RGB color strings.INDIRECT0
rgba-regex • 1.0.0Regex for matching RGBA color strings.INDIRECT0
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.0.3Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
sass-graph • 2.2.5Parse sass files and extract a graph of importsINDIRECT42
sass-loader • 7.3.1Sass loader for webpackDIRECT13
schema-utils • 1.0.0webpack Validation UtilsINDIRECT8
schema-utils • 2.7.1webpack Validation UtilsINDIRECT8
scss-tokenizer • 0.2.3A tokenzier for Sass' SCSS syntaxINDIRECT3
send • 0.18.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.15.0Serve static filesINDIRECT20
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
sort-keys • 1.1.2Sort the keys of an objectINDIRECT1
source-list-map • 2.0.1Fast line to line SourceMap generator.INDIRECT0
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
statuses • 2.0.1HTTP status utilityINDIRECT0
stdout-stream • 1.4.1Non-blocking stdout streamINDIRECT8
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
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 3.1.0Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
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
strip-ansi • 5.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
strip-indent • 1.0.1Strip leading whitespace from every line in a stringINDIRECT1
style-loader • 0.23.1style loader module for webpackDIRECT14
stylehacks • 4.0.3Detect/remove browser hacks from CSS files.INDIRECT15
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
svgo • 1.3.2Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT105
tapable • 1.1.3Just a little module for plugins.INDIRECT0
terser-webpack-plugin • 1.4.6Terser plugin for webpackDIRECT91
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
timsort • 0.3.0TimSort: Fast Sorting for Node.jsINDIRECT0
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
trim-newlines • 1.0.0Trim newlines from the start and/or end of a stringINDIRECT0
tryer • 1.0.1Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.INDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
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
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
uc.micro • 1.0.6Micro subset of unicode data files for markdown-it projects.INDIRECT0
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
uniq • 1.0.1Removes duplicates from a sorted array in placeINDIRECT0
uniqs • 2.0.0Tiny utility to create unions and de-duplicated listsINDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
unquote • 1.1.1Remove wrapping quotes from a string.INDIRECT0
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
update-browserslist-db • 1.1.0CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
upper-case • 1.1.3Upper case a stringINDIRECT0
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util.promisify • 1.0.1Polyfill/shim for util.promisify in node versions < v8INDIRECT68
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
vendors • 1.0.4List of vendor prefixes known to the web platformINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
webpack-bundle-analyzer • 3.9.0Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemapDIRECT90
webpack-dev-middleware • 3.7.3A development middleware for webpackDIRECT18
webpack-log • 1.2.0A common logging module for the Webpack ecosystemINDIRECT34
webpack-log • 2.0.0A common logger for the webpack ecosystemINDIRECT2
webpack-merge • 4.2.2Variant of merge that's useful for webpack configurationDIRECT1
webpack-node-externals • 1.7.2Easily exclude node_modules in Webpack bundleDIRECT0
webpack-sources • 1.4.3Source code handling classes for webpackINDIRECT2
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
worker-farm • 1.7.0Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.INDIRECT2
wrap-ansi • 5.1.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 6.2.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT1
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 13.3.2yargs the modern, pirate-themed, successor to optimist.INDIRECT25
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
ISC79
PackageRelationDependenciesPublished
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 1.1.7Keep track of the overall completion of many disparate processesINDIRECT9
block-stream • 0.0.9a stream of blocksINDIRECT1
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
cacache • 12.0.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT57
chownr • 1.1.4like `chown -R`INDIRECT0
cliui • 5.0.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
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
copy-concurrently • 1.0.5Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.INDIRECT27
css-hot-loader • 1.4.4css hot reload work with extract-text-webpack-pluginDIRECT13
d • 1.0.2Property descriptor factoryINDIRECT8
electron-to-chromium • 1.5.18Provides a list of electron-to-chromium version mappingsINDIRECT0
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
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
fstream • 1.0.12Advanced file system stream thingsINDIRECT15
gauge • 2.7.4A terminal based horizontal guageINDIRECT17
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob • 7.1.7a little globberINDIRECT10
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
icss-utils • 4.1.1ICSS utils for postcss astINDIRECT3
in-publish • 2.0.1Detect if we were run as a result of `npm publish`INDIRECT0
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
is-resolvable • 1.1.0Check if a module ID is resolvable with require()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.0.8a glob matcher in javascriptINDIRECT3
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
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
nopt • 3.0.6Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npmlog • 4.1.2logger for npmINDIRECT29
once • 1.4.0Run a function exactly one timeINDIRECT1
osenv • 0.1.5Look up environment settings specific to different operating systemsINDIRECT2
picocolors • 0.2.1The tiniest and the fastest coloring library everINDIRECT0
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
postcss-modules-extract-imports • 2.0.0A CSS Modules transform to extract local aliases for inline importsINDIRECT3
postcss-modules-scope • 2.2.0A CSS Modules transform to extract export statements from local-scope classesINDIRECT6
postcss-modules-values • 3.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module filesINDIRECT4
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
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
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
sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
semver • 5.3.0The semantic version parser used by npm.INDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
ssri • 6.0.2Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
tar • 2.2.2tar for nodeINDIRECT17
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
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-module • 2.0.1Find the module object for something that was require()dINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
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
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
yargs-parser • 13.1.2the mighty option parser used by yargsINDIRECT2
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
BSD-2-Clause16
PackageRelationDependenciesPublished
css-select • 2.1.0a CSS selector compiler/engineINDIRECT8
css-what • 3.4.2a CSS selector parserINDIRECT0
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domutils • 1.7.0utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
entities • 3.0.1Encode & decode XML and HTML entities with easeINDIRECT0
esprima • 3.1.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
mississippi • 3.0.0a collection of useful streamsINDIRECT26
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
nth-check • 1.0.2performant nth-check parser & compilerINDIRECT1
terser • 4.8.1JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT4
uglify-js • 3.4.10JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT2
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
Apache-2.012
PackageRelationDependenciesPublished
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
doctrine • 3.0.0JSDoc parserINDIRECT1
ejs • 2.7.4Embedded JavaScript templatesINDIRECT0
es6-templates • 0.2.3ES6 template strings compiled to ES5.INDIRECT6
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT46
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
true-case-path • 1.0.3Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.INDIRECT11
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
BSD-3-Clause11
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
filesize • 3.6.1JavaScript library to generate a human readable String describing the file sizeINDIRECT0
js-base64 • 2.6.4Yet another Base64 transcoder in pure-JSINDIRECT0
qs • 6.11.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
serialize-javascript • 4.0.0Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map • 0.4.4Generates and consumes source mapsINDIRECT1
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
CC0-1.03
PackageRelationDependenciesPublished
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
mdn-data • 2.0.4Open Web data by the Mozilla Developer NetworkINDIRECT0
spdx-license-ids • 3.0.20A list of SPDX license identifiersINDIRECT0
Unlicense2
PackageRelationDependenciesPublished
inspect-loader • 1.0.0Webpack loader designed for loader testing and debugging. Calls a function with the received input.DIRECT5
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
unknown1
PackageRelationDependenciesPublished
async-foreach • 0.1.3An optionally-asynchronous forEach with an interesting interface.INDIRECT0
MIT OR WTFPL1
PackageRelationDependenciesPublished
opener • 1.5.2Opens stuff, like webpages and files and executables, cross-platformINDIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001658A smaller version of caniuse-db, with only the essentials!INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.0.1 version:

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