licenses.dev

generator-node v2.8.0

Create a Node.js module

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT493
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@gar/promisify • 1.1.3Promisify an entire class or objectINDIRECT0
@mrmlnc/readdir-enhanced • 2.2.1fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.INDIRECT2
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 1.1.3Get the status of a file with some featuresINDIRECT0
@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
@npmcli/move-file • 2.0.1move a file (fork of move-file)INDIRECT13
@octokit/auth-token • 2.5.0GitHub API token authentication for browsers and Node.jsINDIRECT2
@octokit/core • 3.6.0Extendable client for GitHub's REST & GraphQL APIsINDIRECT17
@octokit/endpoint • 6.0.12Turns REST API endpoints into generic request optionsINDIRECT4
@octokit/graphql • 4.8.0GitHub GraphQL API client for browsers and NodeINDIRECT14
@octokit/openapi-types • 12.11.0Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.comINDIRECT0
@octokit/plugin-paginate-rest • 2.21.3Octokit plugin to paginate REST API endpoint responsesINDIRECT2
@octokit/plugin-request-log • 1.0.4Log all requests and request errorsINDIRECT0
@octokit/plugin-rest-endpoint-methods • 5.16.2Octokit plugin adding one method for all of api.github.com REST API endpointsINDIRECT3
@octokit/request-error • 2.1.0Error class for Octokit request errorsINDIRECT5
@octokit/request • 5.6.3Send parameterized requests to GitHub's APIs with sensible defaults in browsers and NodeINDIRECT13
@octokit/rest • 18.12.0GitHub REST API client for Node.jsINDIRECT21
@octokit/types • 6.41.0Shared TypeScript definitions for Octokit projectsINDIRECT1
@pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()`INDIRECT0
@sentry-internal/tracing • 7.120.3Sentry Internal Tracing PackageINDIRECT3
@sentry/core • 7.120.3Base implementation for all Sentry JavaScript SDKsINDIRECT2
@sentry/integrations • 7.120.3Pluggable integrations that can be used to enhance JS SDKsINDIRECT6
@sentry/node • 7.120.3Official Sentry SDK for Node.jsINDIRECT8
@sentry/types • 7.120.3Types for all Sentry JavaScript SDKsINDIRECT0
@sentry/utils • 7.120.3Utilities for all Sentry JavaScript SDKsINDIRECT1
@sindresorhus/is • 0.14.0Type check values: `is.string('🦄') //=> true`INDIRECT0
@sindresorhus/is • 0.7.0Type check values: `is.string('🦄') //=> true`INDIRECT0
@szmarczak/http-timer • 1.1.2Timings for HTTP requestsINDIRECT1
@tootallnate/once • 2.0.0Creates a Promise that waits for a single eventINDIRECT0
@tufjs/canonical-json • 1.0.0OLPC JSON canonicalizationINDIRECT0
@tufjs/models • 1.0.4TUF metadata modelsINDIRECT4
@types/glob • 7.2.0TypeScript definitions for GlobINDIRECT3
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
@types/minimatch • 5.1.2TypeScript definitions for minimatchINDIRECT0
@types/node • 22.10.6TypeScript definitions for nodeINDIRECT1
@types/normalize-package-data • 2.4.4TypeScript definitions for normalize-package-dataINDIRECT0
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
agentkeepalive • 4.6.0Missing keepalive http.AgentINDIRECT2
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 6.1.0Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 6.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-differ • 1.0.0Create an array with values that are present in the first input array but not additional onesINDIRECT0
array-differ • 3.0.0Create an array with values that are present in the first input array but not additional onesINDIRECT0
array-union • 1.0.2Create an array of unique values, in order, from the input arraysINDIRECT1
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
arrify • 1.0.1Convert a value to an arrayINDIRECT0
arrify • 2.0.1Convert a value to an arrayINDIRECT0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
author-regex • 1.0.0Regular expression for parsing an `author` string into an object following npm conventions.INDIRECT0
axios • 0.21.4Promise based HTTP client for the browser and node.jsINDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
binaryextensions • 2.3.0A package that contains an array of every single file extension there is for binary filesINDIRECT0
boolean • 3.2.0boolean converts lots of things to boolean.INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
braces • 2.3.2Bash-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.INDIRECT70
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-alloc-unsafe • 1.1.0A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.INDIRECT0
buffer-alloc • 1.2.0A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.INDIRECT2
buffer-fill • 1.0.0A [ponyfill](https://ponyfill.com) for `Buffer.fill`.INDIRECT0
builtins • 1.0.3List of node.js builtin modulesINDIRECT0
bytewise-core • 1.2.3Binary serialization of arbitrarily complex structures that sort element-wiseINDIRECT1
bytewise • 1.1.0Binary serialization which sorts bytewise for arbirarily complex data structuresINDIRECT3
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
cacheable-request • 2.1.4Wrap native HTTP requests with RFC compliant cache supportINDIRECT17
cacheable-request • 6.1.0Wrap native HTTP requests with RFC compliant cache supportINDIRECT14
call-me-maybe • 1.0.2Let your JS API users either give you a callback or receive a promiseINDIRECT0
capture-stack-trace • 1.0.2Error.captureStackTrace ponyfillINDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 3.0.0Terminal string styling done rightDIRECT5
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chardet • 0.7.0Character detectorINDIRECT0
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
clone-buffer • 1.0.0Easier Buffer cloning in node.INDIRECT0
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT4
clone-response • 1.0.2Clone a Node.js HTTP response streamINDIRECT1
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
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
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
component-emitter • 1.3.1Event emitterINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
create-error-class • 3.0.2Create Error classesINDIRECT1
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
dargs • 5.1.0Reverse minimist. Convert an object of options into an array of command-line arguments.INDIRECT0
dargs • 6.1.0Reverse minimist. Convert an object of options into an array of command-line arguments.INDIRECT0
dargs • 7.0.0Reverse minimist. Convert an object of options into an array of command-line arguments.INDIRECT0
dateformat • 3.0.3A node.js package for Steven Levithan's excellent dateFormat() function.INDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
defer-to-connect • 1.1.3The safe way to handle the `connect` socket eventINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
detect-conflict • 1.0.1Small utility library that check if a new file content can be merged safely in the on-disk existing file.INDIRECT0
detect-node • 2.1.0Detect Node.JS (as opposite to browser environment) (reliable)INDIRECT0
dir-glob • 2.0.0Convert directories to glob compatible stringsINDIRECT3
dir-glob • 2.2.2Convert directories to glob compatible stringsINDIRECT2
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
download-stats • 0.3.4Get and calculate npm download stats for npm modules.INDIRECT9
eastasianwidth • 0.2.0Get East Asian Width from a character.INDIRECT0
editions • 2.3.1Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)INDIRECT2
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
err-code • 2.0.3Create an error with a codeINDIRECT0
errlop • 2.2.0An extended Error class that envelops a parent error, such that the stack trace contains the causationINDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es6-error • 4.1.1Easily-extendable error for use with ES6 classesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
execa • 4.1.0Process execution for humansINDIRECT19
execa • 5.1.1Process execution for humansINDIRECT15
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
fast-glob • 2.2.7Is a faster `node-glob` alternativeINDIRECT91
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
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 • 2.1.0Find a file by walking up parent directoriesINDIRECT5
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
first-chunk-stream • 2.0.0Transform the first chunk in a streamINDIRECT8
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-jest • 1.8.0Add jest support to any projectsDIRECT362
generator-license • 5.7.1Generate LICENSE file for your project using Yeoman.DIRECT280
generator-travis • 1.10.0Yeoman generator to get and keep `.travis.yml` up-to-date effortlesslyDIRECT404
get-stream • 3.0.0Get a stream as a string, buffer, or arrayINDIRECT0
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
gh-got • 5.0.0Convenience wrapper for `got` to interact with the GitHub APIINDIRECT15
gh-got • 6.0.0Convenience wrapper for `got` to interact with the GitHub APIINDIRECT21
gh-got • 8.1.0Convenience wrapper for `got` to interact with the GitHub APIINDIRECT26
git-remote-origin-url • 3.1.0Get the remote origin url of a Git repositoryDIRECT2
github-username • 3.0.0Get a GitHub username from an email addressINDIRECT16
github-username • 4.1.0Get a GitHub username from an email addressINDIRECT22
github-username • 5.0.1Get a GitHub username from an email addressDIRECT27
github-username • 6.0.0Get a GitHub username from an email addressINDIRECT22
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
globby • 11.1.0User-friendly glob matchingINDIRECT23
globby • 7.1.1Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT18
globby • 8.0.2Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT111
globby • 9.2.0Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT115
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
got • 6.7.1Simplified HTTP requestsINDIRECT13
got • 7.1.0Simplified HTTP requestsINDIRECT20
got • 8.3.2Simplified HTTP requestsINDIRECT45
got • 9.6.0Simplified HTTP requestsINDIRECT25
grouped-queue • 1.1.0In memory queue system prioritizing tasksINDIRECT1
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbol-support-x • 1.4.2Tests if ES6 Symbol is supported.INDIRECT0
has-to-string-tag-x • 1.4.1Tests if ES6 @@toStringTag is supported.INDIRECT1
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-proxy-agent • 5.0.0An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT4
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
humanize-ms • 1.2.1transform humanize time to msINDIRECT1
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
ignore • 3.3.10Ignore is a manager and filter for .gitignore rules.INDIRECT0
ignore • 4.0.6Ignore is a manager and filter for .gitignore rules.INDIRECT0
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
immediate • 3.0.6A cross browser microtask libraryINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
inquirer-npm-name • 3.0.0Helper function using inquirer to validate a value provided in a prompt does not exist as an npm package.DIRECT60
inquirer • 7.3.3A collection of common interactive command line user interfaces.INDIRECT33
interpret • 1.4.0A dictionary of file extensions and associated module loaders.INDIRECT0
into-stream • 3.1.0Convert a buffer/string/array/object/iterable/promise into a streamINDIRECT10
ip-address • 9.0.5A library for parsing IPv4 and IPv6 IP addresses in node and the browser.INDIRECT2
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 3.1.0Returns `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-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-lambda • 1.0.1Detect if your code is running on an AWS Lambda serverINDIRECT0
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
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-object • 1.0.2Checks whether a value is an objectINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
is-redirect • 1.0.0Check if a number is a redirect HTTP status codeINDIRECT0
is-retry-allowed • 1.2.0Is retry allowed for Error?INDIRECT0
is-scoped • 1.0.0Check if a string is a scoped npm package nameINDIRECT1
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isbinaryfile • 3.0.3Detects if a file is binary in Node.js. Similar to Perl's -B.INDIRECT3
isbinaryfile • 4.0.10Detects 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.INDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
istextorbinary • 2.6.0Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.INDIRECT5
isurl • 1.0.0Checks whether a value is a WHATWG URL.INDIRECT3
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
jsbn • 1.1.0The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
json-buffer • 3.0.0JSON parse & stringify that supports binary via bops & base64INDIRECT0
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-parse-even-better-errors • 3.0.2JSON.parse with context information on errorINDIRECT0
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
keyv • 3.0.0Simple key-value storage with support for multiple backendsINDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
lazy-cache • 2.0.2Cache requires to be lazy-loaded when needed.INDIRECT4
lie • 3.1.1A basic but performant promise implementationINDIRECT1
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
load-json-file • 4.0.0Read and parse a JSON fileINDIRECT7
locate-path • 2.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module.INDIRECT0
lodash.upperfirst • 4.3.1The lodash method `_.upperFirst` exported as a module.INDIRECT0
lodash.zip • 4.2.0The lodash method `_.zip` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
log-symbols • 2.2.0Colored symbols for various log levels. Example: ✔︎ SuccessINDIRECT7
lowercase-keys • 1.0.0Lowercase the keys of an objectINDIRECT0
lowercase-keys • 1.0.1Lowercase the keys of an objectINDIRECT0
lowercase-keys • 2.0.0Lowercase the keys of an objectINDIRECT0
make-dir • 1.3.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
matcher • 3.0.0Simple wildcard matchingINDIRECT1
mem-fs-editor • 4.0.3File edition helpers working on top of mem-fsINDIRECT48
mem-fs-editor • 6.0.0File edition helpers working on top of mem-fsINDIRECT145
mem-fs-editor • 7.1.0File edition helpers working on top of mem-fsINDIRECT155
mem-fs-editor • 9.7.0File edition helpers working on top of mem-fsINDIRECT51
mem-fs • 1.2.0Simple in-memory vinyl file storeINDIRECT27
merge-and-concat • 1.0.2Merge objects and concatenating arrays inside themINDIRECT1
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
minipass-fetch • 2.1.2An implementation of window.fetch in Node.js using Minipass streamsINDIRECT7
minipass-fetch • 3.0.5An implementation of window.fetch in Node.js using Minipass streamsINDIRECT8
minipass-json-stream • 1.0.2Like JSONStream, but using Minipass streamsINDIRECT3
minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT2
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multimatch • 2.1.0Extends minimatch.match() with support for multiple patternsINDIRECT8
multimatch • 4.0.0Extends `minimatch.match()` with support for multiple patternsINDIRECT8
multimatch • 5.0.0Extends `minimatch.match()` with support for multiple patternsINDIRECT8
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
negotiator • 0.6.4HTTP content negotiationINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-gyp • 9.4.1Node.js native addon build toolINDIRECT95
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
normalize-url • 2.0.1Normalize a URLINDIRECT7
normalize-url • 4.5.1Normalize a URLINDIRECT0
npm-api • 1.0.1Node.js library for getting info from NPM’s APIINDIRECT22
npm-name • 3.2.0Check whether a package name is available on npmINDIRECT55
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-cancelable • 0.3.0Create a promise that can be canceledINDIRECT0
p-cancelable • 0.4.1Create a promise that can be canceledINDIRECT0
p-cancelable • 1.1.0Create a promise that can be canceledINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-is-promise • 1.1.0Check if something is a promiseINDIRECT0
p-limit • 1.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 2.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-map • 4.0.0Map over promises concurrentlyINDIRECT3
p-timeout • 1.2.1Timeout a promise after a specified amount of timeINDIRECT1
p-timeout • 2.0.1Timeout a promise after a specified amount of timeINDIRECT1
p-try • 1.0.0`Promise#try()` ponyfill - Starts a promise chainINDIRECT0
p-try • 2.2.0`Start a promise chainINDIRECT0
paged-request • 2.0.2Simplified requests for paged (paginated) content.INDIRECT2
parse-author • 2.0.0Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.DIRECT1
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT8
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-dirname • 1.0.2Node.js path.dirname() ponyfillINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 3.0.0Check if a path is a file, directory, or symlinkINDIRECT1
path-type • 4.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
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
prepend-http • 2.0.0Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
pretty-bytes • 4.0.2Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT0
pretty-bytes • 5.6.0Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT2
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
query-string • 5.1.1Parse and stringify URL query stringsINDIRECT3
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
ramda • 0.25.0A practical functional library for JavaScript programmers.INDIRECT0
read-chunk • 2.1.0Read a chunk from a fileINDIRECT2
read-chunk • 3.2.0Read a chunk from a fileINDIRECT4
read-pkg-up • 3.0.0Read the closest package.json fileINDIRECT30
read-pkg-up • 5.0.0Read the closest package.json fileINDIRECT32
read-pkg-up • 7.0.1Read the closest package.json fileINDIRECT33
read-pkg • 3.0.0Read a package.json fileINDIRECT23
read-pkg • 5.2.0Read a package.json fileINDIRECT25
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
registry-url • 3.1.0Get the set npm registry URLINDIRECT5
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
replace-ext • 1.0.1Replaces a file extension with another oneINDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
responselike • 1.0.2A response-like object for mocking a Node.js HTTP response streamINDIRECT1
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-async • 2.4.1Utility 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
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
scoped-regex • 1.0.0Regular expression for matching scoped npm package namesINDIRECT0
semver-compare • 1.0.0compare two semver version strings, returning -1, 0, or 1INDIRECT0
serialize-error • 7.0.1Serialize/deserialize an error into a plain objectINDIRECT1
set-getter • 0.1.1Create nested getter properties and any intermediary dot notation (`'a.b.c'`) pathsINDIRECT3
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
slash • 1.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slash • 2.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
socks-proxy-agent • 7.0.0A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSINDIRECT8
socks • 2.8.3Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT4
sort-asc • 0.2.0Sort array elements in ascending order.INDIRECT0
sort-desc • 0.2.0Sort array elements in descending order.INDIRECT0
sort-keys • 2.0.0Sort the keys of an objectINDIRECT1
sort-keys • 4.2.0Sort the keys of an objectINDIRECT1
sort-object • 3.0.3Sort the keys in an object.INDIRECT18
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-template • 0.2.1A simple string template function based on named or indexed argumentsINDIRECT0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 5.1.2Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 7.1.0Strip ANSI escape codes from a stringINDIRECT1
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
strip-bom • 3.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
text-table • 0.2.0borderless text tables with alignmentINDIRECT0
textextensions • 2.6.0A package that contains an array of every single file extension there is for text filesINDIRECT0
textextensions • 5.16.0A package that contains an array of every single file extension there is for text filesINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT5
timed-out • 4.0.1Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hangedINDIRECT0
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-readable-stream • 1.0.0Convert a string/Buffer/Uint8Array to a readable streamINDIRECT0
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
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
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
travis-config-keys • 1.0.3Travis configs properties in correct orderINDIRECT0
tuf-js • 1.1.7JavaScript implementation of The Update Framework (TUF)INDIRECT87
typewise-core • 1.2.0Core typewise type system functionalityINDIRECT0
typewise • 1.0.3Typewise-structured sorting for arbitrarily complex data structuresINDIRECT1
undici-types • 6.20.0A stand-alone types package for UndiciINDIRECT0
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
untildify • 3.0.3Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/devINDIRECT0
unzip-response • 2.0.1Unzip a HTTP response if neededINDIRECT0
upper-case-first • 1.1.2Upper case the first character of a stringINDIRECT1
upper-case • 1.1.3Upper case a stringINDIRECT0
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
url-parse-lax • 1.0.0url.parse() with support for protocol-less URLs & IPsINDIRECT1
url-parse-lax • 3.0.0Lax url.parse() with support for protocol-less URLs & IPsINDIRECT1
url-to-options • 1.0.1Convert a WHATWG URL to an http(s).request options object.INDIRECT0
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
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
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
with-open-file • 0.1.7Do stuff with an open file, knowing it will finally be closedINDIRECT3
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codesINDIRECT6
xtend • 4.0.2extend like a bossINDIRECT0
ISC96
PackageRelationDependenciesPublished
@isaacs/cliui • 8.0.2easily create complex multi-column command-line-interfacesINDIRECT16
@npmcli/fs • 2.1.2filesystem utilities for the npm cliINDIRECT2
@npmcli/fs • 3.1.1filesystem utilities for the npm cliINDIRECT1
@npmcli/git • 4.1.0a util for spawning git from npm CLI contextsINDIRECT16
@npmcli/installed-package-contents • 2.1.0Get the list of files installed in a package in node_modules, including bundled dependenciesINDIRECT2
@npmcli/node-gyp • 3.0.0Tools for dealing with node-gyp packagesINDIRECT0
@npmcli/promise-spawn • 6.0.2spawn processes the way the npm cli likes to doINDIRECT2
@npmcli/run-script • 6.0.2Run a lifecycle script for a package (descendant of npm-lifecycle)INDIRECT102
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 3.0.1Keep track of the overall completion of many disparate processesINDIRECT6
cacache • 16.1.3Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT41
cacache • 17.1.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT58
chownr • 2.0.0like `chown -R`INDIRECT0
cli-width • 3.0.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
deprecation • 2.3.1Log a deprecation message with stackINDIRECT0
fastq • 1.18.0Fast, in memory work queueINDIRECT1
foreground-child • 3.3.0Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
fs-minipass • 3.0.3fs read and write streams based on minipassINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
gauge • 4.0.4A terminal based horizontal gaugeINDIRECT11
glob-parent • 3.1.0Strips glob magic from a string to provide the parent directory pathINDIRECT3
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 10.4.5the most correct and second fastest glob implementation in JavaScriptINDIRECT35
glob • 7.2.3a little globberINDIRECT10
glob • 8.1.0a little globberINDIRECT8
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
hosted-git-info • 6.1.3Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT1
ignore-walk • 6.0.5Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.INDIRECT3
infer-owner • 1.0.4Infer the owner of a path based on the owner of its nearest existing parentINDIRECT0
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
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
lru-cache • 10.4.3A cache object that deletes the least-recently-used items.INDIRECT0
lru-cache • 7.18.3A cache object that deletes the least-recently-used items.INDIRECT0
make-fetch-happen • 10.2.1Opinionated, caching, retrying fetch clientINDIRECT67
make-fetch-happen • 11.1.1Opinionated, caching, retrying fetch clientINDIRECT84
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
minimatch • 7.4.6a glob matcher in javascriptINDIRECT2
minimatch • 9.0.5a glob matcher in javascriptINDIRECT2
minipass-collect • 1.0.2A Minipass stream that collects all the data into a single chunkINDIRECT2
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 • 1.0.3A Minipass stream that raises an error if you get a different number of bytes than expectedINDIRECT2
minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
minipass • 7.1.2minimal implementation of a PassThrough streamINDIRECT0
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
nopt • 6.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm-bundled • 3.0.1list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT1
npm-normalize-package-bin • 3.0.1Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm-package-arg • 10.1.0Parse the things that can be arguments to `npm install`INDIRECT5
npm-packlist • 7.0.4Get a list of the files to add from a folder into an npm packageINDIRECT4
npm-pick-manifest • 8.0.2Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.INDIRECT8
npm-registry-fetch • 14.0.5Fetch-based http client for use with npm registry APIsINDIRECT91
npmlog • 6.0.2logger for npmINDIRECT20
once • 1.4.0Run a function exactly one timeINDIRECT1
pacote • 15.2.0JavaScript package downloaderINDIRECT169
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
proc-log • 3.0.0just emit 'log' events on the process objectINDIRECT0
promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
read-package-json-fast • 3.0.2Like read-package-json, but fasterINDIRECT2
read-package-json • 6.0.4The thing npm uses to read package.json files with semantics and defaults and validationINDIRECT50
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
ssri • 10.0.6Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
ssri • 9.0.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT2
tar • 6.2.1tar for nodeINDIRECT7
unique-filename • 2.0.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-filename • 3.0.0Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-slug • 3.0.0Generate a unique character string suitible for use in files and URLs.INDIRECT1
unique-slug • 4.0.0Generate a unique character string suitible for use in files and URLs.INDIRECT1
universal-user-agent • 6.0.1Get a user agent string in both browser and nodeINDIRECT0
validate-npm-package-name • 3.0.0Give me a string and I'll tell you if it's a valid npm package nameDIRECT1
validate-npm-package-name • 5.0.1Give me a string and I'll tell you if it's a valid npm package nameINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 3.0.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT5
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yallist • 4.0.0Yet Another Linked ListINDIRECT0
Apache-2.018
PackageRelationDependenciesPublished
@sigstore/bundle • 1.1.0Sigstore bundle typeINDIRECT1
@sigstore/protobuf-specs • 0.2.1code-signing for npm packagesINDIRECT0
@sigstore/sign • 1.0.0Sigstore signing libraryINDIRECT87
@sigstore/tuf • 1.0.3Client for the Sigstore TUF repositoryINDIRECT89
before-after-hook • 2.2.3asynchronous before/error/after hooks for internal functionalityINDIRECT0
ejs • 2.7.4Embedded JavaScript templatesINDIRECT0
ejs • 3.1.10Embedded JavaScript templatesINDIRECT15
exponential-backoff • 3.1.1A utility that allows retrying a function with an exponential delay between attempts.INDIRECT0
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
human-signals • 1.1.1Human-friendly process signalsINDIRECT0
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
jake • 10.9.2JavaScript build tool, similar to Make or RakeINDIRECT14
localforage • 1.10.0Offline storage, improved.INDIRECT2
rxjs • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
sigstore • 1.9.0code-signing for npm packagesINDIRECT92
snyk • 1.1295.0snyk library and cli utilityINDIRECT30
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
BSD-2-Clause11
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
http-cache-semantics • 3.8.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
normalize-package-data • 5.0.0Normalizes data that can be found in package.json files.INDIRECT11
npm-install-checks • 6.3.0Check the engines and platform fields in package.jsonINDIRECT1
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
yeoman-environment • 2.10.3Handles the lifecyle and bootstrapping of generators in a specific environmentINDIRECT329
yeoman-generator • 2.0.5Rails-inspired generator system that provides scaffolding for your appsINDIRECT368
yeoman-generator • 4.13.0Rails-inspired generator system that provides scaffolding for your appsDIRECT329
yeoman-generator • 5.10.0Rails-inspired generator system that provides scaffolding for your appsINDIRECT279
BSD-3-Clause9
PackageRelationDependenciesPublished
diff • 3.5.0A javascript text diff implementation.INDIRECT0
diff • 4.0.2A javascript text diff implementation.INDIRECT0
duplexer3 • 0.1.5Like duplexer but using streams3INDIRECT0
global-agent • 3.0.0Global HTTP/HTTPS proxy configurable using environment variables.INDIRECT20
roarr • 2.15.4JSON logger for Node.js and browser.INDIRECT13
shelljs • 0.8.5Portable Unix shell commands for Node.jsINDIRECT19
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
CC0-1.0 OR MIT4
PackageRelationDependenciesPublished
type-fest • 0.13.1A collection of essential TypeScript typesINDIRECT0
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
type-fest • 0.6.0A collection of essential TypeScript typesINDIRECT0
type-fest • 0.8.1A collection of essential TypeScript typesINDIRECT0
BlueOak-1.0.03
PackageRelationDependenciesPublished
jackspeak • 3.4.3A very strict and proper argument parser.INDIRECT18
package-json-from-dist • 1.0.1Load the local package.json from either src or dist folderINDIRECT0
path-scurry • 1.11.1walk paths fast and efficientlyINDIRECT2
unknown2
PackageRelationDependenciesPublished
cli-table • 0.3.11Pretty unicode tables for the CLIINDIRECT1
error • 7.2.1Custom errorsINDIRECT1
non-standard2
PackageRelationDependenciesPublished
gitconfiglocal • 2.1.0parse the .git/config file into a useful data structureINDIRECT1
glob-to-regexp • 0.3.0Convert globs to regular expressionsINDIRECT0
Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
Artistic-2.01
PackageRelationDependenciesPublished
binaryextensions • 4.19.0A package that contains an array of every single file extension there is for binary filesINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.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.21A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.8.0 version:

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