licenses.dev

@log4brains/core v1.1.0-alpha.4

Log4brains architecture knowledge base core API

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT87
PackageRelationDependenciesPublished
@kwsites/file-exists • 1.1.1Synchronous validation of a path existing either as a file or as a directory.INDIRECT2
@kwsites/promise-deferred • 1.1.1Minimalist creation of promise wrappers, exposing the ability to resolve or reject the inner promiseINDIRECT0
@types/node • 24.0.7TypeScript definitions for nodeINDIRECT1
awilix • 4.3.4Extremely powerful dependency injection container.DIRECT16
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
brace-expansion • 1.1.12Brace 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
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
camel-case • 4.1.2Transform into a string with the separator denoted by the next word capitalizedINDIRECT4
cheerio • 1.0.0-rc.3Tiny, fast, and elegant implementation of core jQuery designed specifically for the serverDIRECT19
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryDIRECT14
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-js • 3.43.0Standard libraryDIRECT0
debug • 4.4.1Lightweight debugging utility for Node.js and the browserINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
dom-serializer • 0.1.1render dom nodes to stringINDIRECT2
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
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
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
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
filter-obj • 1.1.0Filter object keys and values into a new objectINDIRECT0
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
git-config-path • 2.0.0Resolve the path to the user's local or global .gitconfig.INDIRECT0
git-up • 4.0.5A low level git url parser.INDIRECT30
git-url-parse • 11.6.0A high level git url parser for common git providers.DIRECT31
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
htmlparser2 • 3.10.1Fast & forgiving HTML/XML/RSS parserINDIRECT10
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
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
is-ssh • 1.4.1Check if an input value is a ssh url or not.INDIRECT1
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
launch-editor • 2.10.0launch editor from node.jsDIRECT2
linkify-it • 5.0.0Links recognition library with FULL unicode supportINDIRECT1
lodash • 4.17.21Lodash modular utilities.DIRECT0
lower-case • 2.0.2Transforms the string to lower caseINDIRECT1
markdown-it-source-map • 0.1.1Add source map to the output HTML of markdown-it.DIRECT0
markdown-it • 14.1.0Markdown-it - modern pluggable markdown parser.DIRECT6
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mdurl • 2.0.0URL utilities for markdown-itINDIRECT0
moment-timezone • 0.5.48Parse and display moments in any timezone.DIRECT1
moment • 2.30.1Parse, validate, manipulate, and display datesDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
neverthrow • 2.7.1Stop throwing errors, and instead return Results!DIRECT0
no-case • 3.0.4Transform into a lower cased string with spaces between wordsINDIRECT2
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 • 6.1.0Normalize a URLINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
open • 7.4.2Open stuff like URLs, files, executables. Cross-platform.DIRECT2
parse-git-config • 3.0.0Parse `.git/config` into a JavaScript object. sync or async.DIRECT2
parse-path • 4.0.4Parse paths (local paths, urls: ssh/git/etc)INDIRECT27
parse-url • 6.0.5An advanced url parser supporting git urls too.INDIRECT29
parse5 • 3.0.3HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.INDIRECT2
pascal-case • 3.1.2Transform into a string of capitalized words without separatorsINDIRECT3
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
protocols • 1.4.8Get the protocols of an input url.INDIRECT0
protocols • 2.0.2Get the protocols of an input url.INDIRECT0
punycode.js • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
query-string • 6.14.1Parse and stringify URL query stringsINDIRECT4
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
shell-quote • 1.8.3quote and parse shell commandsINDIRECT0
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
simple-git • 2.48.0Simple GIT interface for node.jsDIRECT4
slugify • 1.6.6Slugifies a StringDIRECT0
split-on-first • 1.1.0Split a string on the first occurance of a given separatorINDIRECT0
strict-uri-encode • 2.0.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
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
uc.micro • 2.1.0Micro subset of unicode data files for markdown-it projects.INDIRECT0
undici-types • 7.8.0A stand-alone types package for UndiciINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
ISC13
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLDIRECT0
BSD-3-Clause7
PackageRelationDependenciesPublished
@hapi/hoek • 9.3.0General purpose node utilitiesINDIRECT0
@hapi/topo • 5.1.0Topological sorting with grouping supportINDIRECT1
@sideway/address • 4.1.5Email address and domain validationINDIRECT1
@sideway/formula • 3.0.1Math and string formula parser.INDIRECT0
@sideway/pinpoint • 2.0.0Return the filename and line number of the calling functionINDIRECT0
joi • 17.13.3Object schema validationDIRECT5
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
BSD-2-Clause7
PackageRelationDependenciesPublished
css-what • 2.1.3a CSS selector parserINDIRECT0
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 2.4.2handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 1.5.1utilities for working with htmlparser2's domINDIRECT3
entities • 1.1.2Encode & decode XML/HTML entities with easeINDIRECT0
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
nth-check • 1.0.2performant nth-check parser & compilerINDIRECT1
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
non-standard1
PackageRelationDependenciesPublished
css-select • 1.2.0a CSS selector compiler/engineINDIRECT7
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/%40log4brains%2Fcore)](https://licenses.dev/npm/%40log4brains%2Fcore)
<a href="https://licenses.dev/npm/%40log4brains%2Fcore">
  <img src="https://licenses.dev/b/npm/%40log4brains%2Fcore" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.0-alpha.4 version:

[![licenses](https://licenses.dev/b/npm/%40log4brains%2Fcore/1.1.0-alpha.4)](https://licenses.dev/npm/%40log4brains%2Fcore/1.1.0-alpha.4)
<a href="https://licenses.dev/npm/%40log4brains%2Fcore/1.1.0-alpha.4">
  <img src="https://licenses.dev/b/npm/%40log4brains%2Fcore/1.1.0-alpha.4" alt="licenses" />
</a>
GitHub