licenses.dev

yeoman-environment v1.6.6

Handles the lifecyle and bootstrapping of generators in a specific environment

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-2-Clause

Dependency Licenses

MIT69
PackageRelationDependenciesPublished
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
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
arrify • 1.0.1Convert a value to an arrayINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
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
chalk • 1.1.3Terminal string styling done right. Much color.DIRECT6
cli-cursor • 1.0.2Toggle the CLI cursorINDIRECT3
clone-buffer • 1.0.0Easier Buffer cloning in node.INDIRECT0
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
cloneable-readable • 1.1.3Clone a Readable stream, safelyINDIRECT8
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
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
debug • 2.6.9small debugging utilityDIRECT1
escape-string-regexp • 1.0.5Escape RegExp special charactersDIRECT0
exit-hook • 1.1.1Run some code when the process exitsINDIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
external-editor • 1.1.1Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT16
figures • 1.7.0Unicode symbols with Windows CMD fallbacksINDIRECT2
first-chunk-stream • 2.0.0Transform the first chunk in a streamINDIRECT8
globby • 4.1.0Extends `glob` with support for multiple patterns and exposes a Promise APIDIRECT17
grouped-queue • 0.3.3In memory queue system prioritizing tasksDIRECT1
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
inquirer • 1.2.3A collection of common interactive command line user interfaces.DIRECT43
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
lodash • 4.17.21Lodash modular utilities.DIRECT0
log-symbols • 1.0.2Colored symbols for various log levels. Example: ✔︎ successDIRECT7
mem-fs • 1.2.0Simple in-memory vinyl file storeDIRECT24
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
onetime • 1.1.0Only call a function onceINDIRECT0
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
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
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
replace-ext • 1.0.1Replaces a file extension with another oneINDIRECT0
restore-cursor • 1.0.1Gracefully restore the CLI cursor on exitINDIRECT2
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
spawn-sync • 1.0.15Prollyfill for child_process.spawnSyncINDIRECT12
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-buf • 1.0.0Strip UTF-8 byte order mark (BOM) from a bufferINDIRECT1
strip-bom-stream • 2.0.0Strip UTF-8 byte order mark (BOM) from a streamINDIRECT11
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
text-table • 0.2.0borderless text tables with alignmentDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT8
tmp • 0.0.29Temporary file and directory creatorINDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
untildify • 2.1.0Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/devDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vinyl-file • 3.0.0Create a vinyl file from an actual fileINDIRECT22
vinyl • 2.2.1Virtual file format.INDIRECT14
ISC10
PackageRelationDependenciesPublished
cli-width • 2.2.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
glob • 6.0.4a little globberINDIRECT9
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
mute-stream • 0.0.6Bytes go in, but they don't come out (when muted).INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
diff • 2.2.3A javascript text diff implementation.DIRECT0
Apache-2.01
PackageRelationDependenciesPublished
rx • 4.1.0Library for composing asynchronous and event-based operations in JavaScriptINDIRECT0
unknown1
PackageRelationDependenciesPublished
os-shim • 0.1.3Native OS module API shim for older node.js versionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.6.6 version:

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