licenses.dev

@backstage/config-loader v1.11.0

Config loading functionality used by Backstage backend, and CLI

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT38
PackageRelationDependenciesPublished
@types/json-schema • 7.0.15TypeScript definitions for json-schemaDIRECT0
ajv • 8.20.0Another JSON Schema ValidatorDIRECT4
balanced-match • 4.0.4Match balanced character pairs, like "{" and "}"INDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
brace-expansion • 5.0.8Brace 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
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryDIRECT14
commander • 14.0.3the complete solution for node.js command-line programsINDIRECT0
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
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
fs-extra • 11.4.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
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
json-schema-compare • 0.2.2Compare json schemas smarter.INDIRECT1
json-schema-merge-allof • 0.8.1Simplify your schema by combining allOf into the root schema, safely.DIRECT9
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
lodash • 4.18.1Lodash modular utilities.DIRECT0
minimist • 1.2.8parse argument optionsDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
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
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
picomatch • 2.3.2Blazing 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
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
require-from-string • 2.0.2Require module from stringINDIRECT0
safe-stable-stringify • 2.5.0Deterministic and safely JSON.stringify to quickly serialize JavaScript objectsINDIRECT0
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
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
ts-json-schema-generator • 2.9.0Generate JSON schema from your Typescript sourcesDIRECT14
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
validate.io-array • 1.0.6Validates if a value is an array.INDIRECT0
ISC6
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
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
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
yaml • 2.9.0JavaScript parser and stringifier for YAMLDIRECT0
unknown6
PackageRelationDependenciesPublished
compute-gcd • 1.2.1Computes the greatest common divisor (gcd).INDIRECT5
compute-lcm • 1.1.2Computes the least common multiple (lcm).INDIRECT6
validate.io-function • 1.0.2Validates if a value is a function.INDIRECT0
validate.io-integer-array • 1.0.0Validates if a value is an integer array.INDIRECT3
validate.io-integer • 1.0.5Validates if a value is an integer.INDIRECT1
validate.io-number • 1.0.3Validates if a value is a number.INDIRECT0
Apache-2.05
PackageRelationDependenciesPublished
@backstage/cli-common • 0.3.0Common functionality used by cli, backend, and create-appDIRECT10
@backstage/config • 1.3.8Config API used by Backstage core, backend, and CLIDIRECT5
@backstage/errors • 1.3.1Common utilities for error handling within BackstageDIRECT3
@backstage/types • 1.2.2Common TypeScript types used within BackstageDIRECT0
typescript • 5.9.3TypeScript is a language for application scale JavaScript developmentDIRECT0
BlueOak-1.0.05
PackageRelationDependenciesPublished
glob • 13.0.6the most correct and second fastest glob implementation in JavaScriptINDIRECT6
lru-cache • 11.5.2A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 10.2.5a glob matcher in javascriptINDIRECT2
minipass • 7.1.3minimal implementation of a PassThrough streamINDIRECT0
path-scurry • 2.0.2walk paths fast and efficientlyINDIRECT2
BSD-3-Clause1
PackageRelationDependenciesPublished
fast-uri • 3.1.4Dependency-free RFC 3986 URI toolboxINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.20.2A collection of essential TypeScript typesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.11.0 version:

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