licenses.dev

yeoman-environment v6.0.0

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

MIT181
PackageRelationDependenciesPublished
@gar/promise-retry • 1.0.2Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT1
@inquirer/ansi • 2.0.4A lightweight package providing ANSI escape sequences for terminal cursor manipulation and screen clearing.INDIRECT0
@inquirer/checkbox • 5.1.2Inquirer checkbox promptINDIRECT10
@inquirer/confirm • 6.0.10Inquirer confirm promptINDIRECT10
@inquirer/core • 11.1.7Core Inquirer prompt APIINDIRECT9
@inquirer/editor • 5.0.10Inquirer multiline editor promptINDIRECT14
@inquirer/expand • 5.0.10Inquirer checkbox promptINDIRECT10
@inquirer/external-editor • 2.0.4Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT3
@inquirer/figures • 2.0.4Vendored version of figures, for CJS compatibilityINDIRECT0
@inquirer/input • 5.0.10Inquirer input text promptINDIRECT10
@inquirer/number • 4.0.10Inquirer number promptINDIRECT10
@inquirer/password • 5.0.10Inquirer password promptINDIRECT10
@inquirer/prompts • 8.3.2Inquirer prompts, combined in a single packageINDIRECT24
@inquirer/rawlist • 5.2.6Inquirer rawlist promptINDIRECT10
@inquirer/search • 4.1.6Inquirer search promptINDIRECT10
@inquirer/select • 5.1.2Inquirer select/list promptINDIRECT10
@inquirer/type • 4.0.4Inquirer core TS typesINDIRECT0
@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
@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
@tufjs/canonical-json • 2.0.0OLPC JSON canonicalizationINDIRECT0
@tufjs/models • 4.1.0TUF metadata modelsINDIRECT4
@types/ejs • 3.1.5TypeScript definitions for ejsINDIRECT0
@types/expect • 1.20.4TypeScript definitions for ExpectINDIRECT0
@types/node • 25.5.0TypeScript definitions for nodeINDIRECT1
@types/picomatch • 4.0.2TypeScript definitions for picomatchINDIRECT0
@types/vinyl • 2.0.12TypeScript definitions for vinylINDIRECT3
@yeoman/adapter • 4.0.2Input Output adapter for yeoman's generator/environment stackDIRECT49
@yeoman/conflicter • 4.0.1Conflict resolution for yeoman's generator/environment stackDIRECT56
@yeoman/namespace • 1.0.1Namespace parsing for yeoman's generator/environment stackDIRECT0
@yeoman/transform • 2.1.0Namespace parsing for yeoman's generator/environment stackDIRECT3
@yeoman/types • 1.10.3Common API for yeoman's generator/environment stackDIRECT0
agent-base • 7.1.4Turn a function into an `http.Agent` instanceINDIRECT0
ansi-regex • 6.2.2Regular expression for matching ANSI escape codesINDIRECT0
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
arrify • 3.0.0Convert a value to an arrayDIRECT0
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
binary-extensions • 3.1.0List of binary file extensionsINDIRECT0
brace-expansion • 2.0.2Brace expansion as known from sh/bashINDIRECT1
brace-expansion • 5.0.4Brace 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
chalk • 5.6.2Terminal string styling done rightDIRECT0
chardet • 2.1.1Character encoding detectorINDIRECT0
cli-cursor • 5.0.0Toggle the CLI cursorINDIRECT4
cli-spinners • 3.4.0Spinners for use in the terminalINDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
colors • 1.0.3get colors in your node.js consoleINDIRECT0
commander • 14.0.3the complete solution for node.js command-line programsDIRECT0
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
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
dateformat • 5.0.3A node.js package for Steven Levithan's excellent dateFormat() function.INDIRECT0
debug • 4.4.3Lightweight debugging utility for Node.js and the browserDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
env-paths • 3.0.0Get paths for storing things like data, config, cache, etcINDIRECT0
err-code • 2.0.3Create an error with a codeINDIRECT0
eventemitter3 • 5.0.4EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
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
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fast-string-truncated-width • 3.0.3A fast function for calculating where a string should be truncated, given an optional width limit and an ellipsis string.INDIRECT0
fast-string-width • 3.0.2A fast function for calculating the visual width of a string once printed to the terminal.INDIRECT1
fast-wrap-ansi • 0.2.0A tiny and fast text wrap library which takes ANSI escapes into account.INDIRECT2
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
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
find-up-simple • 1.0.1Find a file or directory by walking up parent directories — Zero dependenciesINDIRECT0
find-up • 7.0.0Find a file or directory by walking up parent directoriesINDIRECT6
first-chunk-stream • 5.0.0Buffer and transform the n first bytes of a streamINDIRECT0
get-east-asian-width • 1.5.0Determine the East Asian Width of a Unicode characterINDIRECT0
get-stream • 9.0.1Get a stream as a string, Buffer, ArrayBuffer or arrayINDIRECT2
globby • 16.1.1User-friendly glob matchingDIRECT23
grouped-queue • 2.1.0In memory queue system prioritizing tasksDIRECT0
http-proxy-agent • 7.0.2An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT3
https-proxy-agent • 7.0.6An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
iconv-lite • 0.7.2Convert character encodings in pure javascript.INDIRECT1
ignore • 7.0.5Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
inquirer • 13.3.2A collection of common interactive command line user interfaces.INDIRECT28
ip-address • 10.1.0A library for parsing IPv4 and IPv6 IP addresses in node and the browser.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-interactive • 2.0.0Check if stdout or stderr is interactiveINDIRECT0
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
is-path-inside • 4.0.0Check if a path is inside another pathINDIRECT0
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
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
isbinaryfile • 5.0.7Detects if a file is binary in Node.js. Similar to Perl's -B.INDIRECT0
json-parse-even-better-errors • 5.0.0JSON.parse with context information on errorINDIRECT0
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
just-diff-apply • 5.5.0Apply a diff to an object. Optionally supports jsonPatch protocolINDIRECT0
just-diff • 6.0.2Return an object representing the diffs between two objects. Supports jsonPatch protocolINDIRECT0
locate-path • 7.2.0Get the first path that exists on disk of multiple pathsINDIRECT3
locate-path • 8.0.0Get the first path that exists on disk of multiple pathsDIRECT3
lodash-es • 4.17.23Lodash exported as ES modules.DIRECT0
log-symbols • 7.0.1Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT2
mem-fs-editor • 12.0.3File edition helpers working on top of mem-fsDIRECT40
mem-fs • 4.1.4Simple in-memory vinyl file storeDIRECT20
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
mimic-function • 5.0.1Make a function mimic another oneINDIRECT0
minipass-fetch • 5.0.2An implementation of window.fetch in Node.js using Minipass streamsINDIRECT5
minizlib • 3.1.0A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multimatch • 8.0.0Extends `minimatch.match()` with support for multiple patternsINDIRECT5
negotiator • 1.0.0HTTP content negotiationINDIRECT0
node-gyp • 12.2.0Node.js native addon build toolINDIRECT56
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
onetime • 7.0.0Ensure a function is only called onceINDIRECT1
ora • 9.3.0Elegant terminal spinnerINDIRECT16
p-limit • 4.0.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 6.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-map • 7.0.4Map over promises concurrentlyINDIRECT0
p-queue • 8.1.1Promise queue with concurrency controlINDIRECT2
p-queue • 9.1.0Promise queue with concurrency controlINDIRECT2
p-timeout • 6.1.4Timeout a promise after a specified amount of timeINDIRECT0
p-timeout • 7.0.1Timeout a promise after a specified amount of timeINDIRECT0
parse-ms • 4.0.0Parse milliseconds into an objectINDIRECT0
path-exists • 5.0.0Check if a path existsINDIRECT0
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 • 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
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
postcss-selector-parser • 7.1.1> Selector parser with built in methods for working with selector strings.INDIRECT2
pretty-bytes • 7.1.0Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT0
pretty-ms • 9.3.0Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`INDIRECT1
promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT2
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
registry-auth-token • 5.1.1Get the auth token set for an npm registry (if any)INDIRECT7
registry-url • 7.2.0Get the set npm registry URLINDIRECT2
replace-ext • 2.0.0Replaces a file extension with another one.INDIRECT0
restore-cursor • 5.1.0Gracefully restore the CLI cursor on exitINDIRECT3
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
retry • 0.13.1Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
run-async • 4.0.6Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
slash • 5.1.0Convert Windows backslash paths to slash pathsDIRECT0
smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
socks-proxy-agent • 8.0.5A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSINDIRECT6
socks • 2.8.7Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT2
spdx-expression-parse • 4.0.0parse SPDX license expressionsINDIRECT2
stdin-discarder • 0.3.1Discard stdin input except for Ctrl+CINDIRECT0
streamx • 2.23.0An iteration of the Node.js core streams with a series of improvementsINDIRECT5
string-width • 8.2.0Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 7.2.0Strip ANSI escape codes from a stringINDIRECT1
strip-bom-buf • 3.0.1Strip UTF-8 byte order mark (BOM) from a bufferINDIRECT1
strip-bom-stream • 5.0.0Strip UTF-8 byte order mark (BOM) from a streamINDIRECT3
strip-final-newline • 4.0.0Strip the final newline character from a string or Uint8ArrayINDIRECT0
teex • 1.0.1Turn a readable stream into multiple readable streamx streamsINDIRECT6
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
tinyglobby • 0.2.15A fast and minimal alternative to globby and fast-globINDIRECT2
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
tuf-js • 4.1.0JavaScript implementation of The Update Framework (TUF)INDIRECT44
undici-types • 7.18.2A stand-alone types package for UndiciINDIRECT0
unicorn-magic • 0.1.0Some useful utilities I often needINDIRECT0
unicorn-magic • 0.3.0Some useful utilities I often needINDIRECT0
unicorn-magic • 0.4.0Some useful utilities I often needINDIRECT0
untildify • 6.0.0Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`DIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vinyl-file • 5.0.0Create a vinyl file from an actual fileINDIRECT19
vinyl • 3.0.1Virtual file format.INDIRECT10
which-package-manager • 1.0.1Detect which package manager is used in the current projectDIRECT13
yocto-queue • 1.2.2Tiny queue data structureINDIRECT0
yoctocolors • 2.1.2The smallest and fastest command-line coloring package on the internetINDIRECT0
ISC71
PackageRelationDependenciesPublished
@isaacs/fs-minipass • 4.0.1fs read and write streams based on minipassINDIRECT1
@isaacs/string-locale-compare • 1.1.0Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwiseINDIRECT0
@npmcli/agent • 4.0.0the http/https agent used by the npm cliINDIRECT10
@npmcli/arborist • 9.4.1Manage node_modules treesINDIRECT117
@npmcli/fs • 5.0.0filesystem utilities for the npm cliINDIRECT1
@npmcli/git • 7.0.2a util for spawning git from npm CLI contextsINDIRECT15
@npmcli/installed-package-contents • 4.0.0Get the list of files installed in a package in node_modules, including bundled dependenciesINDIRECT2
@npmcli/map-workspaces • 5.0.3Retrieves a name:pathname Map for a given workspaces configINDIRECT28
@npmcli/metavuln-calculator • 9.0.3Calculate meta-vulnerabilities from package security advisoriesINDIRECT94
@npmcli/name-from-folder • 4.0.0Get the package name from a folder pathINDIRECT0
@npmcli/node-gyp • 5.0.0Tools for dealing with node-gyp packagesINDIRECT0
@npmcli/package-json • 7.0.5Programmatic API to update package.jsonINDIRECT26
@npmcli/promise-spawn • 9.0.1spawn processes the way the npm cli likes to doINDIRECT2
@npmcli/query • 5.0.0npm query parser and toolsINDIRECT3
@npmcli/redact • 4.0.0Redact sensitive npm information from outputINDIRECT0
@npmcli/run-script • 10.0.4Run a lifecycle script for a package (descendant of npm-lifecycle)INDIRECT72
abbrev • 4.0.0Like ruby's abbrev module, but in jsINDIRECT0
bin-links • 6.0.0JavaScript package binary linkerINDIRECT6
cacache • 20.0.3Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT20
cli-width • 4.1.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
cmd-shim • 8.0.0Used in npm for command line application supportINDIRECT0
fastq • 1.20.1Fast, in memory work queueINDIRECT1
fs-minipass • 3.0.3fs read and write streams based on minipassINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
graceful-fs • 4.2.10A drop-in replacement for fs, making various improvements.INDIRECT0
graceful-fs • 4.2.11A 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
ignore-walk • 8.0.0Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.INDIRECT3
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
ini • 5.0.0An ini encoder/decoder for nodeINDIRECT0
ini • 6.0.0An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-nice • 1.1.4Stringify an object sorting scalars before objects, and defaulting to 2-space indentINDIRECT0
make-fetch-happen • 15.0.4Opinionated, caching, retrying fetch clientINDIRECT41
minimatch • 5.1.9a glob matcher in javascriptINDIRECT2
minimatch • 9.0.9a glob matcher in javascriptINDIRECT2
minipass-collect • 2.0.1A Minipass stream that collects all the data into a single chunkINDIRECT1
minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end'INDIRECT2
minipass-pipeline • 1.2.4create a pipeline of streams using MinipassINDIRECT2
minipass-sized • 2.0.0A Minipass stream that raises an error if you get a different number of bytes than expectedINDIRECT1
minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
mute-stream • 3.0.0Bytes go in, but they don't come out (when muted).INDIRECT0
nopt • 9.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm-bundled • 5.0.0list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT1
npm-normalize-package-bin • 5.0.0Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm-package-arg • 13.0.2Parse the things that can be arguments to `npm install`INDIRECT5
npm-packlist • 10.0.4Get a list of the files to add from a folder into an npm packageINDIRECT5
npm-pick-manifest • 11.0.3Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.INDIRECT8
npm-registry-fetch • 19.1.1Fetch-based http client for use with npm registry APIsINDIRECT47
pacote • 21.5.0JavaScript package downloaderINDIRECT93
parse-conflict-json • 5.0.1Parse a JSON string that has git merge conflicts, resolving if possibleINDIRECT3
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
proc-log • 6.1.0just emit 'log' events on the process objectINDIRECT0
proggy • 4.0.0Progress bar updates at a distanceINDIRECT0
promise-all-reject-late • 1.0.1Like Promise.all, but save rejections until all promises are resolvedINDIRECT0
promise-call-limit • 3.0.2Call an array of promise-returning functions, restricting concurrency to a specified limit.INDIRECT0
proto-list • 1.2.4A utility for managing a prototype chainINDIRECT0
read-cmd-shim • 6.0.0Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.INDIRECT0
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
ssri • 13.0.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
treeverse • 3.0.0Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.INDIRECT0
unique-filename • 5.0.0Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-slug • 6.0.0Generate a unique character string suitible for use in files and URLs.INDIRECT1
validate-npm-package-name • 7.0.2Give me a string and I'll tell you if it's a valid npm package nameINDIRECT0
walk-up-path • 4.0.0Given a path string, return a generator that walks up the path, emitting each dirname.INDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 6.0.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
write-file-atomic • 7.0.1Write files in an atomic fashion w/configurable ownershipINDIRECT1
yallist • 4.0.0Yet Another Linked ListINDIRECT0
Apache-2.018
PackageRelationDependenciesPublished
@sigstore/bundle • 4.0.0Sigstore bundle typeINDIRECT1
@sigstore/core • 3.1.0Base library for SigstoreINDIRECT0
@sigstore/protobuf-specs • 0.5.0code-signing for npm packagesINDIRECT0
@sigstore/sign • 4.1.0Sigstore signing libraryINDIRECT48
@sigstore/tuf • 4.0.1Client for the Sigstore TUF repositoryINDIRECT46
@sigstore/verify • 3.1.0Verification of Sigstore signaturesINDIRECT3
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
exponential-backoff • 3.1.3A utility that allows retrying a function with an exponential delay between attempts.INDIRECT0
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
p-transform • 5.0.1Promised out of order transform.INDIRECT5
rxjs • 7.8.2Reactive Extensions for modern JavaScriptINDIRECT1
sigstore • 4.1.0code-signing for npm packagesINDIRECT54
text-decoder • 1.2.7Streaming text decoder that preserves multibyte Unicode charactersINDIRECT1
BlueOak-1.0.010
PackageRelationDependenciesPublished
chownr • 3.0.0like `chown -R`INDIRECT0
common-ancestor-path • 2.0.0Find the common ancestor of 2 or more paths on Windows or UnixINDIRECT0
glob • 13.0.6the most correct and second fastest glob implementation in JavaScriptINDIRECT6
isexe • 4.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 11.2.7A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 10.2.4a glob matcher in javascriptINDIRECT2
minipass • 7.1.3minimal implementation of a PassThrough streamINDIRECT0
path-scurry • 2.0.2walk paths fast and efficientlyINDIRECT2
tar • 7.5.11tar for nodeINDIRECT5
yallist • 5.0.0Yet Another Linked ListINDIRECT0
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
unknown2
PackageRelationDependenciesPublished
cli-table • 0.3.11Pretty unicode tables for the CLIINDIRECT1
fly-import • 1.0.0Install and import packages on-the-flyDIRECT130
BSD-2-Clause2
PackageRelationDependenciesPublished
http-cache-semantics • 4.2.0Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
npm-install-checks • 8.0.0Check the engines and platform fields in package.jsonINDIRECT1
BSD-3-Clause1
PackageRelationDependenciesPublished
diff • 8.0.3A JavaScript text diff implementation.INDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
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-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 6.0.0 version:

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