licenses.dev

@backstage/config-loader v1.9.1

Config loading functionality used by Backstage backend, and CLI

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT65
PackageRelationDependenciesPublished
@cspotcode/source-map-support • 0.8.1Fixes stack traces for files with source mapsINDIRECT3
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.9Trace the original position through a source mapINDIRECT2
@tsconfig/node10 • 1.0.11A base TSConfig for working with Node 10.INDIRECT0
@tsconfig/node12 • 1.0.11A base TSConfig for working with Node 12.INDIRECT0
@tsconfig/node14 • 1.0.3A base TSConfig for working with Node 14.INDIRECT0
@tsconfig/node16 • 1.0.4A base TSConfig for working with Node 16.INDIRECT0
@types/json-schema • 7.0.15TypeScript definitions for json-schemaDIRECT0
@types/node • 18.19.55TypeScript definitions for nodeINDIRECT1
acorn-walk • 8.3.4ECMAScript (ESTree) AST walkerINDIRECT1
acorn • 8.12.1ECMAScript parserINDIRECT0
ajv • 8.17.1Another JSON Schema ValidatorDIRECT4
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
arg • 4.1.3Another simple argument parserINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
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
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
create-require • 1.1.1Polyfill for Node.js module.createRequire (<= v12.2.0)INDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
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.2.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-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
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
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
lodash • 4.17.21Lodash modular utilities.DIRECT0
minimist • 1.2.8parse argument optionsDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsDIRECT3
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-equal • 1.2.5Determine two file paths are equalINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
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
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
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
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
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
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
ts-node • 10.9.2TypeScript execution environment and REPL for node.js, with source map supportINDIRECT16
undici-types • 5.26.5A stand-alone types package for UndiciINDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
v8-compile-cache-lib • 3.0.1Require hook for automatic V8 compile cache persistenceINDIRECT0
validate.io-array • 1.0.6Validates if a value is an array.INDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 17.7.2yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yn • 3.1.1Parse yes/no like valuesINDIRECT0
ISC16
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
cliui • 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
make-error • 1.3.6Make your own error types!INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yaml • 2.6.0JavaScript parser and stringifier for YAMLDIRECT0
yargs-parser • 21.1.1the mighty option parser used by yargsINDIRECT0
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.1.14Common functionality used by cli, backend, and create-appDIRECT0
@backstage/config • 1.2.0Config API used by Backstage core, backend, and CLIDIRECT4
@backstage/errors • 1.2.4Common utilities for error handling within BackstageDIRECT3
@backstage/types • 1.1.1Common TypeScript types used within BackstageDIRECT0
typescript • 5.5.4TypeScript is a language for application scale JavaScript developmentINDIRECT0
BSD-3-Clause3
PackageRelationDependenciesPublished
diff • 4.0.2A javascript text diff implementation.INDIRECT0
fast-uri • 3.0.3Dependency free RFC 3986 URI toolboxINDIRECT0
typescript-json-schema • 0.65.1typescript-json-schema generates JSON Schema files from your Typescript sourcesDIRECT50
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.20.2A collection of essential TypeScript typesINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
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.9.1 version:

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