Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

**Summary:** `module-deps` walks a JavaScript project's module graph, emitting a stream of JSON objects that describe each file, its source, entry status, and its dependencies. This JSON can be fed into tools like **browser‑pack** to generate bundled output for the browser. It’s intended for developers building or extending Browserify‑based pipelines who need a detailed, traversable representation of their module dependencies.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of browserify/module-deps

Account's avatar
dominictarr/JSONStream
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Account's avatar
browserify/browser-resolve
resolve which handles browser field support in package.json
Account's avatar
ashaffer/cached-path-relative
Memoize the results of the path.relative function
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
inspect-js/defined
return the first argument that is `!== undefined`
Account's avatar
browserify/detective
find all require() calls by walking the AST
Account's avatar
isaacs/inherits
Browser-friendly inheritance fully compatible with standard node.js inherits()
Account's avatar
substack/node-parents
return all the parent directories for a directory
Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
substack/stream-combiner2
Account's avatar
substack/subarg
parse arguments with recursive contexts
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
Raynos/xtend
extend like a boss
Account's avatar
browserify/browser-pack
pack node-style source files from a json stream into a browser bundle

Support the repos that depend on this repository

Top contributors

zertosh's profile
zertosh
37 contributions
goto-bus-stop's profile
goto-bus-stop
37 contributions
bcomnes's profile
bcomnes
12 contributions
martinheidegger's profile
martinheidegger
9 contributions
dominictarr's profile
dominictarr
5 contributions
ahdinosaur's profile
ahdinosaur
5 contributions
jaredhanson's profile
jaredhanson
4 contributions
Joris-van-der-Wel's profile
Joris-van-der-Wel
4 contributions
andreypopp's profile
andreypopp
3 contributions
ElNounch's profile
ElNounch
3 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
browserify

browserify/module-deps

walk the dependency graph to generate a stream of json output

JavaScript
208
101
Other