licenses.dev

@silverstripe/webpack-config v2.0.0-alpha2

SilverStripe config files for modules

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

MIT460
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.8The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.10Babel compiler core.DIRECT38
@babel/generator • 7.27.0Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.27.0Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.27.0Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin • 7.27.0Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.4Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms • 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@babel/helper-optimise-call-expression • 7.25.9Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.26.5General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.25.9Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers • 7.26.5Helper function to replace supersINDIRECT21
@babel/helper-skip-transparent-expression-wrappers • 7.25.9Helper which skips types and parenthesesINDIRECT19
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.25.9Helper to wrap functions inside a function call.INDIRECT19
@babel/helpers • 7.27.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.27.0A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT20
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT22
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT20
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-import-assertions • 7.26.0Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.26.0Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-jsx • 7.25.9Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.26.8Turn async generator functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-async-to-generator • 7.25.9Turn async functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.26.5Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.27.0Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.25.9This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-transform-class-static-block • 7.26.0Transform class static blocksINDIRECT27
@babel/plugin-transform-classes • 7.25.9Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.25.9Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.25.9Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.25.9Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.25.9Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.25.9Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.26.3Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.25.9Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.26.9Compile ES2015 for...of to ES5INDIRECT21
@babel/plugin-transform-function-name • 7.25.9Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.25.9Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.25.9Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.25.9This plugin transforms ES2015 modules to AMDINDIRECT22
@babel/plugin-transform-modules-commonjs • 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-modules-systemjs • 7.25.9This plugin transforms ES2015 modules to SystemJSINDIRECT22
@babel/plugin-transform-modules-umd • 7.25.9This plugin transforms ES2015 modules to UMDINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex • 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.25.9Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.26.6Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.25.9Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.25.9Compile object rest and spread to ES5INDIRECT15
@babel/plugin-transform-object-super • 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-optional-catch-binding • 7.25.9Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.25.9Transform optional chaining operators into a series of nil checksINDIRECT21
@babel/plugin-transform-parameters • 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.25.9This plugin transforms private class methodsINDIRECT27
@babel/plugin-transform-private-property-in-object • 7.25.9This plugin transforms checks for a private property in an objectINDIRECT27
@babel/plugin-transform-property-literals • 7.25.9Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.25.9Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-development • 7.25.9Turn JSX into React function calls in developmentINDIRECT24
@babel/plugin-transform-react-jsx • 7.25.9Turn JSX into React function callsINDIRECT23
@babel/plugin-transform-react-pure-annotations • 7.25.9Mark top-level React method calls as pure for tree shakingINDIRECT5
@babel/plugin-transform-regenerator • 7.27.0Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-regexp-modifiers • 7.26.0Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.25.9Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.9Compile ES2015 spread to ES5INDIRECT21
@babel/plugin-transform-sticky-regex • 7.25.9Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.26.8Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.27.0This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.25.9Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.25.9Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.25.9Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.26.9A Babel preset for each environment.DIRECT129
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/preset-react • 7.26.3Babel preset for all React plugins.DIRECT28
@babel/runtime • 7.27.0babel's modular runtime helpersINDIRECT1
@babel/template • 7.27.0Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.27.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.27.0Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@discoveryjs/json-ext • 0.5.7A set of utilities that extend the use of JSONINDIRECT0
@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
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@parcel/watcher-android-arm64 • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-darwin-arm64 • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-darwin-x64 • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-freebsd-x64 • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm-glibc • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm-musl • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm64-glibc • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-arm64-musl • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-x64-glibc • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-linux-x64-musl • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-arm64 • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-ia32 • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher-win32-x64 • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT0
@parcel/watcher • 2.5.1A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.INDIRECT23
@polka/url • 1.0.0-next.29Super fast, memoized `req.url` parserINDIRECT0
@sect/modernizr-loader • 1.0.5use modernizr with webpack easilyDIRECT0
@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/json-schema • 7.0.15TypeScript definitions for json-schemaINDIRECT0
@types/minimist • 1.2.5TypeScript definitions for minimistINDIRECT0
@types/node • 22.15.3TypeScript definitions for nodeINDIRECT1
@types/normalize-package-data • 2.4.4TypeScript definitions for normalize-package-dataINDIRECT0
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
@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-walk • 8.3.4ECMAScript (ESTree) AST walkerINDIRECT1
acorn • 8.14.1ECMAScript parserINDIRECT0
adjust-sourcemap-loader • 4.0.0Webpack loader that adjusts source mapsINDIRECT5
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
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
arrify • 1.0.1Convert a value to an arrayINDIRECT0
astral-regex • 2.0.0Regular expression for matching astral symbolsINDIRECT0
autoprefixer • 10.4.21Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteDIRECT10
babel-loader • 9.2.1babel module loader for webpackDIRECT18
babel-plugin-polyfill-corejs2 • 0.4.13A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.11.1A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.4A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
balanced-match • 2.0.0Match balanced character pairs, like "{" and "}"INDIRECT0
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
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
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase-keys • 6.2.2Convert object keys to camel caseINDIRECT3
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chokidar • 4.0.3Minimal and efficient cross-platform file watching libraryINDIRECT1
chrome-trace-event • 1.0.4A library to create a trace of your node app per Google's Trace Event format.INDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colord • 2.9.3👑 A tiny yet powerful tool for high-performance color manipulations and conversionsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 7.2.0the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.41.0core-js compatINDIRECT7
core-js • 3.41.0Standard libraryDIRECT0
cosmiconfig • 7.1.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT16
cosmiconfig • 8.3.6Find and load configuration from a package.json property, rc file, TypeScript module, and more!INDIRECT16
css-functions-list • 3.2.3List of standard and browser specific CSS functions.INDIRECT0
css-loader • 6.11.0css loader module for webpackDIRECT14
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
debounce • 1.2.1Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invokedINDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize-keys • 1.1.1Convert object keys from camelCase to lowercase with a custom separatorINDIRECT2
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
duplexer • 0.1.2Creates a duplex streamINDIRECT0
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
enhanced-resolve • 5.18.1Offers a async require.resolve function. It's highly configurable.INDIRECT2
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
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
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
expose-loader • 4.1.0expose loader module for webpackDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fastest-levenshtein • 1.0.16Fastest Levenshtein distance implementation in JS.INDIRECT0
file-entry-cache • 6.0.1Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the processINDIRECT16
file • 0.2.2Higher level path and file manipulation functions.INDIRECT0
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
find-cache-dir • 4.0.0Finds the common standard cache directoryINDIRECT8
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 6.3.0Find a file or directory by walking up parent directoriesINDIRECT5
flat-cache • 3.2.0A stupidly simple key/value storage using files to persist some dataINDIRECT15
fraction.js • 4.3.7A rational number libraryINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
global-modules • 2.0.0The directory used by npm for globally installed npm modules.INDIRECT5
global-prefix • 3.0.0Get the npm global path prefix.INDIRECT4
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globby • 11.1.0User-friendly glob matchingINDIRECT23
globjoin • 0.1.4Join paths and globs.INDIRECT0
gzip-size • 6.0.0Get the gzipped size of a string or bufferINDIRECT1
hard-rejection • 2.1.0Make unhandled promise rejections fail hard right away instead of the default silent failINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
html-escaper • 2.0.2fast and safe way to escape and unescape &<>'" charsINDIRECT0
html-tags • 3.3.1List of standard HTML tagsINDIRECT0
ignore-emit-webpack-plugin • 2.0.6Prevents ignored files from being emitted during a Webpack buildDIRECT0
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
immutable • 5.1.1Immutable Data CollectionsINDIRECT0
import-fresh • 3.3.1Import a module while bypassing the cacheINDIRECT3
import-lazy • 4.0.0Import a module lazilyINDIRECT0
imports-loader • 4.0.1imports loader module for webpackDIRECT2
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
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-obj • 1.1.0Check if a value is a plain objectINDIRECT0
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
jiti • 1.21.7Runtime typescript and ESM support for Node.jsINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 4.1.0YAML 1.2 parser and serializerINDIRECT1
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-buffer • 3.0.1JSON parse & stringify that supports binary via bops & base64INDIRECT0
json-loader • 0.5.7json loader module for webpackDIRECT0
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
json5 • 2.2.3JSON for HumansINDIRECT0
keyv • 4.5.4Simple key-value storage with support for multiple backendsINDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
known-css-properties • 0.26.0List of known CSS propertiesINDIRECT0
lilconfig • 3.1.3A zero-dependency alternative to cosmiconfigINDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
linkify-it • 4.0.1Links recognition library with FULL unicode supportINDIRECT1
loader-runner • 4.3.0Runs (webpack) loadersINDIRECT0
loader-utils • 2.0.4utils for webpack loadersINDIRECT3
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
locate-path • 7.2.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.truncate • 4.4.2The lodash method `_.truncate` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
map-obj • 1.0.1Map object keys and values into a new objectINDIRECT0
map-obj • 4.3.0Map object keys and values into a new objectINDIRECT0
markdown-it • 13.0.2Markdown-it - modern pluggable markdown parser.INDIRECT5
mathml-tag-names • 2.1.3List of known MathML tag-namesINDIRECT0
mdurl • 1.0.1URL utilities for markdown-itINDIRECT0
meow • 9.0.0CLI app helperINDIRECT59
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
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
min-indent • 1.0.1Get the shortest leading whitespace from lines in a stringINDIRECT0
mini-css-extract-plugin • 2.9.2extracts CSS into separate filesDIRECT10
minimist-options • 4.1.0Pretty options for minimistINDIRECT3
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
modernizr • 3.13.1Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.DIRECT39
mrmime • 2.0.1A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filenameINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.3.11A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
neo-async • 2.6.2Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT0
node-addon-api • 7.1.1Node.js API (Node-API)INDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
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-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinatesINDIRECT0
npm>8.19.4>@colors/colors • 1.5.0get colors in your node.js consoleINDIRECT0
npm>8.19.4>@gar/promisify • 1.1.3Promisify an entire class or objectINDIRECT0
npm>8.19.4>@npmcli/move-file • 2.0.1move a file (fork of move-file)INDIRECT13
npm>8.19.4>@tootallnate/once • 2.0.0Creates a Promise that waits for a single eventINDIRECT0
npm>8.19.4>agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
npm>8.19.4>agentkeepalive • 4.2.1Missing keepalive http.AgentINDIRECT5
npm>8.19.4>aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
npm>8.19.4>ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
npm>8.19.4>ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
npm>8.19.4>archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesINDIRECT0
npm>8.19.4>asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
npm>8.19.4>balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
npm>8.19.4>binary-extensions • 2.2.0List of binary file extensionsINDIRECT0
npm>8.19.4>brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
npm>8.19.4>builtins • 5.0.1List of node.js builtin modulesINDIRECT3
npm>8.19.4>chalk • 4.1.2Terminal string styling done rightINDIRECT5
npm>8.19.4>clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
npm>8.19.4>cli-columns • 4.0.0Columnated lists for the CLI.INDIRECT5
npm>8.19.4>cli-table3 • 0.6.2Pretty unicode tables for the command line. Based on the original cli-table.INDIRECT6
npm>8.19.4>clone • 1.0.4deep cloning of objects and arraysINDIRECT0
npm>8.19.4>color-convert • 2.0.1Plain color conversion functionsINDIRECT1
npm>8.19.4>color-name • 1.1.4A list of color names and its valuesINDIRECT0
npm>8.19.4>columnify • 1.6.0Render data in text columns. Supports in-column text-wrap.INDIRECT5
npm>8.19.4>concat-map • 0.0.1concatenative mapdasheryINDIRECT0
npm>8.19.4>cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
npm>8.19.4>debug • 4.3.4Lightweight debugging utility for Node.js and the browserINDIRECT1
npm>8.19.4>debug>ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
npm>8.19.4>debuglog • 1.0.1backport of util.debuglog from node v0.11INDIRECT0
npm>8.19.4>defaults • 1.0.3merge single level defaults over a config objectINDIRECT1
npm>8.19.4>delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
npm>8.19.4>depd • 1.1.2Deprecate all the thingsINDIRECT0
npm>8.19.4>emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
npm>8.19.4>encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
npm>8.19.4>env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
npm>8.19.4>err-code • 2.0.3Create an error with a codeINDIRECT0
npm>8.19.4>fastest-levenshtein • 1.0.12Fastest Levenshtein distance implementation in JS.INDIRECT0
npm>8.19.4>function-bind • 1.1.1Implementation of Function.prototype.bindINDIRECT0
npm>8.19.4>has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
npm>8.19.4>has • 1.0.3Object.prototype.hasOwnProperty.call shortcutINDIRECT1
npm>8.19.4>http-proxy-agent • 5.0.0An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT4
npm>8.19.4>https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
npm>8.19.4>humanize-ms • 1.2.1transform humanize time to msINDIRECT1
npm>8.19.4>iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
npm>8.19.4>imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
npm>8.19.4>indent-string • 4.0.0Indent each line in a stringINDIRECT0
npm>8.19.4>ip-regex • 4.3.0Regular expression for matching IP addresses (IPv4 & IPv6)INDIRECT0
npm>8.19.4>ip • 2.0.0INDIRECT0
npm>8.19.4>is-core-module • 2.10.0Is this specifier a node.js core module?INDIRECT2
npm>8.19.4>is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
npm>8.19.4>is-lambda • 1.0.1Detect if your code is running on an AWS Lambda serverINDIRECT0
npm>8.19.4>json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
npm>8.19.4>jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
npm>8.19.4>just-diff-apply • 5.4.1Apply a diff to an object. Optionally supports jsonPatch protocolINDIRECT0
npm>8.19.4>just-diff • 5.1.1Return an object representing the diffs between two objects. Supports jsonPatch protocolINDIRECT0
npm>8.19.4>minipass-fetch • 2.1.1An implementation of window.fetch in Node.js using Minipass streamsINDIRECT7
npm>8.19.4>minipass-json-stream • 1.0.1Like JSONStream, but using Minipass streamsINDIRECT3
npm>8.19.4>minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT2
npm>8.19.4>mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
npm>8.19.4>ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
npm>8.19.4>negotiator • 0.6.3HTTP content negotiationINDIRECT0
npm>8.19.4>node-gyp • 9.1.0Node.js native addon build toolINDIRECT97
npm>8.19.4>node-gyp>brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
npm>8.19.4>p-map • 4.0.0Map over promises concurrentlyINDIRECT3
npm>8.19.4>path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
npm>8.19.4>postcss-selector-parser • 6.0.10INDIRECT2
npm>8.19.4>promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT2
npm>8.19.4>readable-stream • 3.6.0Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
npm>8.19.4>retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
npm>8.19.4>rimraf>brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
npm>8.19.4>safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
npm>8.19.4>safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
npm>8.19.4>smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
npm>8.19.4>socks-proxy-agent • 7.0.0A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSINDIRECT6
npm>8.19.4>socks • 2.7.0Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT2
npm>8.19.4>spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
npm>8.19.4>string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
npm>8.19.4>string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
npm>8.19.4>strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
npm>8.19.4>supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
npm>8.19.4>text-table • 0.2.0borderless text tables with alignmentINDIRECT0
npm>8.19.4>tiny-relative-date • 1.3.0Tiny function that provides relative, human-readable dates.INDIRECT0
npm>8.19.4>util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
npm>8.19.4>wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 4.0.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 6.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
path-exists • 4.0.0Check if a path existsINDIRECT0
path-exists • 5.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-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
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
pkg-dir • 7.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
postcss-custom-properties • 12.1.11Use Custom Properties Queries in CSSDIRECT1
postcss-load-config • 4.0.2Autoload Config for PostCSSDIRECT2
postcss-loader • 7.3.4PostCSS loader for webpackDIRECT19
postcss-media-query-parser • 0.2.3A tool for parsing media query lists.INDIRECT0
postcss-modules-local-by-default • 4.2.0A CSS Modules transform to make local scope the defaultINDIRECT5
postcss-resolve-nested-selector • 0.1.6Resolve a nested selector in a PostCSS ASTINDIRECT0
postcss-safe-parser • 6.0.0Fault-tolerant CSS parser for PostCSSINDIRECT0
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-selector-parser • 7.1.0> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 8.5.3Tool for transforming styles with JS pluginsDIRECT3
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
quick-lru • 4.0.1Simple "Least Recently Used" (LRU) cacheINDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
read-pkg-up • 7.0.1Read the closest package.json fileINDIRECT33
read-pkg • 5.2.0Read a package.json fileINDIRECT25
readdirp • 4.1.2Recursive version of fs.readdir with small RAM & CPU footprint.INDIRECT0
redent • 3.0.0Strip redundant indentation and indent the stringINDIRECT3
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regex-parser • 2.3.1A module that parses a string as regular expression and returns the parsed value.INDIRECT0
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
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 • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-url-loader • 5.0.0Webpack loader that resolves relative paths in url() statements based on the original source fileDIRECT12
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
sass-loader • 13.3.3Sass loader for webpackDIRECT1
sass • 1.87.0A pure JavaScript implementation of Sass.DIRECT28
schema-utils • 4.3.2webpack Validation UtilsINDIRECT8
sirv • 2.0.4The optimized & lightweight middleware for serving requests to static assetsINDIRECT3
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slice-ansi • 4.0.0Slice a string with ANSI escape codesINDIRECT5
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-comments • 2.0.1Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages.INDIRECT0
strip-indent • 3.0.0Strip leading whitespace from each line in a stringINDIRECT1
stylelint • 14.16.1A mighty, modern CSS linter.DIRECT164
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
supports-hyperlinks • 2.3.0Detect if your terminal emulator supports hyperlinksINDIRECT2
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
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
totalist • 3.0.1A tiny (195B to 220B) utility to recursively list all (total) files in a directoryINDIRECT0
trim-newlines • 3.0.1Trim newlines from the start and/or end of a stringINDIRECT0
uc.micro • 1.0.6Micro subset of unicode data files for markdown-it projects.INDIRECT0
undici-types • 6.21.0A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
update-browserslist-db • 1.1.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
v8-compile-cache • 2.4.0Require hook for automatic V8 compile cache persistenceINDIRECT0
watchpack • 2.4.2Wrapper library for directory and file watching.INDIRECT2
webpack-bundle-analyzer • 4.10.2Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemapDIRECT16
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.DIRECT76
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 7.5.10Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
yocto-queue • 1.2.1Tiny queue data structureINDIRECT0
ISC158
PackageRelationDependenciesPublished
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
common-path-prefix • 3.0.0Computes the longest prefix string that is common to each path, excluding the base componentINDIRECT0
electron-to-chromium • 1.5.143Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.19.1Fast, in memory work queueINDIRECT1
flatted • 3.3.3A super light and fast circular JSON parser.INDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
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-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
hosted-git-info • 4.1.0Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT2
icss-utils • 5.1.0ICSS utils for postcss astINDIRECT0
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
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
npm>8.19.4>@isaacs/string-locale-compare • 1.1.0Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwiseINDIRECT0
npm>8.19.4>@npmcli/arborist • 5.6.3Manage node_modules treesINDIRECT163
npm>8.19.4>@npmcli/ci-detect • 2.0.0Detect what kind of CI environment the program is inINDIRECT0
npm>8.19.4>@npmcli/config • 4.2.2Configuration management for the npm cliINDIRECT26
npm>8.19.4>@npmcli/disparity-colors • 2.0.0Colorizes unified diff outputINDIRECT3
npm>8.19.4>@npmcli/fs • 2.1.2filesystem utilities for the npm cliINDIRECT4
npm>8.19.4>@npmcli/git • 3.0.2a util for spawning git from npm CLI contextsINDIRECT21
npm>8.19.4>@npmcli/installed-package-contents • 1.0.7Get the list of files installed in a package in node_modules, including bundled dependenciesINDIRECT2
npm>8.19.4>@npmcli/installed-package-contents>npm-bundled • 1.1.2list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT1
npm>8.19.4>@npmcli/map-workspaces • 2.0.4Retrieves a name:pathname Map for a given workspaces configINDIRECT13
npm>8.19.4>@npmcli/metavuln-calculator • 3.1.1Calculate meta-vulnerabilities from package security advisoriesINDIRECT135
npm>8.19.4>@npmcli/name-from-folder • 1.0.1Get the package name from a folder pathINDIRECT0
npm>8.19.4>@npmcli/node-gyp • 2.0.0Tools for dealing with node-gyp packagesINDIRECT0
npm>8.19.4>@npmcli/package-json • 2.0.0Programmatic API to update package.jsonINDIRECT1
npm>8.19.4>@npmcli/promise-spawn • 3.0.0spawn processes the way the npm cli likes to doINDIRECT1
npm>8.19.4>@npmcli/query • 1.2.0npm query parser and toolsINDIRECT12
npm>8.19.4>@npmcli/run-script • 4.2.1Run a lifecycle script for a package (descendant of npm-lifecycle)INDIRECT103
npm>8.19.4>abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
npm>8.19.4>aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
npm>8.19.4>are-we-there-yet • 3.0.1Keep track of the overall completion of many disparate processesINDIRECT6
npm>8.19.4>bin-links • 3.0.3JavaScript package binary linkerINDIRECT22
npm>8.19.4>bin-links>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>cacache • 16.1.3Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT41
npm>8.19.4>chownr • 2.0.0like `chown -R`INDIRECT0
npm>8.19.4>cmd-shim • 5.0.0Used in npm for command line application supportINDIRECT4
npm>8.19.4>color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
npm>8.19.4>common-ancestor-path • 1.0.1Find the common ancestor of 2 or more paths on Windows or UnixINDIRECT0
npm>8.19.4>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
npm>8.19.4>dezalgo • 1.0.4Contain async insanity so that the dark pony lord doesn't eat soulsINDIRECT2
npm>8.19.4>fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
npm>8.19.4>fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
npm>8.19.4>gauge • 4.0.4A terminal based horizontal gaugeINDIRECT11
npm>8.19.4>glob • 8.0.3a little globberINDIRECT8
npm>8.19.4>graceful-fs • 4.2.10A drop-in replacement for fs, making various improvements.INDIRECT0
npm>8.19.4>has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
npm>8.19.4>hosted-git-info • 5.2.1Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT1
npm>8.19.4>ignore-walk • 5.0.1Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.INDIRECT3
npm>8.19.4>infer-owner • 1.0.4Infer the owner of a path based on the owner of its nearest existing parentINDIRECT0
npm>8.19.4>inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
npm>8.19.4>inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
npm>8.19.4>ini • 3.0.1An ini encoder/decoder for nodeINDIRECT0
npm>8.19.4>init-package-json • 3.0.2A node module to get your node module startedINDIRECT33
npm>8.19.4>isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
npm>8.19.4>json-stringify-nice • 1.1.4Stringify an object sorting scalars before objects, and defaulting to 2-space indentINDIRECT0
npm>8.19.4>libnpmaccess • 6.0.4programmatic library for `npm access` commandsINDIRECT77
npm>8.19.4>libnpmdiff • 4.0.5The registry diffINDIRECT141
npm>8.19.4>libnpmexec • 4.0.14npm exec (npx) programmatic APIINDIRECT173
npm>8.19.4>libnpmfund • 3.0.5Programmatic API for npm fundINDIRECT164
npm>8.19.4>libnpmhook • 8.0.4programmatic API for managing npm registry hooksINDIRECT77
npm>8.19.4>libnpmorg • 4.0.4Programmatic api for `npm org` commandsINDIRECT77
npm>8.19.4>libnpmpack • 4.1.3Programmatic API for the bits behind npm packINDIRECT135
npm>8.19.4>libnpmpublish • 6.0.5Programmatic API for the bits behind npm publish and unpublishINDIRECT85
npm>8.19.4>libnpmsearch • 5.0.4Programmatic API for searching in npm and compatible registries.INDIRECT76
npm>8.19.4>libnpmteam • 4.0.4npm Team management APIsINDIRECT77
npm>8.19.4>libnpmversion • 3.0.7library to do the things that 'npm version' doesINDIRECT113
npm>8.19.4>lru-cache • 7.13.2A cache object that deletes the least-recently-used items.INDIRECT0
npm>8.19.4>make-fetch-happen • 10.2.1Opinionated, caching, retrying fetch clientINDIRECT67
npm>8.19.4>minimatch • 5.1.0a glob matcher in javascriptINDIRECT2
npm>8.19.4>minipass-collect • 1.0.2A Minipass stream that collects all the data into a single chunkINDIRECT2
npm>8.19.4>minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end'INDIRECT2
npm>8.19.4>minipass-pipeline • 1.2.4create a pipeline of streams using MinipassINDIRECT2
npm>8.19.4>minipass-sized • 1.0.3A Minipass stream that raises an error if you get a different number of bytes than expectedINDIRECT2
npm>8.19.4>minipass • 3.3.4minimal implementation of a PassThrough streamINDIRECT1
npm>8.19.4>mkdirp-infer-owner • 2.0.0mkdirp, but chown to the owner of the containing folder if possible and necessaryINDIRECT3
npm>8.19.4>mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
npm>8.19.4>node-gyp>glob • 7.2.3a little globberINDIRECT10
npm>8.19.4>node-gyp>minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
npm>8.19.4>node-gyp>nopt • 5.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm>8.19.4>nopt • 6.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm>8.19.4>npm-audit-report • 3.0.0Given a response from the npm security api, render it into a variety of security reportsINDIRECT6
npm>8.19.4>npm-bundled • 2.0.1list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT1
npm>8.19.4>npm-bundled>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>npm-normalize-package-bin • 1.0.1Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>npm-package-arg • 9.1.0Parse the things that can be arguments to `npm install`INDIRECT8
npm>8.19.4>npm-packlist • 5.1.3Get a list of the files to add from a folder into an npm packageINDIRECT13
npm>8.19.4>npm-packlist>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>npm-pick-manifest • 7.0.2Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.INDIRECT11
npm>8.19.4>npm-pick-manifest>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>npm-profile • 6.2.1Library for updating an npmjs.com profileINDIRECT76
npm>8.19.4>npm-registry-fetch • 13.3.1Fetch-based http client for use with npm registry APIsINDIRECT75
npm>8.19.4>npmlog • 6.0.2logger for npmINDIRECT20
npm>8.19.4>once • 1.4.0Run a function exactly one timeINDIRECT1
npm>8.19.4>pacote • 13.6.2JavaScript package downloaderINDIRECT134
npm>8.19.4>parse-conflict-json • 2.0.2Parse a JSON string that has git merge conflicts, resolving if possibleINDIRECT3
npm>8.19.4>proc-log • 2.0.1just emit 'log' events on the process objectINDIRECT0
npm>8.19.4>promise-all-reject-late • 1.0.1Like Promise.all, but save rejections until all promises are resolvedINDIRECT0
npm>8.19.4>promise-call-limit • 1.0.1Call an array of promise-returning functions, restricting concurrency to a specified limit.INDIRECT0
npm>8.19.4>promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
npm>8.19.4>promzard • 0.3.0prompting wizardlyINDIRECT2
npm>8.19.4>read-cmd-shim • 3.0.0Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.INDIRECT0
npm>8.19.4>read-package-json-fast • 2.0.3Like read-package-json, but fasterINDIRECT2
npm>8.19.4>read-package-json • 5.0.2The thing npm uses to read package.json files with semantics and defaults and validationINDIRECT25
npm>8.19.4>read-package-json>npm-normalize-package-bin • 2.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>8.19.4>read • 1.0.7read(1) for node programsINDIRECT1
npm>8.19.4>readdir-scoped-modules • 1.1.0Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.INDIRECT6
npm>8.19.4>rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
npm>8.19.4>rimraf>glob • 7.2.3a little globberINDIRECT10
npm>8.19.4>rimraf>minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
npm>8.19.4>semver • 7.3.7The semantic version parser used by npm.INDIRECT2
npm>8.19.4>semver>lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
npm>8.19.4>set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
npm>8.19.4>signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
npm>8.19.4>ssri • 9.0.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT2
npm>8.19.4>tar • 6.1.11tar for nodeINDIRECT6
npm>8.19.4>treeverse • 2.0.0Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.INDIRECT0
npm>8.19.4>unique-filename • 2.0.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
npm>8.19.4>unique-slug • 3.0.0Generate a unique character string suitible for use in files and URLs.INDIRECT1
npm>8.19.4>validate-npm-package-name • 4.0.0Give me a string and I'll tell you if it's a valid npm package nameINDIRECT4
npm>8.19.4>walk-up-path • 1.0.0Given a path string, return a generator that walks up the path, emitting each dirname.INDIRECT0
npm>8.19.4>which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
npm>8.19.4>wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT5
npm>8.19.4>wrappy • 1.0.2Callback wrapping utilityINDIRECT0
npm>8.19.4>write-file-atomic • 4.0.2Write files in an atomic fashion w/configurable ownershipINDIRECT2
npm>8.19.4>yallist • 4.0.0Yet Another Linked ListINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
postcss-modules-extract-imports • 3.1.0A CSS Modules transform to extract local aliases for inline importsINDIRECT0
postcss-modules-scope • 3.2.1A CSS Modules transform to extract export statements from local-scope classesINDIRECT3
postcss-modules-values • 4.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module filesINDIRECT1
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.7.1The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
style-search • 0.1.0Search CSS(-like) stringsINDIRECT0
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
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 4.0.2Write files in an atomic fashion w/configurable ownershipINDIRECT2
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
yaml • 2.7.1JavaScript parser and stringifier for YAMLINDIRECT0
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
BSD-2-Clause17
PackageRelationDependenciesPublished
entities • 3.0.1Encode & decode XML and HTML entities with easeINDIRECT0
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
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
glob-to-regexp • 0.4.1Convert globs to regular expressionsINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
normalize-package-data • 3.0.3Normalizes data that can be found in package.json files.INDIRECT12
npm>8.19.4>cidr-regex • 3.1.1Regular expression for matching IP addresses in CIDR notationINDIRECT1
npm>8.19.4>http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
npm>8.19.4>is-cidr • 4.0.2Check if a string is an IP address in CIDR notationINDIRECT2
npm>8.19.4>normalize-package-data • 4.0.1Normalizes data that can be found in package.json files.INDIRECT13
npm>8.19.4>npm-install-checks • 5.0.0Check the engines and platform fields in package.jsonINDIRECT3
npm>8.19.4>npm-user-validate • 1.0.1User validations for npmINDIRECT0
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
terser • 5.39.0JavaScript parser, mangler/compressor and beautifier toolkit for ES6+INDIRECT11
Apache-2.09
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@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
detect-libc • 1.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
doctrine • 3.0.0JSDoc parserINDIRECT1
npm>8.19.4>spdx-correct • 3.1.1correct invalid SPDX expressionsINDIRECT3
npm>8.19.4>validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
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-Clause7
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
npm>8.19.4>diff • 5.1.0A javascript text diff implementation.INDIRECT0
serialize-javascript • 6.0.2Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
table • 6.9.0Formats data into a string table.INDIRECT16
CC0-1.03
PackageRelationDependenciesPublished
@csstools/selector-specificity • 2.2.0Determine selector specificity with postcss-selector-parserINDIRECT0
npm>8.19.4>spdx-license-ids • 3.0.11A list of SPDX license identifiersINDIRECT0
spdx-license-ids • 3.0.21A list of SPDX license identifiersINDIRECT0
CC0-1.0 OR MIT3
PackageRelationDependenciesPublished
type-fest • 0.18.1A collection of essential TypeScript typesINDIRECT0
type-fest • 0.6.0A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
MIT OR WTFPL2
PackageRelationDependenciesPublished
npm>8.19.4>opener • 1.5.2Opens stuff, like webpages and files and executables, cross-platformINDIRECT0
opener • 1.5.2Opens stuff, like webpages and files and executables, cross-platformINDIRECT0
unknown2
PackageRelationDependenciesPublished
npm>8.19.4>qrcode-terminal • 0.12.0QRCodes, in the terminalINDIRECT0
svg-tags • 1.0.0List of standard SVG tags.INDIRECT0
CC-BY-3.02
PackageRelationDependenciesPublished
npm>8.19.4>spdx-exceptions • 2.3.0list of SPDX standard license exceptionsINDIRECT0
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
Artistic-2.01
PackageRelationDependenciesPublished
npm • 8.19.4a package manager for JavaScriptDIRECT210
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001715A smaller version of caniuse-db, with only the essentials!INDIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.0-alpha2 version:

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