licenses.dev

webpack-cluster v1.1.0

Helps to make parallel webpack compilation easily

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT91
PackageRelationDependenciesPublished
ambi • 2.5.0Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automatINDIRECT5
ansi-escapes • 1.4.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
babel-runtime • 6.26.0babel selfContained runtimeDIRECT2
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
camelcase • 3.0.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
chalk • 1.1.3Terminal string styling done right. Much color.DIRECT6
ci-info • 1.6.0Get details about the current Continuous Integration environmentINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
csextends • 1.2.0Use the Coffee-Script extends keyword outside of Coffee-Script. Useful for easily extending existing existing classes, e.g. `require('csextends')(klass, extensions)`, and for providing your module consumers with an easy way to extend your classes, i.e. `BINDIRECT0
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
eachr • 2.0.4Give eachr an array or object, and the iterator, in return eachr will give the iterator the value and key of each item, and will stop if the iterator returned false.INDIRECT1
editions • 1.3.4Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT0
editions • 2.3.1Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT2
errlop • 2.2.0An extended Error class that envelops a parent error, such that the stack trace contains the causationINDIRECT0
errno • 0.1.8libuv errno details exposedINDIRECT1
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
find-index • 0.1.1finds an item in an array matching a predicate function, and returns its indexINDIRECT0
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gaze • 1.1.3A globbing fs.watch wrapper built from the best parts of other fine watch libs.DIRECT13
globule • 1.3.4An easy-to-use wildcard globbing library.INDIRECT12
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
ignorefs • 1.4.1Ignore common and custom patterns of the file systemINDIRECT4
ignorepatterns • 1.4.0A regular expression that matches common filenames that we want to ignoreINDIRECT3
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-ci • 1.2.1Detect if the current environment is a CI serverDIRECT1
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
lodash.assign • 4.2.0The lodash method `_.assign` exported as a module.INDIRECT0
lodash • 3.10.1The modern build of lodash modular utilities.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
memory-fs • 0.3.0A simple in-memory filesystem. Holds data in a javascript object.DIRECT10
messageformat • 0.3.1PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.DIRECT34
minimist • 1.2.8parse argument optionsINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
observatory • 1.0.0Beautiful UI for showing tasks running on the command line.DIRECT9
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
path-exists • 2.1.0Check if a path existsINDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
pretty-hrtime • 1.0.3process.hrtime() to wordsDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prr • 1.0.1A better Object.defineProperty()INDIRECT0
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
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safefs • 3.2.2Stop getting EMFILE errors! Open only as many files as the operating system supports.INDIRECT1
scandirectory • 2.5.0Scan a directory recursively with a lot of control and powerINDIRECT12
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
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
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
taskgroup • 4.3.1Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.INDIRECT7
throat • 3.2.0Throttle the parallelism of an asynchronous (promise returning) function / functionsDIRECT0
tildify • 1.2.0Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`DIRECT1
typechecker • 2.0.8Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)INDIRECT0
typechecker • 2.1.0Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)INDIRECT0
typechecker • 4.11.0Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)INDIRECT3
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
watchr • 2.4.13Better file system watching for Node.jsINDIRECT18
webpack-stats-writer-plugin • 1.0.2Saves "stats" object as isDIRECT0
window-size • 0.2.0Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 4.8.1yargs the modern, pirate-themed, successor to optimist.DIRECT51
ISC24
PackageRelationDependenciesPublished
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 1.0.3[![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 • 6.0.4a little globberINDIRECT9
glob • 7.1.7a little globberINDIRECT10
glob • 7.2.3a little globberDIRECT10
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
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
make-plural • 3.0.6Translates Unicode CLDR pluralization rules to executable JavaScriptINDIRECT1
minimatch • 3.0.8a glob matcher in javascriptINDIRECT3
minimatch • 3.1.2a glob matcher in javascriptDIRECT3
nopt • 3.0.6Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
once • 1.4.0Run a function exactly one timeINDIRECT1
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
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
which-module • 1.0.0Find the module object for something that was require()dINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 2.4.1the mighty option parser used by yargsINDIRECT2
Artistic-2.02
PackageRelationDependenciesPublished
extendr • 2.1.0Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe waysINDIRECT1
extract-opts • 2.2.0Extract the options and callback from a function's arguments easilyINDIRECT1
Apache-2.02
PackageRelationDependenciesPublished
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
unknown1
PackageRelationDependenciesPublished
glob2base • 0.0.12Extracts a base path from a node-glob instanceDIRECT1
BSD-2-Clause1
PackageRelationDependenciesPublished
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.20A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.0 version:

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