licenses.dev

copy-webpack-plugin v4.6.0

Copy files && directories with webpack

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT55
PackageRelationDependenciesPublished
array-union • 1.0.2Create an array of unique values, in order, from the input arraysINDIRECT1
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
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
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
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
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cyclist • 1.0.2Cyclist is an efficient cyclic list implemention.INDIRECT0
dir-glob • 2.2.2Convert directories to glob compatible stringsINDIRECT2
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
find-cache-dir • 1.0.0My well-made moduleDIRECT10
find-up • 2.1.0Find a file 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
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
globby • 7.1.1Extends `glob` with support for multiple patterns and exposes a Promise APIDIRECT18
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
ignore • 3.3.10Ignore is a manager and filter for .gitignore rules.INDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betDIRECT1
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
loader-utils • 1.4.2utils for webpack loadersDIRECT4
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
make-dir • 1.3.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
parallel-transform • 1.2.0Transform stream that allows you to run your transforms in parallel without changing the orderINDIRECT9
path-exists • 3.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-type • 3.0.0Check if a path is a file, directory, or symlinkINDIRECT1
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pkg-dir • 2.0.0Find the root directory of a Node.js project or npm packageINDIRECT6
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
pump • 2.0.1pipe 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
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
slash • 1.0.0Convert Windows backslash paths to slash pathsINDIRECT0
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
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC24
PackageRelationDependenciesPublished
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
cacache • 10.0.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.DIRECT55
chownr • 1.1.4like `chown -R`INDIRECT0
copy-concurrently • 1.0.5Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.INDIRECT27
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
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
minimatch • 3.1.2a glob matcher in javascriptDIRECT3
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
once • 1.4.0Run a function exactly one timeINDIRECT1
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
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
ssri • 5.3.0Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
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
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 2.1.2Yet Another Linked ListINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
serialize-javascript • 1.9.1Serialize JavaScript to a superset of JSON that includes regular expressions and functions.DIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
mississippi • 2.0.0a collection of useful streamsINDIRECT25
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 4.6.0 version:

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