licenses.dev

@digitalbazaar/edv-client v13.0.0

JavaScript Encrypted Data Vault

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-3-Clause

Dependency Licenses

MIT79
PackageRelationDependenciesPublished
@noble/ed25519 • 1.7.5Fastest JS implementation of ed25519. Independently audited, high-security, 0-dependency EDDSA, X25519 ECDH & ristretto255INDIRECT0
@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
@peculiar/asn1-schema • 2.8.0Decorators and helper APIs for declaring ASN.1 schemas in TypeScript.INDIRECT5
@peculiar/json-schema • 1.1.12This package uses ES2015 decorators to simplify JSON schema creation and useINDIRECT1
@peculiar/utils • 2.0.3Modern byte, encoding, converter registry, and PEM utilities for TypeScript projects.INDIRECT1
@peculiar/webcrypto • 1.7.1A WebCrypto Polyfill for NodeJSINDIRECT8
@stablelib/aead • 1.0.1AEAD interface declaration (authenticated encryption with associated data)INDIRECT0
@stablelib/binary • 1.0.1Binary encoding and decodingINDIRECT1
@stablelib/chacha • 1.0.1ChaCha stream cipherINDIRECT3
@stablelib/chacha20poly1305 • 1.0.1ChaCha20-Poly1305 AEAD (RFC 7539)INDIRECT7
@stablelib/constant-time • 1.0.1Algorithmically constant-time utility functionsINDIRECT0
@stablelib/int • 1.0.1Integer number utilitiesINDIRECT0
@stablelib/poly1305 • 1.0.1Poly1305 one-time message authentication codeINDIRECT2
@stablelib/wipe • 1.0.1Wipes bytes and arrays (sets all values to zero)INDIRECT0
@stablelib/xchacha20 • 1.0.1XChaCha20 stream cipherINDIRECT4
@stablelib/xchacha20poly1305 • 1.0.1XChaCha20-Poly1305 AEAD (draft-irtf-cfrg-xchacha-01)INDIRECT9
@unimodules/core • 7.1.2Universal modules coreINDIRECT1
@unimodules/react-native-adapter • 6.3.9The adapter to use universal modules with the React Native bridgeINDIRECT40
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.INDIRECT1
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
asmcrypto.js • 0.22.0Asm.js implementation of WebCrypto APIINDIRECT0
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
b64-lite • 1.4.0isomorphic base64 library in 152 bytesINDIRECT1
b64u-lite • 1.1.0isomorphic base64url library in 358 bytesINDIRECT2
base-64 • 0.1.0A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
base64url • 3.0.1For encoding to/from base64urlsINDIRECT0
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
chalk • 4.1.2Terminal string styling done rightINDIRECT5
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
commander • 7.2.0the complete solution for node.js command-line programsINDIRECT0
compare-versions • 3.6.0Compare semver version strings to find greater, equal or lesser.INDIRECT0
data-uri-to-buffer • 3.0.1Generate a Buffer instance from a Data URI stringINDIRECT0
esm • 3.2.25Tomorrow's ECMAScript modules today!DIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
expo-modules-autolinking • 0.0.3Scripts that autolink Expo modules.INDIRECT36
expo-random • 14.0.1Expo universal module for random bytesINDIRECT1
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fetch-blob • 2.1.2A Blob implementation in Node.js, originally from node-fetch.INDIRECT0
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 • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
fs-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT4
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
invariant • 2.2.4invariantINDIRECT2
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
isomorphic-webcrypto • 2.3.8webcrypto library for Node, React Native and IE11+INDIRECT62
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
ky-universal • 0.8.2Use Ky in both Node.js and browsersINDIRECT5
ky • 0.25.1Tiny and elegant HTTP client based on the browser Fetch APIINDIRECT0
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
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
node-fetch • 3.0.0-beta.9A light-weight module that brings Fetch API to node.jsINDIRECT2
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
path-exists • 4.0.0Check if a path existsINDIRECT0
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
pvtsutils • 1.3.6pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.INDIRECT1
pvutils • 1.1.5Common utilities for products from Peculiar VenturesINDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
react-native-securerandom • 0.1.1Generate cryptographically-secure random bytes in react nativeINDIRECT1
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
split-string • 6.1.0Easy way to split a string on a given character unless it's quoted or escaped.DIRECT0
str2buf • 1.3.0isomorphic string <=> buffer in 198 bytesINDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
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
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
web-streams-polyfill • 3.0.3Web Streams, based on the WHATWG spec reference implementationDIRECT0
webcrypto-core • 1.9.2Common layer to be used by crypto libraries based on WebCrypto API for input validation.INDIRECT7
webcrypto-shim • 0.1.7Web Cryptography API shim for legacy browsersINDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
BSD-3-Clause20
PackageRelationDependenciesPublished
@digitalbazaar/did-io • 1.1.0A library for managing DIDs (Decentralized Identifiers) and associated data.INDIRECT4
@digitalbazaar/did-method-key • 2.0.0A did:key method resolver.INDIRECT15
@digitalbazaar/ed25519-verification-key-2020 • 3.3.0Javascript library for generating and working with Ed25519VerificationKey2020 key pairs, for use with crypto-ld.INDIRECT6
@digitalbazaar/http-client • 2.0.1An opinionated, isomorphic HTTP client.DIRECT8
@digitalbazaar/http-digest-header • 1.0.1Minimal isomorphic library (Node.js and browser) for creating and verifying Digest headers for HTTP SignaturesINDIRECT67
@digitalbazaar/http-signature-header • 4.1.0[![NPM Version](https://img.shields.io/npm/v/http-signature-header.svg)](https://npm.im/http-signature-header) [![Build status](https://img.shields.io/github/workflow/status/digitalbazaar/http-signature-header/Node.js%20CI)](https://github.com/digitalbazaINDIRECT1
@digitalbazaar/http-signature-zcap-invoke • 5.0.3A library for invoking Authorization Capabilities via HTTP signaturesDIRECT71
@digitalbazaar/lru-memoize • 2.2.0LRU MemoizeINDIRECT3
@digitalbazaar/minimal-cipher • 4.0.2Minimal encryption/decryption JWE/CWE library.DIRECT79
@digitalbazaar/security-document-loader • 1.1.1A JSON-LD documentLoader library pre-loaded with core commonly used contexts (suites, VC, DIDs).DIRECT22
@digitalbazaar/x25519-key-agreement-key-2019 • 5.2.0An X25519 (Curve25519) DH key implementation to work with the crypto-ld LDKeyPair APIINDIRECT6
@digitalbazaar/x25519-key-agreement-key-2020 • 2.1.0An X25519 (Curve25519) DH (Diffie-Hellman) key implementation to work with the X25519 2020 Crypto suite.INDIRECT6
asn1js • 3.0.10asn1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the webINDIRECT3
base58-universal • 1.0.0Encode/decode using "The Base58 Encoding Scheme".DIRECT1
base64url-universal • 1.1.0Encode/decode "Base64url Encoding" format of JSON Web Signature (JWS) RFC7517.INDIRECT1
crypto-ld • 5.1.0A Javascript library for generating and performing common operations on Linked Data cryptographic key pairs.INDIRECT0
ed25519-signature-2020-context • 1.1.0JSON-LD Context for the Ed25519 2020 Cryptosuite.INDIRECT0
js-base64 • 3.9.1Yet another Base64 transcoder in pure-JSINDIRECT0
jsonld-document-loader • 1.2.1A document loader API for jsonld.js.INDIRECT0
x25519-key-agreement-2020-context • 1.0.0JSON-LD Context for the X25519 2020 Crypto suite.INDIRECT0
ISC6
PackageRelationDependenciesPublished
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
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
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
yallist • 4.0.0Yet Another Linked ListINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
canonicalize • 1.0.8JSON canonicalize function DIRECT0
msrcrypto • 1.5.8MSR JavaScript Cryptography LibraryINDIRECT0
non-standard2
PackageRelationDependenciesPublished
credentials-context • 1.0.0Credentials ContextINDIRECT0
did-context • 3.1.1DID ContextINDIRECT0
Unlicense2
PackageRelationDependenciesPublished
ed2curve • 0.3.0Convert Ed25519 signing keys into Curve25519 Diffie-Hellman keys.INDIRECT1
tweetnacl • 1.0.3Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
unknown1
PackageRelationDependenciesPublished
veres-one-context • 12.0.0Veres One ContextsINDIRECT0
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/%40digitalbazaar%2Fedv-client)](https://licenses.dev/npm/%40digitalbazaar%2Fedv-client)
<a href="https://licenses.dev/npm/%40digitalbazaar%2Fedv-client">
  <img src="https://licenses.dev/b/npm/%40digitalbazaar%2Fedv-client" alt="licenses" />
</a>

Or the licenses badge code for the 13.0.0 version:

[![licenses](https://licenses.dev/b/npm/%40digitalbazaar%2Fedv-client/13.0.0)](https://licenses.dev/npm/%40digitalbazaar%2Fedv-client/13.0.0)
<a href="https://licenses.dev/npm/%40digitalbazaar%2Fedv-client/13.0.0">
  <img src="https://licenses.dev/b/npm/%40digitalbazaar%2Fedv-client/13.0.0" alt="licenses" />
</a>
GitHub