licenses.dev

yeoman-generator v8.1.1

Rails-inspired generator system that provides scaffolding for your apps

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-2-Clause

Dependency Licenses

MIT80
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.0Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/helper-validator-identifier • 7.28.5Validate identifier/keywords nameINDIRECT0
@kwsites/file-exists • 1.1.1Synchronous validation of a path existing either as a file or as a directory.INDIRECT2
@kwsites/promise-deferred • 1.1.1Minimalist creation of promise wrappers, exposing the ability to resolve or reject the inner promiseINDIRECT0
@pnpm/config.env-replace • 1.1.0INDIRECT0
@pnpm/network.ca-file • 1.0.2INDIRECT1
@pnpm/npm-conf • 3.0.2Get the npm configINDIRECT6
@sec-ant/readable-stream • 0.4.1A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.INDIRECT0
@sindresorhus/merge-streams • 4.0.0Merge multiple streams into a unified streamINDIRECT0
@types/debug • 4.1.12TypeScript definitions for debugDIRECT1
@types/ejs • 3.1.5TypeScript definitions for ejsINDIRECT0
@types/lodash-es • 4.17.12TypeScript definitions for lodash-esDIRECT1
@types/lodash • 4.17.24TypeScript definitions for lodashINDIRECT0
@types/ms • 2.1.0TypeScript definitions for msINDIRECT0
@types/normalize-package-data • 2.4.4TypeScript definitions for normalize-package-dataINDIRECT0
@types/picomatch • 4.0.2TypeScript definitions for picomatchINDIRECT0
@yeoman/namespace • 1.0.1Namespace parsing for yeoman's generator/environment stackDIRECT0
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
balanced-match • 4.0.4Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 2.0.2Brace expansion as known from sh/bashINDIRECT1
brace-expansion • 5.0.4Brace expansion as known from sh/bashINDIRECT1
chalk • 5.6.2Terminal string styling done rightDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
config-chain • 1.1.13HANDLE CONFIGURATION ONCE AND FOR ALLINDIRECT2
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
debug • 4.4.3Lightweight debugging utility for Node.js and the browserDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
execa • 9.6.1Process execution for humansDIRECT22
fast-fifo • 1.3.2A fast fifo implementation similar to the one powering nextTick in Node.js coreINDIRECT0
fdir • 6.5.0The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1sINDIRECT0
figures • 6.1.0Unicode symbols with fallbacks for older terminalsINDIRECT1
find-up-simple • 1.0.1Find a file or directory by walking up parent directories — Zero dependenciesINDIRECT0
get-stream • 9.0.1Get a stream as a string, Buffer, ArrayBuffer or arrayINDIRECT2
index-to-position • 1.2.0Convert a string index to its line and column positionINDIRECT0
is-plain-obj • 4.1.0Check if a value is a plain objectINDIRECT0
is-stream • 4.0.1Check if something is a Node.js streamINDIRECT0
is-unicode-supported • 2.1.0Detect whether the terminal supports UnicodeINDIRECT0
isbinaryfile • 5.0.7Detects if a file is binary in Node.js. Similar to Perl's -B.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
ky • 1.14.3Tiny and elegant HTTP client based on the Fetch APIINDIRECT0
latest-version • 9.0.0Get the latest version of an npm packageDIRECT16
lodash-es • 4.17.23Lodash exported as ES modules.DIRECT0
mem-fs-editor • 12.0.3File edition helpers working on top of mem-fsDIRECT40
minimist • 1.2.8parse argument optionsDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multimatch • 8.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
npm-run-path • 6.0.0Get your PATH prepended with locally installed binariesINDIRECT2
package-json • 10.0.1Get metadata of a package from the npm registryINDIRECT15
parse-json • 8.3.0Parse JSON with more helpful errorsINDIRECT6
parse-ms • 4.0.0Parse milliseconds into an objectINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-key • 4.0.0Get the PATH environment variable key cross-platformINDIRECT0
picomatch • 4.0.3Blazing 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-ms • 9.3.0Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`INDIRECT1
read-package-up • 12.0.0Read the closest package.json fileDIRECT22
read-pkg • 10.1.0Read a package.json fileINDIRECT20
registry-auth-token • 5.1.1Get the auth token set for an npm registry (if any)INDIRECT7
registry-url • 6.0.1Get the set npm registry URLINDIRECT5
replace-ext • 2.0.0Replaces a file extension with another one.INDIRECT0
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
simple-git • 3.33.0Simple GIT interface for node.jsDIRECT4
sort-keys • 6.0.0Sort the keys of an objectDIRECT1
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
streamx • 2.23.0An iteration of the Node.js core streams with a series of improvementsINDIRECT5
strip-final-newline • 4.0.0Strip the final newline character from a string or Uint8ArrayINDIRECT0
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
tagged-tag • 1.0.0Unique tag for use in the type-fest Tagged typeINDIRECT0
teex • 1.0.1Turn a readable stream into multiple readable streamx streamsINDIRECT6
text-table • 0.2.0borderless text tables with alignmentDIRECT0
tinyglobby • 0.2.15A fast and minimal alternative to globby and fast-globINDIRECT2
unicorn-magic • 0.3.0Some useful utilities I often needINDIRECT0
unicorn-magic • 0.4.0Some useful utilities I often needINDIRECT0
vinyl • 3.0.1Virtual file format.INDIRECT10
yoctocolors • 2.1.2The smallest and fastest command-line coloring package on the internetINDIRECT0
ISC11
PackageRelationDependenciesPublished
graceful-fs • 4.2.10A drop-in replacement for fs, making various improvements.INDIRECT0
hosted-git-info • 9.0.2Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT1
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
minimatch • 5.1.9a glob matcher in javascriptINDIRECT2
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
proto-list • 1.2.4A utility for managing a prototype chainINDIRECT0
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
semver • 7.7.4The semantic version parser used by npm.DIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
Apache-2.010
PackageRelationDependenciesPublished
b4a • 1.8.0Bridging the gap between buffers and typed arraysINDIRECT0
bare-events • 2.8.2Event emitters for JavaScriptINDIRECT0
ejs • 4.0.1Embedded JavaScript templatesINDIRECT7
events-universal • 1.0.1Universal wrapper for the Node.js events moduleINDIRECT1
filelist • 1.0.6Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
human-signals • 8.0.1Human-friendly process signalsINDIRECT0
jake • 10.9.4JavaScript build tool, similar to Make or RakeINDIRECT6
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
text-decoder • 1.2.7Streaming text decoder that preserves multibyte Unicode charactersINDIRECT1
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
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.22.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 filesINDIRECT2
version-range • 4.15.0Check version ranges like `>=N` and `X || Y || Z` with support for Node.js, Web Browsers, Deno, and TypeScript.INDIRECT0
CC0-1.0 OR MIT2
PackageRelationDependenciesPublished
type-fest • 4.41.0A collection of essential TypeScript typesINDIRECT0
type-fest • 5.4.4A collection of essential TypeScript typesDIRECT1
BlueOak-1.0.02
PackageRelationDependenciesPublished
lru-cache • 11.2.7A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 10.2.4a glob matcher in javascriptINDIRECT2
BSD-2-Clause1
PackageRelationDependenciesPublished
normalize-package-data • 8.0.0Normalizes data that can be found in package.json files.INDIRECT8
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.23A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 8.1.1 version:

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