licenses.dev

browserify-debuf v12.0.1

browser-side require() the node way

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT134
PackageRelationDependenciesPublished
acorn-walk • 7.2.0ECMAScript (ESTree) AST walkerINDIRECT0
acorn • 5.7.4ECMAScript parserINDIRECT0
acorn • 7.4.1ECMAScript parserINDIRECT0
asn1.js • 4.10.1ASN.1 encoder and decoderINDIRECT3
assert • 1.3.0commonjs assert - node.js api compatibleDIRECT2
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 0.0.8Base64 encoding/decoding in pure JSINDIRECT0
bn.js • 4.12.1Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.1Big number implementation in pure javascriptINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browser-pack • 6.1.0pack node-style source files from a json stream into a browser bundleDIRECT21
browser-resolve • 1.11.3resolve which handles browser field support in package.jsonDIRECT1
browserify-aes • 1.2.0aes, for browserifyINDIRECT10
browserify-cipher • 1.0.1ciphers for the browserINDIRECT14
browserify-des • 1.0.2browserify-des ===INDIRECT5
browserify-rsa • 4.1.1RSA for browserifyINDIRECT3
browserify-zlib • 0.1.4Full zlib module for browserifyDIRECT1
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
buffer-xor • 1.0.3A simple module for bitwise-xor on buffersINDIRECT0
buffer • 3.4.3Node.js Buffer API, for the browserDIRECT3
builtin-status-codes • 3.0.0The map of HTTP status codes from the builtin http moduleINDIRECT0
cached-path-relative • 1.1.0Memoize the results of the path.relative functionINDIRECT0
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
cipher-base • 1.0.6abstract base class for crypto-streamsINDIRECT2
combine-source-map • 0.8.0Add source maps of multiple files, offset them and then combine them into one source mapINDIRECT4
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.5.2writable stream that concatenates strings or binary data and calls a callback with the resultDIRECT8
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
constants-browserify • 1.0.0node's constants module for the browserDIRECT0
convert-source-map • 1.1.3Converts 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-ecdh • 4.0.4createECDH but browserifiableINDIRECT8
create-hash • 1.2.0create hashes for browserifyINDIRECT7
create-hmac • 1.1.7node style hmacs in the browserINDIRECT8
crypto-browserify • 3.12.1implementation of crypto for the browserDIRECT41
defined • 1.0.1return the first argument that is `!== undefined`DIRECT0
deps-sort • 2.0.1sort module-deps output for deterministic browserify bundlesDIRECT17
des.js • 1.1.0DES implementationINDIRECT2
detective • 4.7.1find all require() calls by walking the ASTINDIRECT2
diffie-hellman • 5.0.3pure js diffie-hellmanINDIRECT5
domain-browser • 1.1.7Node'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.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
events • 1.1.1Node's event emitter for all engines.DIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT4
fast-safe-stringify • 2.1.1Safely and quickly serialize JavaScript objectsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.7Get 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-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutDIRECT0
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
htmlescape • 1.1.1Properly escape JSON for usage as an object literal inside of a `<script>` tagDIRECT0
https-browserify • 0.0.1https module compatability for browserifyDIRECT0
inline-source-map • 0.6.3Adds source mappings and base64 encodes them, so they can be inlined in your generated file.INDIRECT1
insert-module-globals • 7.2.1insert implicit module globals into a module-deps streamDIRECT31
is-array • 1.0.1Check if the given value is an ArrayINDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
isarray • 0.0.1Array#isArray for older browsersDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
json-stable-stringify • 0.0.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT1
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
labeled-stream-splicer • 2.0.2stream splicer with labelsDIRECT9
lodash.memoize • 3.0.4The modern build of lodash’s `_.memoize` as a module.INDIRECT0
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
minimist • 1.2.8parse argument optionsINDIRECT0
module-deps • 4.1.1walk the dependency graph to generate json output that can be fed into browser-packDIRECT36
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
os-browserify • 0.1.2os-browserify =============DIRECT0
pako • 0.2.9zlib port to javascript - fast, modularized, with browser supportINDIRECT0
parents • 1.0.1return all the parent directories for a directoryDIRECT1
path-browserify • 0.0.1the path module from node core for browsersDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-platform • 0.11.15Provide access to win32 and posix path operations; sourced directly from upstream Node.jsINDIRECT0
pbkdf2 • 3.1.2This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT9
process-nextick-args • 1.0.7process.nextTick but always with argsINDIRECT0
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 & privateDecryptINDIRECT20
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
read-only-stream • 2.0.0wrap a readable/writable stream to be read-onlyDIRECT8
readable-stream • 2.0.6Streams3, a user-land copy of the stream library from Node.jsINDIRECT6
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsDIRECT7
resolve • 1.1.7resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyDIRECT5
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
shasum • 1.0.2Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.DIRECT5
shell-quote • 1.8.2quote and parse shell commandsDIRECT0
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
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
stream-browserify • 2.0.2the stream module from node core for browsersDIRECT8
stream-combiner2 • 1.1.1This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.INDIRECT9
stream-http • 2.8.3Streaming http in the browserDIRECT11
stream-splicer • 2.0.1streaming pipeline with a mutable configurationINDIRECT8
string_decoder • 0.10.31The string_decoder module from Node coreDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
subarg • 1.0.0parse arguments with recursive contextsDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
syntax-error • 1.4.0detect and report syntax errors in source code stringsDIRECT4
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseDIRECT9
timers-browserify • 1.4.2timers module for browserifyDIRECT1
to-arraybuffer • 1.0.1Get an ArrayBuffer from a Buffer as fast as possibleINDIRECT0
tty-browserify • 0.0.1the tty module from node core for browsersDIRECT0
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
typedarray • 0.0.7TypedArray polyfill for old browsersINDIRECT0
umd • 3.0.3Universal Module Definition for use in automated build systemsINDIRECT0
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.10.3Node.JS util moduleINDIRECT1
util • 0.10.4Node.JS util moduleDIRECT1
vm-browserify • 0.0.4vm module for the browserDIRECT1
xtend • 4.0.2extend like a bossDIRECT0
ISC11
PackageRelationDependenciesPublished
browserify-sign • 4.2.3adds node crypto signing for browsersINDIRECT32
glob • 5.0.15a little globberDIRECT9
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.1Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()DIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
parse-asn1 • 5.1.7utility library for parsing asn1 files for use with browserify-sign.INDIRECT16
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Apache-2.05
PackageRelationDependenciesPublished
acorn-node • 1.8.2the acorn javascript parser, preloaded with plugins for syntax parity with recent node versionsINDIRECT3
dash-ast • 1.0.0walk an AST, quicklyINDIRECT0
get-assigned-identifiers • 1.2.0get a list of identifiers that are initialised by a JavaScript AST node.INDIRECT0
shasum-object • 1.0.0get the shasum of a buffer or objectINDIRECT1
undeclared-identifiers • 1.1.3find undeclared identifiers and property accesses in a javascript file.INDIRECT7
BSD-3-Clause4
PackageRelationDependenciesPublished
duplexer2 • 0.1.4Like duplexer but using streams3DIRECT8
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
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
unknown3
PackageRelationDependenciesPublished
console-browserify • 1.2.0Emulate console for all the browsersDIRECT0
indexof • 0.0.1Microsoft sucksINDIRECT0
querystring-es3 • 0.2.1Node's querystring module for all engines. (ES3 compat fork)DIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)DIRECT2
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.11Streamable SHA hashes in pure javascriptINDIRECT2
non-standard1
PackageRelationDependenciesPublished
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 12.0.1 version:

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