licenses.dev

@mapeo/core v9.0.0-alpha.1

Offline p2p mapping library

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT173
PackageRelationDependenciesPublished
@fastify/type-provider-typebox • 3.6.0A Type Provider for Typebox over FastifyDIRECT0
@leichtgewicht/ip-codec • 2.0.5Small package to encode or decode IP addresses from buffers to strings.INDIRECT0
@mapeo/schema • 3.0.0-next.26JSON schema and flow types for MapeoDIRECT17
@mapeo/sqlite-indexer • 1.0.0-alpha.7Index Mapeo data in a SQLite databaseDIRECT41
@sinclair/typebox • 0.29.6JSONSchema Type Builder with Static Type Resolution for TypeScriptDIRECT0
@types/b4a • 1.6.4TypeScript definitions for b4aINDIRECT2
@types/better-sqlite3 • 7.6.11TypeScript definitions for better-sqlite3INDIRECT2
@types/node • 18.19.50TypeScript definitions for nodeINDIRECT1
@types/streamx • 2.9.5TypeScript definitions for streamxINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base-x • 3.0.10Fast base encoding / decoding of any given alphabetINDIRECT1
base32.js • 0.1.0Base 32 encodings for JavaScriptDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
better-sqlite3 • 8.7.0The fastest and simplest library for SQLite3 in Node.js.DIRECT37
big-sparse-array • 1.0.3A sparse array optimised for low memory whilst still being fastDIRECT0
binary-stream-equals • 1.0.0Check if two binary streams have the same contentINDIRECT1
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
blake2b-universal • 1.0.1blake2b that works in node and in the browserINDIRECT6
blake2b-wasm • 2.4.0Blake2b implemented in WASMINDIRECT2
bogon • 1.1.0Check if an IP is a bogonDIRECT3
bonjour-service • 1.2.1A Bonjour/Zeroconf implementation in TypeScriptDIRECT5
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
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
chalk • 4.1.2Terminal string styling done rightINDIRECT5
ci-info • 3.9.0Get details about the current Continuous Integration environmentINDIRECT0
codecs • 3.1.0Create an binary encoder/decoder for json, utf-8 or custom typesINDIRECT1
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
const-max-uint32 • 1.0.2Maximum unsigned 32-bit integer.INDIRECT0
corestore • 6.18.4A Hypercore factory that simplifies managing collections of cores.DIRECT46
crc • 3.8.0Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.INDIRECT3
cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
debounceify • 1.1.0Tiny async debouncerINDIRECT0
debug • 4.3.7Lightweight debugging utility for Node.js and the browserDIRECT1
debugging-stream • 2.0.0Debug streams, by adding latency etcINDIRECT6
decompress-response • 6.0.0Decompress a HTTP response if neededINDIRECT1
deep-extend • 0.6.0Recursive object extendingINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
derive-key • 1.0.1Derive a named key from a master keyINDIRECT7
dht-rpc • 6.12.1Make RPC calls over a Kademlia based DHTINDIRECT16
dns-packet • 5.6.1An abstract-encoding compliant module for encoding / decoding DNS packetsINDIRECT1
duplexify • 4.1.3Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT9
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
eventemitter3 • 5.0.1EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.DIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-fifo • 1.3.2A fast fifo implementation similar to the one powering nextTick in Node.js coreINDIRECT0
fastify-plugin • 4.5.1Plugin helper for FastifyDIRECT0
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
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
flat-tree • 1.11.0A series of functions to map a binary tree to a listINDIRECT0
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
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
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
github-from-package • 0.0.0return the github url from a package.json fileINDIRECT0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hyperbee • 2.20.1An append-only B-tree running on a Hypercore.INDIRECT18
hypercore-crypto • 3.4.2The crypto primitives used in hypercore, extracted into a separate moduleDIRECT5
hypercore • 10.37.19Hypercore is a secure, distributed append-only logDIRECT43
hyperdht • 6.16.5The DHT powering HyperswarmINDIRECT38
hyperswarm • 4.8.2A distributed networking stack for connecting peersDIRECT41
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
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-options • 1.0.2Easily check if input is an options mapINDIRECT1
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
json-stable-stringify • 1.1.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT15
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
kademlia-routing-table • 1.0.3XOR based routing table used for P2P networks such as a Kademlia DHT.INDIRECT1
klaw-sync • 6.0.0Recursive, synchronous, and fast file system walkerINDIRECT1
length-prefixed-stream • 2.0.0Streaming length prefixed buffersINDIRECT6
lodash • 4.17.21Lodash modular utilities.INDIRECT0
magic-bytes.js • 1.10.0Detect Filetype by bytesDIRECT0
map-obj • 5.0.2Map object keys and values into a new objectDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mimic-response • 3.1.0Mimic a Node.js HTTP response streamINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multi-core-indexer • 1.0.0-alpha.9Index one or more hypercoresDIRECT22
multicast-dns • 7.2.5Low level multicast-dns implementation in pure javascriptINDIRECT3
mutexify • 1.4.0mutex lock for javascriptINDIRECT1
napi-build-utils • 1.0.2A set of utilities to assist developers of tools that build N-API native add-onsINDIRECT0
napi-macros • 2.2.2Set of utility macros to make writing N-API modules a little easier.INDIRECT0
nat-sampler • 1.0.1Sample addresses to figure out if a host + port is consistentINDIRECT0
node-abi • 3.67.0Get the Node ABI for a given target and runtime, and vice versa.INDIRECT1
node-gyp-build • 4.8.2Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
open • 7.4.2Open stuff like URLs, files, executables. Cross-platform.INDIRECT2
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-defer • 4.0.1Create a deferred promiseDIRECT0
p-timeout • 4.1.0Timeout a promise after a specified amount of timeINDIRECT0
p-timeout • 6.1.2Timeout a promise after a specified amount of timeDIRECT0
patch-package • 8.0.0Fix broken node modules with no fussDIRECT64
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() 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
prebuild-install • 7.1.2A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platformINDIRECT34
protocol-buffers-encodings • 1.2.0Base encodings for protocol-buffersINDIRECT4
protomux • 3.9.2Multiplex multiple message oriented protocols over a streamDIRECT6
pump • 3.0.0pipe streams together and close all of them if one of them closesINDIRECT3
queue-tick • 1.0.1Next tick shim that prefers process.nextTick over queueMicrotask for compatINDIRECT0
random-access-file • 4.0.7Continuous reading or writing to a file using random offsets and lengthsINDIRECT14
random-access-storage • 3.0.2Easily make random-access-storage instancesINDIRECT2
random-array-iterator • 1.0.0An iterator to iterate an array in random order with controls to requeue or dequeue elements during the iterationINDIRECT0
read-write-mutexify • 2.1.0Like mutexify but with read/write locksINDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
ready-resource • 1.1.1Modern single resource managementINDIRECT1
record-cache • 1.2.0Cache optimised for record like thingsINDIRECT1
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safety-catch • 1.0.2Small module that makes sure your catch, caught an actual error and not a programming mistake or assertionINDIRECT0
same-data • 1.0.0Deep equal with no deps and only for 'data' objects, ie basic objects, arrays, primitives and typed arraysINDIRECT0
serialize-error • 8.1.0Serialize/deserialize an error into a plain objectINDIRECT1
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
shuffled-priority-queue • 2.1.0A priority queue that shuffles elements with the same priority.INDIRECT1
signal-promise • 1.0.3Simple wait/notify promise with optional max wait timeINDIRECT0
signed-varint • 2.0.1efficiently store signed integers in varintINDIRECT1
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
simple-get • 4.0.1Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.INDIRECT5
siphash24 • 1.3.1SipHash (2-4) implemented in pure Javascript and WebAssemblyINDIRECT1
slash • 2.0.0Convert Windows backslash paths to slash pathsINDIRECT0
sodium-javascript • 0.8.0WIP - a pure javascript version of sodium-nativeINDIRECT11
sodium-native • 3.4.1Low level bindings for libsodiumINDIRECT1
sodium-native • 4.1.1Low level bindings for libsodiumINDIRECT1
sodium-secretstream • 1.1.0Wraps libsodiums secretstream in a higher level abstractionINDIRECT4
sodium-universal • 3.1.0Universal wrapper for sodium-javascript and sodium-native working in Node.js and the BrowserINDIRECT20
sodium-universal • 4.0.1Universal wrapper for sodium-javascript and sodium-native working in Node.js and the BrowserDIRECT2
start-stop-state-machine • 1.2.0[![Node.js CI](https://github.com/digidem/start-stop-state-machine/workflows/Node.js%20CI/badge.svg)](https://github.com/digidem/start-stop-state-machine/actions/workflows/node.js.yml) [![Coverage Status](https://coveralls.io/repos/github/digidem/start-stDIRECT1
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
streamx • 2.20.0An iteration of the Node.js core streams with a series of improvementsINDIRECT5
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
tar-fs • 2.1.1filesystem bindings for tar-streamINDIRECT17
tar-stream • 2.2.0tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.INDIRECT13
through2 • 4.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT5
thunky • 1.1.0delay the evaluation of a paramless async function and cache the resultINDIRECT0
time-ordered-set • 1.0.2Efficiently maintain a set of nodes ordered by the time they were added to the setINDIRECT0
timeout-refresh • 2.0.1Efficiently refresh a timerINDIRECT0
tiny-typed-emitter • 2.1.0Fully type-checked EventEmitterDIRECT0
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
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
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
unix-path-resolve • 1.0.2Cross platform resolve that always returns a UNIX style `/` seperated pathINDIRECT0
unordered-set • 2.0.1A couple of functions that make it easy to maintain an unordered set as an array in an efficient wayINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
validate.io-array-like • 1.0.2Validates if a value is array-like.INDIRECT3
varint • 5.0.0protobuf-style varint bytes - use msb to create integer values of varying sizesINDIRECT0
varint • 5.0.2protobuf-style varint bytes - use msb to create integer values of varying sizesINDIRECT0
varint • 6.0.0protobuf-style varint bytes - use msb to create integer values of varying sizesDIRECT0
xache • 1.2.1Yet another auto expiring, max sizable cacheINDIRECT0
xsalsa20 • 1.2.0XSalsa20 implemented in Javascript and WebAssemblyINDIRECT0
z32 • 1.1.0Encode & decode z-base32DIRECT1
ISC36
PackageRelationDependenciesPublished
@digidem/types • 2.3.0Typescript type definitions for untyped modules used by Digidem, prior to DefinitelyTyped publishingDIRECT4
@mapeo/crypto • 1.0.0-alpha.8Key management and encryption / decryption functions for MapeoDIRECT38
@msgpack/msgpack • 1.12.2MessagePack for JavaScript/ECMA-262INDIRECT0
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
bits-to-bytes • 1.3.0Functions for doing bit manipulation of typed arraysINDIRECT1
blake2b • 2.1.4Blake2b (64-bit version) in pure JavascriptINDIRECT3
chacha20-universal • 1.0.4chacha20 in pure javascriptINDIRECT1
chownr • 1.1.4like `chown -R`INDIRECT0
compact-encoding-bitfield • 1.0.0Compact codec for bitfieldsINDIRECT2
compact-encoding-net • 1.2.0Compact codecs for net typesINDIRECT2
compact-encoding-struct • 1.3.0generate compact encodings from defined structsINDIRECT0
crc-universal • 1.0.4Universal wrapper for libcrc with a JavaScript fallbackINDIRECT3
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
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
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
nanoassert • 2.0.0Nanoscale assertion moduleINDIRECT0
noise-curve-ed • 2.0.1Ed25519 elliptic curve operations for [`noise-handshake`](https://github.com/chm-diederichs/noise-handshake)INDIRECT5
noise-handshake • 3.1.0## Usage ```js const Noise = require('noise-handshake') const Cipher = require('noise-handshake/cipher') const initiator = new Noise('IK', true) const responder = new Noise('IK', false)INDIRECT5
once • 1.4.0Run a function exactly one timeINDIRECT1
quickbit-universal • 2.2.0Universal wrapper for libquickbit with a JavaScript fallbackDIRECT6
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
rpc-reflector • 1.3.11Call methods on an object over RPCDIRECT26
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
sha256-universal • 1.2.1Sha256 hashing algorithm in both WASM and pure JSINDIRECT3
sha256-wasm • 2.2.2WebAssembly implementation of SHA-256INDIRECT2
sha512-universal • 1.2.1Sha512 implemented in both WASM and pure JSINDIRECT3
sha512-wasm • 2.3.4sha512 hashing algorithm implemented in WebAssemblyINDIRECT2
simdle-universal • 1.1.2Universal wrapper for libsimdle with a JavaScript fallbackINDIRECT4
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yaml • 2.5.1JavaScript parser and stringifier for YAMLINDIRECT0
Apache-2.029
PackageRelationDependenciesPublished
@hyperswarm/secret-stream • 6.6.3Secret stream backed by Noise and libsodium's secretstreamDIRECT16
b4a • 1.6.6Bridging the gap between buffers and typed arraysDIRECT0
bare-events • 2.4.2Event emitters for JavaScriptINDIRECT0
bare-fs • 2.3.3Native file system for JavascriptINDIRECT9
bare-os • 2.4.2Operating system utilities for JavascriptINDIRECT0
bare-path • 2.1.3Path manipulation library for JavaScriptINDIRECT1
bare-stream • 2.2.1Streaming data for JavaScriptINDIRECT6
blind-relay • 1.3.3Blind relay for UDX over Protomux channelsINDIRECT16
compact-encoding • 2.15.0A series of compact encoding schemes for building small and fast parsers and serializersDIRECT1
crc-native • 1.0.11libcrc JavaScript bindings for Node.jsINDIRECT2
detect-libc • 2.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
drizzle-orm • 0.28.2Drizzle ORM package for SQL databasesDIRECT0
find-yarn-workspace-root • 2.0.0Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.comINDIRECT6
fs-native-extensions • 1.2.7Native file system extensions for advanced file operationsINDIRECT2
hyperblobs • 2.4.2A blob store for HypercoreINDIRECT8
hypercore-errors • 1.3.0Hypercore errorsINDIRECT0
hypercore-id-encoding • 1.3.0Convert Hypercore keys to/from z-base32 or hexINDIRECT2
hyperdrive • 11.11.0Hyperdrive is a secure, real-time distributed file systemDIRECT60
hypertrace • 1.4.2Add tracing and insights to classes. Supports Prometheus/Grafana.INDIRECT0
long • 5.2.3A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
mirror-drive • 1.4.0Mirror a hyperdrive or localdrive into another oneINDIRECT3
quickbit-native • 2.2.7libquickbit JavaScript bindings for Node.jsINDIRECT3
rache • 1.0.0Random-eviction cacheINDIRECT0
simdle-native • 1.2.6libsimdle JavaScript bindings for Node.jsINDIRECT3
sub-encoder • 2.1.3Generate sub encodings for key/value storesDIRECT2
text-decoder • 1.1.1Streaming text decoder that preserves multibyte Unicode charactersINDIRECT1
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
udx-native • 1.11.1udx is reliable, multiplexed, and congestion-controlled streams over udpINDIRECT8
unslab • 1.3.0Unslab some slab'ed buffersINDIRECT1
BSD-3-Clause12
PackageRelationDependenciesPublished
@protobufjs/aspromise • 1.1.2Returns a promise from a node-style callback function.INDIRECT0
@protobufjs/base64 • 1.1.2A minimal base64 implementation for number arrays.INDIRECT0
@protobufjs/codegen • 2.0.4A minimalistic code generation utility.INDIRECT0
@protobufjs/eventemitter • 1.1.0A minimal event emitter.INDIRECT0
@protobufjs/fetch • 1.1.0Fetches the contents of a file accross node and browsers.INDIRECT2
@protobufjs/float • 1.0.2Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.INDIRECT0
@protobufjs/inquire • 1.1.0Requires a module only if available and hides the require call from bundlers.INDIRECT0
@protobufjs/path • 1.1.2A minimal path module to resolve Unix, Windows and URL paths alike.INDIRECT0
@protobufjs/pool • 1.1.0A general purpose buffer pool.INDIRECT0
@protobufjs/utf8 • 1.1.0A minimal UTF8 implementation for number arrays.INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
protobufjs • 7.4.0Protocol Buffers for JavaScript (& TypeScript).DIRECT13
CC0-1.0 OR MIT2
PackageRelationDependenciesPublished
type-fest • 0.20.2A collection of essential TypeScript typesINDIRECT0
type-fest • 4.26.0A collection of essential TypeScript typesINDIRECT0
unknown2
PackageRelationDependenciesPublished
validate.io-integer-primitive • 1.0.0Validates if a value is a number primitive and an integer.INDIRECT1
validate.io-number-primitive • 1.0.0Validates if a value is a number primitive, excluding NaN.INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
@yarnpkg/lockfile • 1.1.0The parser/stringifier for Yarn lockfiles.INDIRECT0
MIT OR WTFPL1
PackageRelationDependenciesPublished
expand-template • 2.0.3Expand placeholders in a template stringINDIRECT0
non-standard1
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 9.0.0-alpha.1 version:

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