licenses.dev

@nmshd/runtime v2.0.0-beta.31

The Enmeshed client runtime.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT118
PackageRelationDependenciesPublished
@js-soft/docdb-access-abstractions • 1.0.1Database abstractions.INDIRECT0
@js-soft/docdb-querytranslator • 1.1.0Parse and pass URL queries to MongoDB and LokiJS queryDIRECT0
@js-soft/logging-abstractions • 1.0.0Web implementation of the '@js-soft/logging-abstractions' libraryDIRECT0
@js-soft/simple-logger • 1.0.2Simple implementation of the '@js-soft/logging-abstractions' libraryINDIRECT4
@js-soft/ts-serval • 2.0.5TypeScript Runtime Serialization and ValidationDIRECT1
@js-soft/ts-utils • 2.3.0Typescript UtilsINDIRECT3
@js-soft/ts-utils • 2.3.3Typescript UtilsDIRECT3
@nmshd/consumption • 2.0.0-beta.27The consumption library extends the transport library.DIRECT2
@nmshd/content • 2.0.0-beta.37The content library defines data structures that can be transmitted using the transport library.DIRECT3
@nmshd/crypto • 2.0.2The Enmeshed crypto library.DIRECT3
@nmshd/transport • 2.0.0-beta.10The transport library handles backbone communication and content encryption.DIRECT82
ajv-errors • 3.0.0Custom error messages in JSON Schemas for Ajv validatorDIRECT0
ajv-formats • 2.1.1Format validation for Ajv v7+DIRECT5
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
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT18
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
axios • 0.27.2Promise based HTTP client for the browser and node.jsINDIRECT7
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
deep-equal • 2.2.3node's assert.deepEqual algorithmINDIRECT58
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
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dijkstrajs • 1.0.3A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
easy-tsnameof • 3.0.6Typescript nameOf function. Safe typesINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encode-utf8 • 1.0.3Turn a string into an ArrayBuffer by using the UTF8 encoding.INDIRECT0
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-get-iterator • 1.1.3Get an iterator for any JS language value. Works robustly across all environments, all versions.INDIRECT30
es-object-atoms • 1.1.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
eventemitter2 • 6.4.9A feature-rich Node.js event emitter implementation with namespaces, wildcards, TTL, async listeners and browser/worker support.INDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-patch • 3.1.1Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilitiesINDIRECT0
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
follow-redirects • 1.15.9HTTP and HTTPS modules that follow redirects.INDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
form-data • 4.0.1A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT18
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-array-buffer • 3.0.5Is this value a JS ArrayBuffer?INDIRECT17
is-bigint • 1.1.0Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.2.1Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-shared-array-buffer • 1.0.4Is this value a JS SharedArrayBuffer?INDIRECT13
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT16
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
json-schema-traverse • 1.0.0Traverse JSON Schema passing each schema object to callbackINDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
lodash.set • 4.3.2The lodash method `_.set` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
luxon • 3.5.0Immutable date wrapperDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mocha-param • 2.0.1Parameterized tests for MochaINDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT19
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
pngjs • 5.0.0PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.INDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
qrcode • 1.5.1QRCode / 2d Barcode api with both server side and client side support using canvasDIRECT29
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
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-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
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
stop-iteration-iterator • 1.1.0Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.INDIRECT19
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
ts-simple-nameof • 1.3.1Parses a class name or a dot-separated property name from a lambda expression and provides some level of type safety using type parameters.DIRECT0
typescript-ioc • 3.2.2A Lightweight annotation-based dependency injection container for typescript.DIRECT3
uuid • 9.0.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
which-boxed-primitive • 1.1.1Which kind of boxed JS primitive is this?INDIRECT22
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
which-typed-array • 1.1.18Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 15.4.1yargs the modern, pirate-themed, successor to optimist.INDIRECT25
ISC10
PackageRelationDependenciesPublished
cliui • 6.0.0easily create complex multi-column command-line-interfacesINDIRECT9
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
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.DIRECT0
libsodium-sumo • 0.7.15The Sodium cryptographic library compiled to pure JavaScript (raw library, no wrappers, sumo variant)INDIRECT0
libsodium-wrappers-sumo • 0.7.10The Sodium cryptographic library compiled to pure JavaScript (wrappers, sumo variant)INDIRECT1
require-main-filename • 2.0.0shim for require.main.filename() that works in as many environments as possibleINDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 18.1.3the mighty option parser used by yargsINDIRECT2
Apache-2.03
PackageRelationDependenciesPublished
reflect-metadata • 0.1.13Polyfill for Metadata Reflection APIDIRECT0
typescript-logging-log4ts-style • 2.2.0TypeScript Logging log4ts style written in and to be used by TypeScript.INDIRECT0
typescript-logging • 2.2.0TypeScript Logging core written in and to be used by TypeScript (this is the core project, you need to install a flavor too).INDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
fast-uri • 3.0.5Dependency-free RFC 3986 URI toolboxINDIRECT0
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.0-beta.31 version:

[![licenses](https://licenses.dev/b/npm/%40nmshd%2Fruntime/2.0.0-beta.31)](https://licenses.dev/npm/%40nmshd%2Fruntime/2.0.0-beta.31)
<a href="https://licenses.dev/npm/%40nmshd%2Fruntime/2.0.0-beta.31">
  <img src="https://licenses.dev/b/npm/%40nmshd%2Fruntime/2.0.0-beta.31" alt="licenses" />
</a>
GitHub