licenses.dev

@backstage/cli-node v0.2.18

Node.js library for Backstage CLIs

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT66
PackageRelationDependenciesPublished
@babel/runtime • 7.29.2babel's modular runtime helpersINDIRECT0
@changesets/types • 4.1.0Common types shared between changeset packagesINDIRECT0
@manypkg/find-root • 1.1.0> Find the root of a monorepo with Yarn workspaces, Bolt or pnpmINDIRECT12
@manypkg/get-packages • 1.1.3> A simple utility to get the packages from a monorepo, whether they're using Yarn, Bolt or pnpmDIRECT45
@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
@types/node • 12.20.55TypeScript definitions for Node.jsINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
boolean • 3.2.0boolean converts lots of things to boolean.INDIRECT0
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
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
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
detect-node • 2.1.0Detect Node.JS (as opposite to browser environment) (reliable)INDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
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 • 4.0.0Escape RegExp special charactersINDIRECT0
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
fs-extra • 11.3.4fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT3
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
globby • 11.1.0User-friendly glob matchingINDIRECT23
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
js-yaml • 3.14.2YAML 1.2 parser and serializerINDIRECT3
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsonfile • 6.2.0Easily read/write JSON files.INDIRECT2
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
matcher • 3.0.0Simple wildcard matchingINDIRECT1
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
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
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 • 4.0.1Promisify a callback-style functionINDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
read-yaml-file • 1.1.0Read and parse a YAML fileINDIRECT7
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
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
serialize-error • 8.1.0Serialize/deserialize an error into a plain objectINDIRECT1
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
strip-bom • 3.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
undici • 7.24.4An HTTP/1.1 client, written from scratch for Node.jsINDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
zod • 3.25.76TypeScript-first schema declaration and validation library with static type inferenceDIRECT0
ISC7
PackageRelationDependenciesPublished
fastq • 1.20.1Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
semver • 7.7.4The semantic version parser used by npm.DIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
BSD-3-Clause4
PackageRelationDependenciesPublished
global-agent • 3.0.0Global HTTP/HTTPS proxy configurable using environment variables.INDIRECT20
roarr • 2.15.4JSON logger for Node.js and browser.INDIRECT13
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
@backstage/cli-common • 0.1.18Common functionality used by cli, backend, and create-appDIRECT32
@backstage/errors • 1.2.7Common utilities for error handling within BackstageDIRECT3
@backstage/types • 1.2.2Common TypeScript types used within BackstageDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
@yarnpkg/parsers • 3.0.3DIRECT5
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
CC0-1.0 OR MIT2
PackageRelationDependenciesPublished
type-fest • 0.13.1A collection of essential TypeScript typesINDIRECT0
type-fest • 0.20.2A collection of essential TypeScript typesINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.18 version:

[![licenses](https://licenses.dev/b/npm/%40backstage%2Fcli-node/0.2.18)](https://licenses.dev/npm/%40backstage%2Fcli-node/0.2.18)
<a href="https://licenses.dev/npm/%40backstage%2Fcli-node/0.2.18">
  <img src="https://licenses.dev/b/npm/%40backstage%2Fcli-node/0.2.18" alt="licenses" />
</a>
GitHub