licenses.dev

staticpeer-api v0.0.1

static, remote peers for dat archives

Published on

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT445
PackageRelationDependenciesPublished
@leichtgewicht/ip-codec • 2.0.5Small package to encode or decode IP addresses from buffers to strings.INDIRECT0
@types/events • 3.0.3TypeScript definitions for eventsINDIRECT0
@types/node • 25.9.1TypeScript definitions for nodeINDIRECT1
@types/pino • 4.16.1TypeScript definitions for pinoINDIRECT3
abstract-leveldown • 2.6.3An abstract prototype matching the LevelDOWN APIINDIRECT1
abstract-leveldown • 2.7.2An abstract prototype matching the LevelDOWN APIINDIRECT1
abstract-leveldown • 5.0.0An abstract prototype matching the LevelDOWN APIINDIRECT1
abstract-logging • 1.0.0A noop logger that conforms to the Log4j interface for modules to stub out internal loggingINDIRECT0
addressparser • 1.0.1Parse e-mail addressesINDIRECT0
ajv • 6.15.0Another JSON Schema ValidatorINDIRECT5
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
append-tree • 2.4.4Model a tree structure on top of an append-only log.INDIRECT19
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 2.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.INDIRECT1
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
arr-unique • 1.0.2Get unique values of an array. Really, like deeply unique.INDIRECT31
array-lru • 1.1.1A really fast LRU cache for array items (numeric keys)INDIRECT0
array-unique • 0.2.1Return an array free of duplicate values. Fastest ES5 implementation.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
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
atomic-batcher • 1.0.2A simple batching function that allows you to atomically batch a series of operations.INDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
avvio • 5.9.0Asynchronous bootstrapping of Node applicationsINDIRECT4
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 • 0.0.2Base64 encoding/decoding in pure JSINDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bencode • 1.0.0Bencode de/encoderINDIRECT1
bencode • 2.0.3Bencode de/encoderINDIRECT0
bindings • 1.2.1Helper module for loading your native module's .node fileINDIRECT0
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!INDIRECT8
blake2b-wasm • 2.4.0Blake2b implemented in WASMINDIRECT2
bops • 0.1.1buffer operationsINDIRECT2
braces • 1.8.5Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.INDIRECT14
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
buildmail • 4.0.1buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.INDIRECT8
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
bytewise • 0.7.1Binary serialization which sorts bytewise for arbirarily complex data structuresINDIRECT3
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionINDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
call-me-maybe • 1.0.2Let your JS API users either give you a callback or receive a promiseINDIRECT0
chalk • 2.4.2Terminal string styling done rightINDIRECT6
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
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-deep • 0.3.0Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT12
clone • 0.1.19deep cloning of objects and arraysINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
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
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
component-emitter • 1.3.1Event emitterINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
cookie • 0.4.2HTTP server cookie parsing and serializationINDIRECT0
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
cuid • 2.1.8Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.INDIRECT0
dat-dns • 3.2.1Issue DNS lookups for Dat archives using HTTPS requests to the target host.DIRECT14
dat-swarm-defaults • 1.0.3Dat Defaults for Discovery SwarmINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT30
deep-extend • 0.6.0Recursive object extendingINDIRECT0
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
deferred-leveldown • 1.2.2For handling delayed-open on LevelDOWN compatible librariesINDIRECT2
deferred-leveldown • 4.0.2For handling delayed-open on LevelDOWN compatible librariesINDIRECT3
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
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
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
discovery-swarm • 4.4.2A network swarm that uses discovery-channel to find peersINDIRECT89
discovery-swarm • 5.1.4A network swarm that uses discovery-channel to find peersINDIRECT89
dns-discovery • 6.2.3Discovery peers in a distributed system using regular dns and multicast dns.INDIRECT28
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
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
each-async • 1.1.1Async concurrent iterator (async forEach)INDIRECT2
encoding-down • 5.0.4LevelDOWN wrapper supporting levelup@1 encodingsINDIRECT10
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
expand-brackets • 0.1.5Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT1
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
expand-range • 1.8.2Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.INDIRECT12
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 • 0.3.2Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.INDIRECT1
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-decode-uri-component • 1.0.1Fast and safe decodeURIComponentINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-future • 1.0.2A really fast way to run a callback in the futureINDIRECT0
fast-json-parse • 1.0.3Parse json safely and at max speedINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fast-json-stringify • 1.21.0Stringify your JSON at max speedINDIRECT8
fast-safe-stringify • 1.2.3Safely and quickly serialize JavaScript objectsINDIRECT0
fastify • 1.14.6Fast and low overhead web framework, for Node.jsDIRECT64
fd-lock • 1.2.0Advisory cross-platform lock on a file using a file descriptor to it.INDIRECT2
filename-regex • 2.0.1Regular expression for matching file names, with or without extension.INDIRECT0
fill-range • 2.2.4Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.INDIRECT11
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
filter-object • 3.0.0Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.INDIRECT153
filter-values • 0.4.1Filter an object values using glob patterns or with a `callback` function returns true. INDIRECT70
find-my-way • 1.18.1Crazy fast http radix based routerINDIRECT4
flat-tree • 1.13.0A series of functions to map a binary tree to a listINDIRECT0
flatstr • 1.0.12Flattens the underlying C structures of a concatenated JavaScript stringINDIRECT0
for-each • 0.3.5A better forEachINDIRECT1
for-in • 0.1.8Iterate 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
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
for-own • 0.1.5Iterate over the own 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.js.INDIRECT1
for-own • 1.0.0Iterate over the own 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.js.INDIRECT1
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
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
functional-red-black-tree • 1.0.1A fully persistent balanced binary search treeINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
generate-function • 2.3.1Module that helps you write generated functions in NodeINDIRECT1
generate-object-property • 1.2.0Generate safe JS code that can used to reference a object propertyINDIRECT1
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
github-from-package • 0.0.0return the github url from a package.json fileINDIRECT0
glob-base • 0.3.0Returns an object with the (non-glob) base path and the actual pattern.INDIRECT3
glob-object • 1.0.0Filter an object using glob patterns and dot notation.INDIRECT122
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-flag • 3.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.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
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
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hasown • 2.0.3A robust, ES3 compatible, "has own property" predicate.INDIRECT1
httpreq • 1.1.1node-httpreq is a node.js library to do HTTP(S) requests the easy wayINDIRECT0
hypercore-archiver • 4.6.0Easily archive multiple hypercores or hyperdrivesDIRECT161
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
iconv-lite • 0.4.15Convert character encodings in pure javascript.INDIRECT0
immediate • 3.3.0A cross browser microtask libraryINDIRECT0
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
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-accessor-descriptor • 1.0.2Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT17
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT17
is-descriptor • 0.1.8Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.4Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-dotfile • 1.0.3Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.INDIRECT0
is-equal-shallow • 0.1.3Does a shallow comparison of two objects, returning false if the keys or values differ.INDIRECT1
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-extglob • 1.0.0Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-glob • 2.0.1Returns `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-match • 0.4.1Create a matching function from a glob pattern, regex, string, array, object or function.INDIRECT69
is-my-ip-valid • 1.0.1A small lib to validate IP addresses.INDIRECT0
is-my-json-valid • 2.20.6A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast.INDIRECT6
is-number • 2.1.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.INDIRECT0
is-plain-object • 1.0.0Returns true if an object was created by the `Object` constructor.INDIRECT1
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-posix-bracket • 0.1.1Returns true if the given string is a POSIX bracket expression (POSIX character class).INDIRECT0
is-primitive • 2.0.0Returns `true` if the value is a primitive. INDIRECT0
is-property • 1.0.2Tests if a JSON property can be accessed using . syntaxINDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT17
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT26
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
isarray • 2.0.1Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isobject • 0.2.0Returns true if the value is an object and not an array or null.INDIRECT0
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
json-schema-defaults • 0.4.0Generate JSON object from default values in JSON SchemaINDIRECT2
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-stable-stringify • 0.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT1
jsonpointer • 5.0.1Simple JSON Addressing.INDIRECT0
jsonwebtoken • 7.4.3JSON Web Token implementation (symmetric and asymmetric)INDIRECT13
jwa • 1.4.2JWA implementation (supports all JWS algorithms)INDIRECT3
jws • 3.2.3Implementation of JSON Web SignaturesINDIRECT4
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 • 2.0.1Get the native type of a value.INDIRECT1
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
lazy-cache • 0.2.7Cache requires to be lazy-loaded when needed.INDIRECT0
length-prefixed-message • 3.0.4Reads and writes binary length prefixed messages. INDIRECT1
length-prefixed-stream • 1.6.0Streaming length prefixed buffersINDIRECT10
level-codec • 7.0.1Levelup's encoding logicINDIRECT0
level-codec • 9.0.2Encode keys, values and range options, with built-in or custom encodingsINDIRECT3
level-errors • 1.0.5Error types for LevelUPINDIRECT2
level-errors • 2.0.1Error types for levelupINDIRECT2
level-fix-range • 2.0.0make using levelup reverse ranges easyINDIRECT1
level-indexer • 2.0.1Generic indexer for leveldb. Only stores document keys for space efficiency.INDIRECT16
level-iterator-stream • 1.3.1Turn a leveldown iterator into a readable streamINDIRECT9
level-iterator-stream • 3.0.1Turn a leveldown iterator into a readable streamINDIRECT9
level-lock • 1.0.1in-memory advisory read/write locks for leveldb keysINDIRECT0
level-option-wrap • 1.1.0wrap `opts.{{g,l}{t,e,te},start,end}` arguments with functionsINDIRECT1
level-packager • 1.2.1LevelUP package helper for distributing with a LevelDOWN-compatible back-endINDIRECT15
level-party • 3.0.4open a leveldb handle multiple timesDIRECT119
level • 1.7.0Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)INDIRECT106
leveldown • 1.7.2A Node.js LevelDB binding, primary backend for LevelUPINDIRECT94
levelup • 1.3.9Fast & simple storage - a Node.js-style LevelDB wrapperINDIRECT14
levelup • 3.1.1Fast & simple storage - a Node.js-style LevelDB wrapperINDIRECT15
libbase64 • 0.1.0Encode and decode base64 encoded stringsINDIRECT0
libmime • 3.0.0Encode and decode quoted printable and base64 stringsINDIRECT3
libqp • 1.1.0Encode and decode quoted-printable strings according to rfc2045INDIRECT0
lodash.once • 4.1.1The lodash method `_.once` 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
mailcomposer • 4.0.1Compose E-Mail messagesINDIRECT9
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
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
math-random • 1.0.4math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.INDIRECT0
memdb • 1.3.1LevelUp + MemDownINDIRECT21
memdown • 1.4.1An drop-in replacement for LevelDOWN that works in memory onlyINDIRECT7
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 • 2.3.11Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT37
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
middie • 3.2.1Middleware engine for FastifyINDIRECT2
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
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
mixin-object • 2.0.1Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.INDIRECT2
mkdirp-classic • 0.5.3Mirror of mkdirp 0.5.2INDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
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
multileveldown • 2.3.1multilevel implemented using leveldowns with reconnect supportINDIRECT35
multistream • 2.1.1A stream that emits multiple other streams one after another (streams2)INDIRECT8
mutexify • 1.4.0mutex lock for javascriptINDIRECT1
nan • 2.27.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 26 compatibilityINDIRECT0
nan • 2.6.2Native Abstractions for Node.js: C++ header for Node 0.8 -> 7 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.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-abi • 2.30.1Get the Node ABI for a given target and runtime, and vice versa.INDIRECT1
node-gyp-build • 3.9.0Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
node-gyp-build • 4.8.4Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
nodemailer-direct-transport • 3.3.2Direct transport for NodemailerINDIRECT6
nodemailer-fetch • 1.6.0GET HTTP contentsINDIRECT0
nodemailer-shared • 1.1.0Shared methods for the nodemailer stackINDIRECT1
nodemailer-smtp-pool • 2.8.2SMTP transport for NodemailerINDIRECT7
nodemailer-smtp-transport • 2.7.2SMTP transport for NodemailerINDIRECT7
nodemailer-stub-transport • 1.1.0Stub transport for NodemailerINDIRECT0
nodemailer-wellknown • 0.1.10Well known SMTP servicesINDIRECT0
nodemailer • 2.7.2Easy as cake e-mail sending from your Node.js applicationsINDIRECT21
noop-logger • 0.1.1A logger that does exactly nothing.INDIRECT0
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
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
numeric-id-map • 1.1.0Data structure that maps entries to numeric idsINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT21
object-keys • 0.4.0An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shimINDIRECT0
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.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.INDIRECT3
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
onetime • 1.1.0Only call a function onceINDIRECT0
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
parse-glob • 3.0.4Parse a glob pattern into an object of tokens.INDIRECT5
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-to-regexp • 2.4.0Express style path to RegExp utilityINDIRECT0
pino-std-serializers • 2.5.0A collection of standard object serializers for PinoINDIRECT0
pino • 4.17.6super fast, all natural json loggerINDIRECT27
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
prebuild-install • 2.5.3A command line tool for easily install prebuilds for multiple version of node/iojs on a specific platformINDIRECT89
preserve • 0.2.0Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.INDIRECT0
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
protocol-buffers-encodings • 1.2.0Base encodings for protocol-buffersINDIRECT4
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
prr • 1.0.1A better Object.defineProperty()INDIRECT0
pump • 1.0.3pipe streams together and close all of them if one of them closesINDIRECT3
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pump • 3.0.4pipe streams together and close all of them if one of them closesDIRECT3
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
queue-tick • 1.0.1Next tick shim that prefers process.nextTick over queueMicrotask for compatINDIRECT0
quick-format-unescaped • 1.1.2Solves a problem with util.formatINDIRECT1
random-access-file • 1.8.1Continuous reading or writing to a file using random offsets and lengthsINDIRECT7
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
randomatic • 3.1.1Generate randomized strings of a specified length using simple character sequences. The original generate-password.INDIRECT3
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
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
regex-cache • 0.4.4Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.INDIRECT2
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT23
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
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
rfdc • 1.4.1Really Fast Deep CloneINDIRECT0
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
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
semver-store • 0.3.0An extremely fast semver based storeINDIRECT0
set-cookie-parser • 2.7.2Parses set-cookie headers into objectsINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
set-immediate-shim • 1.0.1Simple setImmediate shimINDIRECT0
set-value • 1.0.0Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT7
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
shallow-clone • 0.1.2Make a shallow clone of an object, array or primitive.INDIRECT6
shasum • 1.0.2Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.INDIRECT35
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 • 2.8.2Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.INDIRECT5
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
smart-buffer • 1.1.15A smarter Buffer that keeps track of its own read and write positions while growing endlessly.INDIRECT0
smtp-connection • 2.12.0Connect to SMTP serversINDIRECT5
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
socks • 1.1.9A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)INDIRECT2
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
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-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-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
stringify-keys • 0.3.0Build an array of key paths from an object.INDIRECT2
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
sublevel • 2.4.0sublevels for levelupINDIRECT5
subleveldown • 2.1.0sublevels implemented using leveldownsINDIRECT18
subleveldown • 3.0.1sublevels implemented using leveldownsINDIRECT23
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
tar-fs • 1.16.6filesystem bindings for tar-streamINDIRECT53
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.INDIRECT48
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 0.6.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT6
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
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
to-buffer • 1.2.2Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.INDIRECT30
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
to-utf8 • 0.0.1single-function form of node's Buffer.toString(utf8)INDIRECT0
township-access • 2.0.0An access control module to accompany township-authINDIRECT25
township-auth • 2.0.5authentication libraryINDIRECT82
township-token • 2.2.0create a jwt token from township auth and access dataINDIRECT38
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT27
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
uint64be • 2.0.2Encode / decode big endian unsigned 64 bit integersINDIRECT3
underscore • 1.7.0JavaScript's functional programming helper library.INDIRECT0
undici-types • 7.24.6A stand-alone types package for UndiciINDIRECT0
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
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 • 2.0.3Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
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
which-pm-runs • 1.1.0Detects what package manager executes the processINDIRECT0
which-typed-array • 1.1.20Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT25
xsalsa20 • 1.2.0XSalsa20 implemented in Javascript and WebAssemblyINDIRECT0
xtend • 2.1.2extend like a bossINDIRECT1
xtend • 4.0.2extend like a bossINDIRECT0
ISC29
PackageRelationDependenciesPublished
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 1.1.7Keep track of the overall completion of many disparate processesINDIRECT9
blake2b • 2.1.4Blake2b (64-bit version) in pure JavascriptINDIRECT3
chownr • 1.1.4like `chown -R`INDIRECT0
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
datcat • 1.2.1module to simplify streaming a remote hypercore feed and catting the resultsINDIRECT156
discovery-channel • 5.5.1discover peers that have hashes using various kewl methodsINDIRECT50
fastq • 1.20.1Fast, in memory work queueINDIRECT1
gauge • 2.7.4A terminal based horizontal guageINDIRECT12
glob-parent • 2.0.0Strips glob magic from a string to provide the parent pathINDIRECT2
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
nanoassert • 1.1.0Nanoscale assertion moduleINDIRECT0
nanoassert • 2.0.0Nanoscale assertion moduleINDIRECT0
npmlog • 4.1.2logger for npmINDIRECT24
once • 1.4.0Run a function exactly one timeINDIRECT1
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
semver • 5.4.1The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
split2 • 2.2.0split a Text Stream into a Line Stream, using Stream 3INDIRECT10
string-similarity • 4.0.4Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.INDIRECT0
township-accounts • 4.0.3Node.js library for managing user accounts.INDIRECT103
township-email • 1.0.0Helpers for sending authentication emailsDIRECT24
township-reset-password-token • 1.0.0Manage JWT tokens for resetting passwordsDIRECT68
township • 2.0.0route handlers to use in your REST API to handle user managementDIRECT104
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT6
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause9
PackageRelationDependenciesPublished
buffer-equal-constant-time • 1.0.1Constant-time comparison of BuffersINDIRECT0
hoek • 2.16.3General purpose node utilitiesINDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
joi • 6.10.1Object schema validationINDIRECT4
light-my-request • 3.8.0Fake HTTP injection libraryINDIRECT13
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tiny-lru • 2.0.0Tiny LRU cache for Client or ServerINDIRECT0
topo • 1.1.0Topological sorting with grouping supportINDIRECT1
unknown4
PackageRelationDependenciesPublished
filter-object-stream • 0.0.1filter a read stream.INDIRECT1
httpntlm • 1.6.1httpntlm is a Node.js library to do HTTP NTLM authenticationINDIRECT2
level-model • 3.1.1A higher-level module for creating content models using levelup as db and is-my-json-valid for validationDIRECT211
level-simple-indexes • 2.2.0Create multiple indexes of data stored in a leveldb using level-indexerINDIRECT24
Apache-2.04
PackageRelationDependenciesPublished
b4a • 1.8.1Bridging the gap between buffers and typed arraysINDIRECT0
detect-libc • 1.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
ecdsa-sig-formatter • 1.0.11Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenationINDIRECT1
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
BSD-2-Clause3
PackageRelationDependenciesPublished
connections • 1.4.2Keeps track of connections to an http server and provides a way to close connectionsINDIRECT0
isemail • 1.2.0validate an email address according to RFCs 5321, 5322, and othersINDIRECT0
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
non-standard2
PackageRelationDependenciesPublished
bourne • 1.3.3JSON parse with prototype poisoning protectionINDIRECT0
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
MIT OR X111
PackageRelationDependenciesPublished
ap • 0.2.0Currying in javascript. Like .bind() without also setting `this`.INDIRECT0
WTFPL1
PackageRelationDependenciesPublished
expand-template • 1.1.1Expand placeholders in a template stringINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.12Streamable SHA hashes in pure javascriptINDIRECT32
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/staticpeer-api)](https://licenses.dev/npm/staticpeer-api)
<a href="https://licenses.dev/npm/staticpeer-api">
  <img src="https://licenses.dev/b/npm/staticpeer-api" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.1 version:

[![licenses](https://licenses.dev/b/npm/staticpeer-api/0.0.1)](https://licenses.dev/npm/staticpeer-api/0.0.1)
<a href="https://licenses.dev/npm/staticpeer-api/0.0.1">
  <img src="https://licenses.dev/b/npm/staticpeer-api/0.0.1" alt="licenses" />
</a>
GitHub