licenses.dev

@yeoman/conflicter v2.3.2

Conflict resolution for yeoman's generator/environment stack

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT70
PackageRelationDependenciesPublished
@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
@sindresorhus/merge-streams • 2.3.0Merge multiple streams into a unified streamINDIRECT0
@types/ejs • 3.1.5TypeScript definitions for ejsINDIRECT0
@types/node • 16.18.126TypeScript definitions for nodeINDIRECT0
@types/node • 22.15.3TypeScript definitions for nodeINDIRECT1
@yeoman/transform • 1.2.0Namespace parsing for yeoman's generator/environment stackDIRECT14
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
array-differ • 4.0.0Create an array with values that are present in the first input array but not additional onesINDIRECT0
array-union • 3.0.1Create an array of unique values, in order, from the input arraysINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
binary-extensions • 2.3.0List of binary file extensionsDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
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
buffer • 6.0.3Node.js Buffer API, for the browserINDIRECT2
chalk • 4.1.2Terminal string styling done rightINDIRECT5
clone-stats • 1.0.0Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colors • 1.0.3get colors in your node.js consoleINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
dateformat • 5.0.3A node.js package for Steven Levithan's excellent dateFormat() function.DIRECT0
deep-extend • 0.6.0Recursive object extendingINDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
eventemitter3 • 5.0.1EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
fast-fifo • 1.3.2A fast fifo implementation similar to the one powering nextTick in Node.js coreINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
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
globby • 14.1.0User-friendly glob matchingINDIRECT23
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
ignore • 7.0.4Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
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 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
isbinaryfile • 5.0.3Detects if a file is binary in Node.js. Similar to Perl's -B.INDIRECT0
isbinaryfile • 5.0.4Detects if a file is binary in Node.js. Similar to Perl's -B.DIRECT0
mem-fs-editor • 11.1.4File edition helpers working on top of mem-fsDIRECT66
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
multimatch • 7.0.0Extends `minimatch.match()` with support for multiple patternsINDIRECT5
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
p-queue • 7.4.1Promise queue with concurrency controlINDIRECT2
p-timeout • 5.1.0Timeout a promise after a specified amount of timeINDIRECT0
path-type • 6.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
pretty-bytes • 6.1.1Convert bytes to a human readable string: 1337 → 1.34 kBDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
readable-stream • 4.7.0Node.js Streams, a user-land copy of the stream library from Node.jsINDIRECT9
replace-ext • 2.0.0Replaces a file extension with another one.INDIRECT0
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
slash • 5.1.0Convert Windows backslash paths to slash pathsDIRECT0
streamx • 2.22.0An iteration of the Node.js core streams with a series of improvementsINDIRECT4
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
teex • 1.0.1Turn a readable stream into multiple readable streamx streamsINDIRECT5
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
undici-types • 6.21.0A stand-alone types package for UndiciINDIRECT0
unicorn-magic • 0.3.0Some useful utilities I often needINDIRECT0
vinyl • 3.0.0Virtual file format.INDIRECT10
Apache-2.07
PackageRelationDependenciesPublished
b4a • 1.6.7Bridging the gap between buffers and typed arraysINDIRECT0
bare-events • 2.5.4Event emitters for JavaScriptINDIRECT0
ejs • 3.1.10Embedded JavaScript templatesINDIRECT15
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
jake • 10.9.2JavaScript build tool, similar to Make or RakeINDIRECT14
p-transform • 4.1.6Promised out of order transform.DIRECT14
text-decoder • 1.2.3Streaming text decoder that preserves multibyte Unicode charactersINDIRECT1
ISC6
PackageRelationDependenciesPublished
fastq • 1.19.1Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
minimatch • 9.0.5a glob matcher in javascriptDIRECT2
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
Artistic-2.04
PackageRelationDependenciesPublished
binaryextensions • 6.11.0A package that contains an array of every single file extension there is for binary filesINDIRECT2
editions • 6.21.0Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT1
textextensions • 6.11.0A package that contains an array of every single file extension there is for text filesDIRECT2
version-range • 4.14.0Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.INDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
diff • 7.0.0A JavaScript text diff implementation.DIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
unknown1
PackageRelationDependenciesPublished
cli-table • 0.3.11Pretty unicode tables for the CLIDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.3.2 version:

[![licenses](https://licenses.dev/b/npm/%40yeoman%2Fconflicter/2.3.2)](https://licenses.dev/npm/%40yeoman%2Fconflicter/2.3.2)
<a href="https://licenses.dev/npm/%40yeoman%2Fconflicter/2.3.2">
  <img src="https://licenses.dev/b/npm/%40yeoman%2Fconflicter/2.3.2" alt="licenses" />
</a>
GitHub