licenses.dev

node-stdlib-browser v1.3.1

Node standard library for browser.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT119
PackageRelationDependenciesPublished
asn1.js • 4.10.1ASN.1 encoder and decoderINDIRECT3
assert • 2.1.0The assert module from Node.js, for the browser.DIRECT35
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bn.js • 4.12.2Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.2Big number implementation in pure javascriptINDIRECT0
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browser-resolve • 2.0.0resolve which handles browser field support in package.jsonDIRECT6
browserify-aes • 1.2.0aes, for browserifyINDIRECT37
browserify-cipher • 1.0.1ciphers for the browserINDIRECT41
browserify-des • 1.0.2browserify-des ===INDIRECT5
browserify-rsa • 4.1.1RSA for browserifyINDIRECT3
browserify-zlib • 0.2.0Full zlib module for the browserDIRECT1
buffer-xor • 1.0.3A simple module for bitwise-xor on buffersINDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserDIRECT2
builtin-status-codes • 3.0.0The map of HTTP status codes from the builtin http moduleINDIRECT0
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
constants-browserify • 1.0.0node's constants module for the browserDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
create-ecdh • 4.0.4createECDH but browserifiableINDIRECT8
create-hash • 1.1.3create hashes for browserifyINDIRECT33
create-hash • 1.2.0create hashes for browserifyINDIRECT34
create-hmac • 1.1.7node style hmacs in the browserINDIRECT35
create-require • 1.1.1Polyfill for Node.js module.createRequire (<= v12.2.0)DIRECT0
crypto-browserify • 3.12.1implementation of crypto for the browserDIRECT71
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
des.js • 1.1.0DES implementationINDIRECT2
diffie-hellman • 5.0.3pure js diffie-hellmanINDIRECT5
domain-browser • 4.22.0Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.DIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
elliptic • 6.6.1EC cryptographyINDIRECT7
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
events • 3.3.0Node's event emitter for all engines.DIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT4
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
for-each • 0.3.5A better forEachINDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
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
hash-base • 2.0.2abstract base class for hash-streamsINDIRECT1
hash-base • 3.0.5abstract base class for hash-streamsINDIRECT2
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
https-browserify • 1.0.0https module compatability for browserifyDIRECT0
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
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-generator-function • 1.1.0Determine if a function is a native generator function.INDIRECT16
is-nan • 1.3.2ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.INDIRECT18
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
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
isomorphic-timers-promises • 1.0.1`timers/promises` for client and server.DIRECT0
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT3
miller-rabin • 4.0.1Miller Rabin algorithm for primality testINDIRECT2
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT19
os-browserify • 0.3.0The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers.DIRECT0
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
path-browserify • 1.0.1the path module from node core for browsersDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
pbkdf2 • 3.1.3This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT39
pkg-dir • 5.0.0Find the root directory of a Node.js project or npm packageDIRECT6
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.11.10process information for node.js and browsersDIRECT0
public-encrypt • 4.0.3browserify version of publicEncrypt & privateDecryptINDIRECT50
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.DIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
randomfill • 1.0.4random fill from browserify stand aloneINDIRECT2
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.jsDIRECT4
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
ripemd160 • 2.0.1Compute ripemd160 of bytes or strings.INDIRECT2
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT3
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
side-channel-list • 1.0.0Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
stream-browserify • 3.0.0the stream module from node core for browsersDIRECT5
stream-http • 3.2.0Streaming http in the browserDIRECT7
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
timers-browserify • 2.0.12timers module for browserifyDIRECT1
to-buffer • 1.2.1Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.INDIRECT27
tty-browserify • 0.0.1the tty module from node core for browsersDIRECT0
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT24
url • 0.11.4The core `url` packaged standalone for use with Browserify.DIRECT20
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.12.5Node.js's util module for all enginesDIRECT29
vm-browserify • 1.1.2vm module for the browserDIRECT0
which-typed-array • 1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
xtend • 4.0.2extend like a bossINDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC4
PackageRelationDependenciesPublished
browserify-sign • 4.2.3adds node crypto signing for browsersINDIRECT62
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
parse-asn1 • 5.1.7utility library for parsing asn1 files for use with browserify-sign.INDIRECT46
unknown2
PackageRelationDependenciesPublished
console-browserify • 1.2.0Emulate console for all the browsersDIRECT0
querystring-es3 • 0.2.1Node's querystring module for all engines. (ES3 compat fork)DIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.12Streamable SHA hashes in pure javascriptINDIRECT29
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/node-stdlib-browser)](https://licenses.dev/npm/node-stdlib-browser)
<a href="https://licenses.dev/npm/node-stdlib-browser">
  <img src="https://licenses.dev/b/npm/node-stdlib-browser" alt="licenses" />
</a>

Or the licenses badge code for the 1.3.1 version:

[![licenses](https://licenses.dev/b/npm/node-stdlib-browser/1.3.1)](https://licenses.dev/npm/node-stdlib-browser/1.3.1)
<a href="https://licenses.dev/npm/node-stdlib-browser/1.3.1">
  <img src="https://licenses.dev/b/npm/node-stdlib-browser/1.3.1" alt="licenses" />
</a>
GitHub