licenses.dev

osm-p2p-syncfile v5.1.2

Replicate OSM data and media using a sneakernet-style sync file.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT212
PackageRelationDependenciesPublished
@digidem/atomic-fs-blob-store • 5.3.1blob store that stores blobs on the local file system (like fs-blob-store but atomic)INDIRECT20
abstract-extension • 3.1.1Small abstraction to help build out user defined extension messages in an RPC systemINDIRECT1
abstract-leveldown • 6.2.3An abstract prototype matching the LevelDOWN APIINDIRECT7
abstract-leveldown • 6.3.0An abstract prototype matching the LevelDOWN APIINDIRECT7
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-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
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
atomic-batcher • 1.0.2A simple batching function that allows you to atomically batch a series of operations.INDIRECT0
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
bitfield-rle • 2.2.1A run-length-encoder that compresses bitfields.INDIRECT2
bl • 1.2.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
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-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
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
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
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.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
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
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
deferred-leveldown • 5.3.0For handling delayed-open on LevelDOWN compatible librariesINDIRECT9
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
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
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.INDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
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
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
fast-bitfield • 1.2.2Variable sized bitfield that allows you to quickly iterate over bitsINDIRECT1
fast-fifo • 1.3.2A fast fifo implementation similar to the one powering nextTick in Node.js coreINDIRECT0
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.12.1A 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
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
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.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
hypercore-cache • 1.0.2A caching module for Hypercore tree nodes and blocks INDIRECT0
hypercore-crypto • 1.0.0The crypto primitives used in hypercore, extracted into a separate moduleINDIRECT18
hypercore-protocol • 7.10.0Stream that implements the hypercore protocolINDIRECT42
hypercore • 8.14.0Hypercore is a secure, distributed append-only logINDIRECT73
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
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 modificationsINDIRECT29
indexed-tarball • 3.1.7a tarball with constant-time reads and modificationsDIRECT26
inspect-custom-symbol • 1.1.1Use util.inspect.custom without having to browserify util in the browserINDIRECT0
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-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-options • 1.0.2Easily check if input is an options mapINDIRECT1
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
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
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
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-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 • 5.0.2An abstract-leveldown compliant store on top of IndexedDBINDIRECT10
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 • 6.0.1Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)INDIRECT28
leveldown • 5.6.0A low-level Node.js LevelDB bindingINDIRECT10
levelup • 4.4.0Fast & simple storage - a Node.js-style LevelDB wrapperINDIRECT18
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
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`DIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
mutexify • 1.4.0mutex lock for javascriptINDIRECT1
nan • 2.22.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 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
nanoresource • 1.3.0Small module that helps you maintain state around resourcesINDIRECT1
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
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
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
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
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
pretty-hash • 1.0.1Output binary buffers as a nice shortened hex stringINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
protocol-buffers-encodings • 1.2.0Base encodings for protocol-buffersINDIRECT4
prr • 1.0.1A better Object.defineProperty()INDIRECT0
pull-stream-to-stream • 1.3.4turn a pull-stream into a regular node stream.INDIRECT0
pull-stream • 3.7.0minimal pull streamINDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 2.0.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT11
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 • 3.1.4Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memoryINDIRECT6
random-access-storage • 1.4.3Easily make random-access-storage instancesINDIRECT3
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
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 • 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.DIRECT89
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
rwlock • 5.0.0A read/write lock implementation for Node.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
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-hypercore-protocol • 1.5.0Hypercore protocol state machineINDIRECT22
simple-message-channels • 1.2.1Simple streamable state machine that implements a useful channel, message-type, message patternINDIRECT1
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
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
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
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
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
streamx • 2.20.1An iteration of the Node.js core streams with a series of improvementsINDIRECT4
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
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.DIRECT18
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseDIRECT9
through2 • 3.0.2A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noiseINDIRECT9
timeout-refresh • 1.0.3Efficiently refresh a timerINDIRECT0
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 • 0.0.6TypedArray polyfill for old browsersINDIRECT0
uint64be • 2.0.2Encode / decode big endian unsigned 64 bit integersINDIRECT3
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
unordered-array-remove • 1.0.2Efficiently remove an element from an unordered array without doing a spliceINDIRECT0
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
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
xsalsa20 • 1.2.0XSalsa20 implemented in Javascript and WebAssemblyINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
ISC26
PackageRelationDependenciesPublished
@digidem/fs-write-stream-atomic • 1.1.0Like `fs.createWriteStream(...)`, but atomic.INDIRECT11
blake2b • 2.1.4Blake2b (64-bit version) in pure JavascriptINDIRECT3
blob-store-replication-stream • 1.3.3replicate two abstract-blob-store compatible stores togetherDIRECT25
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
hmac-blake2b • 0.2.0HMAC backed by BLAKE2bINDIRECT13
indexed-tarball-blob-store • 1.2.0blob store implementation for indexed-tarballDIRECT30
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
kappa-core • 6.0.0Minimal peer-to-peer database, based on kappa architecture.INDIRECT82
kappa-osm • 4.1.0Peer-to-peer OpenStreetMap database over a kappa architecture.INDIRECT56
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 • 5.2.4multi-writer hypercoreDIRECT80
nanoassert • 1.1.0Nanoscale assertion moduleINDIRECT0
nanoassert • 2.0.0Nanoscale assertion moduleINDIRECT0
noise-protocol • 1.0.0Javascript implementation of the Noise Protocol Framework based on libsodiumINDIRECT15
once • 1.4.0Run a function exactly one timeDIRECT1
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)DIRECT11
safe-fs-blob-store • 1.0.6fs-blob-store with atomic writes and deals with windows fs edge casesDIRECT23
simple-handshake • 1.3.1Simple Noise handshake state machineINDIRECT16
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
non-standard6
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
osm-p2p • 6.0.0high-level p2p open street map database for node and the browserDIRECT136
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
Apache-2.03
PackageRelationDependenciesPublished
b4a • 1.6.7Bridging the gap between buffers and typed arraysINDIRECT0
bare-events • 2.5.0Event emitters for JavaScriptINDIRECT0
text-decoder • 1.2.1Streaming text decoder that preserves multibyte Unicode charactersINDIRECT0
BSD-2-Clause2
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
folder-walker • 3.2.0A recursive stream of the files and directories in a given folderINDIRECT9
BSD-3-Clause2
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/osm-p2p-syncfile)](https://licenses.dev/npm/osm-p2p-syncfile)
<a href="https://licenses.dev/npm/osm-p2p-syncfile">
  <img src="https://licenses.dev/b/npm/osm-p2p-syncfile" alt="licenses" />
</a>

Or the licenses badge code for the 5.1.2 version:

[![licenses](https://licenses.dev/b/npm/osm-p2p-syncfile/5.1.2)](https://licenses.dev/npm/osm-p2p-syncfile/5.1.2)
<a href="https://licenses.dev/npm/osm-p2p-syncfile/5.1.2">
  <img src="https://licenses.dev/b/npm/osm-p2p-syncfile/5.1.2" alt="licenses" />
</a>
GitHub