licenses.dev

@mapeo/core v6.0.1

Offline p2p mapping library

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT340
PackageRelationDependenciesPublished
@digidem/atomic-fs-blob-store • 5.3.1blob store that stores blobs on the local file system (like fs-blob-store but atomic)INDIRECT23
@leichtgewicht/ip-codec • 2.0.5Small package to encode or decode IP addresses from buffers to strings.INDIRECT0
abstract-leveldown • 6.0.3An abstract prototype matching the LevelDOWN APIINDIRECT2
abstract-leveldown • 6.2.3An abstract prototype matching the LevelDOWN APIINDIRECT7
abstract-leveldown • 6.3.0An abstract prototype matching the LevelDOWN APIINDIRECT7
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
almost-equal • 1.1.0Test if two floats are almost equalINDIRECT0
ansi-diff-stream • 1.2.1A transform stream that diffs input buffers and outputs the diff as ANSI. If you pipe this to a terminal it will update the output with minimal changes.INDIRECT12
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
append-tree • 2.4.4Model a tree structure on top of an append-only log.INDIRECT19
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-lru • 1.1.1A really fast LRU cache for array items (numeric keys)INDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
asar • 0.14.6Creating Electron app packagesDIRECT87
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
atomic-batcher • 1.0.2A simple batching function that allows you to atomically batch a series of operations.INDIRECT0
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bencode • 1.0.0Bencode de/encoderINDIRECT1
bencode • 2.0.3Bencode de/encoderINDIRECT0
binary • 0.3.0Unpack multibyte binary values from buffersINDIRECT3
bitfield-rle • 2.2.1A run-length-encoder that compresses bitfields.INDIRECT2
bittorrent-dht • 7.10.0Simple, robust, BitTorrent DHT implementationINDIRECT19
bl • 1.2.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT9
blake2b-wasm • 2.4.0Blake2b implemented in WASMINDIRECT2
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
braces • 2.3.2Bash-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.INDIRECT70
buffer-alloc-unsafe • 1.1.0A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.INDIRECT0
buffer-alloc • 1.2.0A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.INDIRECT2
buffer-equals • 1.0.4Node.js 0.12 buffer.equals() ponyfillINDIRECT0
buffer-fill • 1.0.0A [ponyfill](https://ponyfill.com) for `Buffer.fill`.INDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
bulk-write-stream • 1.1.4Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streamsINDIRECT9
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
chrome-dgram • 3.0.6Use the Node `dgram` API in Chrome AppsINDIRECT2
chrome-dns • 1.0.1Use the Node `dns` API in Chrome AppsINDIRECT2
chrome-net • 3.3.4Use the Node `net` API in Chrome AppsINDIRECT1
chromium-pickle-js • 0.2.0Binary value packing and unpackingINDIRECT0
circular-append-file • 1.0.1A simple appendable-file interface which enforces a size cap by overwriting itself.INDIRECT9
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
codecs • 1.2.1Create an binary encoder/decoder for json, utf-8 or custom typesINDIRECT0
codecs • 2.2.0Create an binary encoder/decoder for json, utf-8 or custom typesINDIRECT0
collect-stream • 1.2.1Collect a readable stream's output and errorsINDIRECT13
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
component-emitter • 1.3.1Event emitterINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
count-trailing-zeros • 1.0.1Counts the number of trailing zeros of a binary integerINDIRECT0
cuint • 0.2.2Unsigned integers for JavascriptINDIRECT0
custom-error-class • 1.0.0Straightforward ES6 class you can extend to make proper custom errorsINDIRECT0
d64 • 1.0.0dominictarr style base64, like base64 but lexiographically sortableINDIRECT0
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
dat-encoding • 4.0.2Encode and decode Dat linksINDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
decompress-zip • 0.3.3Extract files from a ZIP archiveINDIRECT16
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
deferred-leveldown • 5.3.0For handling delayed-open on LevelDOWN compatible librariesINDIRECT9
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
defined • 0.0.0return the first argument that is `!== undefined`INDIRECT0
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
discovery-swarm • 4.4.2A network swarm that uses discovery-channel to find peersINDIRECT60
discovery-swarm • 5.1.4A network swarm that uses discovery-channel to find peersDIRECT60
dns-discovery • 6.2.3Discovery peers in a distributed system using regular dns and multicast dns.INDIRECT29
dns-packet • 4.2.0An abstract-encoding compliant module for encoding / decoding DNS packetsINDIRECT2
dns-packet • 5.6.1An abstract-encoding compliant module for encoding / decoding DNS packetsINDIRECT1
dns-socket • 3.0.0Make custom low-level DNS requests from node with retry support.INDIRECT3
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
duplexify • 4.1.3Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT9
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
encoding-down • 6.3.0LevelDOWN wrapper supporting levelup@1 encodingsINDIRECT13
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.DIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
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
es-object-atoms • 1.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
events • 3.3.0Node's event emitter for all engines.INDIRECT0
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fast-bitfield • 1.2.2Variable sized bitfield that allows you to quickly iterate over bitsINDIRECT1
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fd-lock • 1.2.0Advisory cross-platform lock on a file using a file descriptor to it.INDIRECT2
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
flat-tree • 1.11.0A series of functions to map a binary tree to a listINDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
from2-array • 0.0.4Create a from2 stream based on an array of source valuesINDIRECT9
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
fs-extra • 0.26.7fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT15
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
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
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
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
hypercore-crypto • 1.0.0The crypto primitives used in hypercore, extracted into a separate moduleINDIRECT18
hypercore-protocol • 6.12.0Stream that implements the hypercore protocolINDIRECT28
hypercore • 6.26.0Hypercore is a secure, distributed append-only logINDIRECT60
hypercore • 7.7.1Hypercore is a secure, distributed append-only logINDIRECT60
hyperdrive • 9.16.0Hyperdrive is a secure, real time distributed file systemINDIRECT75
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
immediate • 3.2.3A cross browser microtask libraryINDIRECT0
immediate • 3.3.0A cross browser microtask libraryINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
indexed-tarball • 2.1.0a tarball with constant-time reads and modificationsINDIRECT30
indexed-tarball • 3.1.7a tarball with constant-time reads and modificationsINDIRECT27
inspect-custom-symbol • 1.1.1Use util.inspect.custom without having to browserify util in the browserINDIRECT0
ip • 1.1.9[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)INDIRECT0
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonfile • 2.4.0Easily read/write JSON files.INDIRECT1
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
k-bucket • 3.3.1Kademlia DHT K-bucket implementation as a binary treeINDIRECT4
k-bucket • 4.0.1Kademlia DHT K-bucket implementation as a binary treeINDIRECT3
k-rpc-socket • 1.11.1Low level implementation of the k-rpc network layer that the BitTorrent DHT usesINDIRECT6
k-rpc • 4.3.1Low-level implementation of the k-rpc protocol used the BitTorrent DHT.INDIRECT11
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
klaw • 1.3.1File system walker with Readable stream interface.INDIRECT1
last-one-wins • 1.0.4Make sure the last sync call to an async function is executed after all previous ones have finishedINDIRECT0
length-prefixed-message • 3.0.4Reads and writes binary length prefixed messages. INDIRECT1
length-prefixed-stream • 1.6.0Streaming length prefixed buffersINDIRECT10
level-codec • 9.0.2Encode keys, values and range options, with built-in or custom encodingsINDIRECT3
level-concat-iterator • 2.0.1Concatenate items from an iterator into an array.INDIRECT0
level-errors • 2.0.1Error types for levelupINDIRECT2
level-iterator-stream • 4.0.2Turn an abstract-leveldown iterator into a readable streamINDIRECT6
level-js • 4.0.2An abstract-leveldown compliant store on top of IndexedDBINDIRECT8
level-option-wrap • 1.1.0wrap `opts.{{g,l}{t,e,te},start,end}` arguments with functionsINDIRECT1
level-packager • 5.1.1LevelUP package helper for distributing with a LevelDOWN-compatible back-endINDIRECT22
level-supports • 1.0.1Create a manifest describing the abilities of a levelup or abstract-leveldown dbINDIRECT1
level • 5.0.1Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)INDIRECT33
leveldown • 5.6.0A low-level Node.js LevelDB bindingINDIRECT10
levelup • 4.4.0Fast & simple storage - a Node.js-style LevelDB wrapperINDIRECT18
localcast • 2.0.1A shared event emitter that works across multiple processes on the same machine, including the browser!INDIRECT25
lodash.flattendeep • 4.4.0The lodash method `_.flattenDeep` exported as a module.INDIRECT0
lodash.pick • 4.4.0The lodash method `_.pick` exported as a module.INDIRECT0
lru • 2.0.1A simple O(1) LRU cacheINDIRECT1
lru • 3.1.0A simple O(1) LRU cacheINDIRECT1
ltgt • 2.2.1implement correct ranges for level-*INDIRECT0
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
memory-pager • 1.5.0Access memory using small fixed sized buffersINDIRECT0
merkle-tree-stream • 3.0.3A stream that generates a merkle tree based on the incoming data.INDIRECT9
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mkpath • 0.1.0Make all directories in a path, like mkdir -pINDIRECT0
mksnapshot • 0.3.5Create snapshot file for ElectronINDIRECT78
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multicast-dns • 7.2.5Low level multicast-dns implementation in pure javascriptINDIRECT3
multistream • 2.1.1A stream that emits multiple other streams one after another (streams2)INDIRECT8
mutexify • 1.4.0mutex lock for javascriptINDIRECT1
nan • 2.20.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 compatibilityINDIRECT0
nanoguard • 1.3.0Small module that allows you to guard a call to a function.INDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
napi-macros • 2.0.0Set of utility macros to make writing N-API modules a little easier.INDIRECT0
napi-macros • 2.2.2Set of utility macros to make writing N-API modules a little easier.INDIRECT0
network-address • 1.1.2get the local network address of your machineINDIRECT0
node-gyp-build • 3.9.0Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
node-gyp-build • 4.1.1Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
node-gyp-build • 4.8.2Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
nopt • 1.0.10Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
normalize-path • 2.1.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.INDIRECT1
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
object.values • 1.2.0ES2017 spec-compliant Object.values shim.DIRECT15
opencollective-postinstall • 2.0.3Lightweight npm postinstall message to invite people to donate to your collectiveINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
osm-p2p-syncfile • 3.2.4Replicate OSM data and media using a sneakernet-style sync file.DIRECT256
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
pretty-bytes • 4.0.2Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT0
pretty-hash • 1.0.1Output binary buffers as a nice shortened hex stringINDIRECT0
process-nextick-args • 1.0.7process.nextTick but always with argsINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
progress-string • 1.2.2Get a progess bar as a stringINDIRECT0
protocol-buffers-encodings • 1.2.0Base encodings for protocol-buffersINDIRECT4
prr • 1.0.1A better Object.defineProperty()INDIRECT0
psl • 1.9.0Domain name parser based on the Public Suffix ListINDIRECT0
pull-stream-to-stream • 1.3.4turn a pull-stream into a regular node stream.INDIRECT0
pull-stream • 3.7.0minimal pull streamINDIRECT0
pump • 1.0.3pipe streams together and close all of them if one of them closesINDIRECT3
pump • 3.0.0pipe streams together and close all of them if one of them closesDIRECT3
pumpify • 2.0.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT11
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
queue-tick • 1.0.1Next tick shim that prefers process.nextTick over queueMicrotask for compatINDIRECT0
random-access-file • 2.2.1Continuous reading or writing to a file using random offsets and lengthsINDIRECT5
random-access-memory • 2.4.0Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memoryINDIRECT1
random-access-storage • 1.4.3Easily make random-access-storage instancesINDIRECT3
randombytes • 2.1.0random bytes from browserify stand aloneDIRECT1
reachdown • 1.1.0Get the inner db of an (abstract-)level(up|down) onionINDIRECT0
read-only-stream • 2.0.0wrap a readable/writable stream to be read-onlyINDIRECT8
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
readdirp • 2.2.1Recursive version of fs.readdir with streaming api.INDIRECT89
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
run-series • 1.1.9Run an array of functions in seriesINDIRECT0
rusha • 0.8.14A high-performance pure-javascript SHA1 implementation suitable for large binary data.INDIRECT0
rwlock • 5.0.0A read/write lock implementation for Node.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
signed-varint • 2.0.1efficiently store signed integers in varintINDIRECT1
simple-sha1 • 2.1.2A simple api for generating sha1 hashes in node and the browser.INDIRECT1
siphash24 • 1.3.1SipHash (2-4) implemented in pure Javascript and WebAssemblyINDIRECT1
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
sodium-javascript • 0.5.6WIP - a pure javascript version of sodium-nativeINDIRECT7
sodium-native • 2.4.9Low level bindings for libsodiumINDIRECT3
sodium-universal • 2.0.0Universal wrapper for sodium-javascript and sodium-native working in Node.js and the BrowserINDIRECT12
sorted-indexof • 1.0.0Given two sorted arrays, a and b, efficiently return an array of indexes of b's elements in a.INDIRECT0
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
sparse-bitfield • 3.0.3Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive bufferINDIRECT1
speedometer • 1.1.0simple speed measurement in javascriptINDIRECT0
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
status-logger • 3.1.1print updating progress to console and stdoutINDIRECT19
statuses • 1.5.0HTTP status utilityDIRECT0
stream-collector • 1.0.1Buffer data from a stream into an array if a callback is providedINDIRECT2
stream-each • 1.2.3Iterate all the data in a streamINDIRECT4
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
subleveldown • 4.1.4Split a levelup database into sublevels with their own keyspace, encoding and eventsINDIRECT25
tar-stream • 1.6.2tar-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.INDIRECT19
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseDIRECT5
thunky • 0.1.0delay the evaluation of a paramless async function and cache the resultINDIRECT0
thunky • 1.1.0delay the evaluation of a paramless async function and cache the resultINDIRECT0
tmp • 0.0.28Temporary file and directory creatorINDIRECT1
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
to-buffer • 1.1.1Pass in a string, get a buffer back. Pass in a buffer, get the same buffer backINDIRECT0
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
uint64be • 2.0.2Encode / decode big endian unsigned 64 bit integersINDIRECT3
ultron • 1.0.2Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary designINDIRECT0
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
uniq • 1.0.1Removes duplicates from a sorted array in placeINDIRECT0
unixify • 1.0.0Convert Windows file paths to unix paths.INDIRECT2
unordered-array-remove • 1.0.2Efficiently remove an element from an unordered array without doing a spliceINDIRECT0
unordered-set • 1.1.0A couple of functions that make it easy to maintain an unordered set as an array in an efficient wayINDIRECT0
unordered-set • 2.0.1A couple of functions that make it easy to maintain an unordered set as an array in an efficient wayINDIRECT0
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
utp-native • 1.7.3Native bindings for libutpINDIRECT10
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
varint • 3.0.1protobuf-style varint bytes - use msb to create integer values of varying sizesINDIRECT0
varint • 4.0.1protobuf-style varint bytes - use msb to create integer values of varying sizesINDIRECT0
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
verror • 1.10.0richer JavaScript errorsINDIRECT3
wrap-ansi • 3.0.1Wordwrap a string with ANSI escape codesINDIRECT4
ws • 1.1.5Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT2
xsalsa20 • 1.2.0XSalsa20 implemented in Javascript and WebAssemblyINDIRECT0
xtend • 4.0.2extend like a bossDIRECT0
ISC33
PackageRelationDependenciesPublished
@digidem/fs-write-stream-atomic • 1.1.0Like `fs.createWriteStream(...)`, but atomic.INDIRECT8
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
blake2b • 2.1.4Blake2b (64-bit version) in pure JavascriptINDIRECT3
blob-store-replication-stream • 1.3.3replicate two abstract-blob-store compatible stores togetherDIRECT25
discovery-channel • 5.5.1discover peers that have hashes using various kewl methodsINDIRECT51
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 6.0.4a little globberINDIRECT9
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
handshake-stream • 3.0.5wrap a duplex stream in a user-defined two way handshakeDIRECT15
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
hyperdiscovery • 6.0.4Join the p2p swarm for hypercore and hyperdrive feeds.INDIRECT63
indexed-tarball-blob-store • 1.2.0blob store implementation for indexed-tarballINDIRECT31
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()DIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
kappa-core • 3.0.2Minimal peer-to-peer database, based on kappa architecture.INDIRECT71
kappa-osm • 3.1.1Peer-to-peer OpenStreetMap database over a kappa architecture.INDIRECT61
kappa-view • 3.1.0make views over kappa-core with leveldbINDIRECT30
lru-cache • 2.7.3A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
multifeed-index • 3.4.2build an index over a set of hypercoresINDIRECT2
multifeed • 3.0.8multi-writer hypercoreINDIRECT41
nanoassert • 1.1.0Nanoscale assertion moduleINDIRECT0
nanoassert • 2.0.0Nanoscale assertion moduleINDIRECT0
nopt • 3.0.6Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
once • 1.4.0Run a function exactly one timeINDIRECT1
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
safe-fs-blob-store • 1.0.6fs-blob-store with atomic writes and deals with windows fs edge casesINDIRECT26
touch • 0.0.3like touch(1) in nodeINDIRECT2
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-2-Clause7
PackageRelationDependenciesPublished
abstract-blob-store • 3.3.5A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms.INDIRECT13
connections • 1.4.2Keeps track of connections to an http server and provides a way to close connectionsINDIRECT0
folder-walker • 3.2.0A recursive stream of the files and directories in a given folderINDIRECT9
hyperhealth • 2.0.0Monitor the health of a hyperdrive feed, including peer mirror percentages.DIRECT151
multiplex • 6.7.0A binary stream multiplexer. Stream multiple streams of binary data over a single binary stream.DIRECT15
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
websocket-stream • 3.3.3Use websockets with the node streams API. Works in browser and nodeINDIRECT18
non-standard7
PackageRelationDependenciesPublished
bkd-tree • 1.2.1[bkd tree][bkd] implementation using [random-access][] storageINDIRECT4
bounding-box-overlap-test • 1.0.0test if two n-dimensional bounding boxes overlapINDIRECT0
comparable-storable-types • 1.0.0read, write, and compare binary typesINDIRECT1
osm-p2p • 4.0.2high-level p2p open street map database for node and the browserINDIRECT132
unordered-materialized-backrefs • 1.0.1materialized view to calculate back-references for unordered log messagesINDIRECT0
unordered-materialized-bkd • 1.1.1materialized view spatial tree based on unordered log messagesINDIRECT5
unordered-materialized-kv • 1.3.0materialized view key/id store based on unordered log messagesINDIRECT2
unknown7
PackageRelationDependenciesPublished
body • 0.1.0Body parsingINDIRECT3
buffers • 0.1.1Treat a collection of Buffers as a single contiguous partially mutable Buffer.INDIRECT0
content-types • 0.1.0handle multiple content typesINDIRECT2
corsify • 2.1.0CORS up a route handlerINDIRECT5
http-methods • 0.1.0Handle multiple methods elegantlyINDIRECT4
iterators • 0.1.0iterate over collections in sync & asyncINDIRECT1
options • 0.0.6A very light-weight in-code option parsers for node.js.INDIRECT0
Apache-2.07
PackageRelationDependenciesPublished
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
b4a • 1.6.6Bridging the gap between buffers and typed arraysINDIRECT0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT46
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
BSD-3-Clause6
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
datland-swarm-defaults • 1.0.2Dat Defaults for Discovery SwarmINDIRECT1
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
MIT OR X113
PackageRelationDependenciesPublished
ap • 0.1.0Currying in javascript. Like .bind() without also setting `this`.INDIRECT0
chainsaw • 0.1.0Build chainable fluent interfaces the easy way... with a freakin' chainsaw!INDIRECT1
traverse • 0.3.9Traverse and transform objects by visiting every node on a recursive walkINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
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 6.0.1 version:

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