licenses.dev

hypercore-protocol v5.1.3

Stream that implements the hypercore protocol

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT97
PackageRelationDependenciesPublished
acorn • 7.4.1ECMAScript parserINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
brfs • 1.6.1browserify fs.readFileSync() static asset inlinerDIRECT51
buffer-alloc-unsafe • 1.1.0A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.INDIRECT0
buffer-equal • 0.0.1return whether two buffers are equalINDIRECT0
buffer-equals • 1.0.4Node.js 0.12 buffer.equals() ponyfillDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
cipher-base • 1.0.6abstract base class for crypto-streamsINDIRECT2
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
create-hash • 1.2.0create hashes for browserifyINDIRECT38
create-hmac • 1.1.7node style hmacs in the browserDIRECT39
debug • 2.6.9small debugging utilityDIRECT1
deep-is • 0.1.4node's assert.deepEqual algorithm except for NaN being equal to NaNINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.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 inputDIRECT12
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
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.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
falafel • 2.2.5transform the ast on a recursive walkINDIRECT2
fast-levenshtein • 2.0.6Efficient implementation of Levenshtein algorithm with locale-specific collator support.INDIRECT0
for-each • 0.3.5A better forEachINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
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
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
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 • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
hash-base • 3.1.0abstract base class for hash-streamsINDIRECT6
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
increment-buffer • 1.0.1increment a buffer (with carry)DIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-property • 1.0.2Tests if a JSON property can be accessed using . syntaxINDIRECT0
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.INDIRECT23
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
length-prefixed-stream • 1.6.0Streaming length prefixed buffersDIRECT10
levn • 0.3.0Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexibleINDIRECT2
magic-string • 0.22.5Modify strings, generate sourcemapsINDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT7
merge-source-map • 1.0.4Merge old source map and new source map in multi-transform flowINDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
nan • 2.23.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 24 compatibilityINDIRECT0
node-gyp-build • 3.9.0Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
object-inspect • 1.4.1string representations of objects in node and the browserINDIRECT0
optionator • 0.8.3option parsing and help generationINDIRECT6
passthrough-encoding • 1.2.0An encoder that encodes buffers/strings to a buffer and is abstract-encoding compatibleDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
prelude-ls • 1.1.2prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.INDIRECT0
pretty-hash • 1.0.1Output binary buffers as a nice shortened hex stringDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
protocol-buffers-schema • 3.6.0No nonsense protocol buffers schema parser written in JavascriptINDIRECT0
protocol-buffers • 3.2.1Protocol Buffers for Node.jsDIRECT58
quote-stream • 1.0.2transform a stream into a quoted stringINDIRECT12
randombytes • 2.1.0random bytes from browserify stand aloneDIRECT1
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
shallow-copy • 0.0.1make a shallow copy of an object or arrayINDIRECT0
signed-varint • 2.0.1efficiently store signed integers in varintINDIRECT1
sodium-encryption • 1.2.3Sodium encryption that works in node and in the browserDIRECT4
sodium-native • 1.10.3Low level bindings for libsodiumINDIRECT2
static-eval • 2.1.1evaluate statically-analyzable expressionsINDIRECT5
static-module • 2.2.5convert module usage to inline expressionsINDIRECT44
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
to-buffer • 1.2.1Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.INDIRECT27
type-check • 0.3.2type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.INDIRECT1
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT24
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
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 sizesDIRECT0
varint • 5.0.2protobuf-style varint bytes - use msb to create integer values of varying sizesINDIRECT0
vlq • 0.2.3Generate, and decode, base64 VLQ mappings for source maps and other usesINDIRECT0
which-typed-array • 1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
word-wrap • 1.2.5Wrap words to a specified length.INDIRECT0
xtend • 4.0.2extend like a bossDIRECT0
BSD-2-Clause7
PackageRelationDependenciesPublished
escodegen • 1.9.1ECMAScript code generatorINDIRECT11
escodegen • 2.1.0ECMAScript code generatorINDIRECT4
esprima • 3.1.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
estraverse • 4.3.0ECMAScript JS AST traversal functionsINDIRECT0
estraverse • 5.3.0ECMAScript JS AST traversal functionsINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
ISC3
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()DIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause3
PackageRelationDependenciesPublished
duplexer2 • 0.1.4Like duplexer but using streams3INDIRECT8
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.12Streamable SHA hashes in pure javascriptINDIRECT29
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/hypercore-protocol)](https://licenses.dev/npm/hypercore-protocol)
<a href="https://licenses.dev/npm/hypercore-protocol">
  <img src="https://licenses.dev/b/npm/hypercore-protocol" alt="licenses" />
</a>

Or the licenses badge code for the 5.1.3 version:

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