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

`@11ty/dependency-tree` is a Node.js utility that generates an unordered array of local file dependencies for a given CommonJS JavaScript file, including all nested `require()` dependencies. It's designed for build tools like Eleventy to efficiently track file changes, ignoring `node_modules` and built-in modules by default, with optional control over including package names. This tool is ideal for developers building static site generators or build systems that need to monitor JavaScript file dependencies for rebuilds.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of 11ty/eleventy-dependency-tree

Account's avatar
11ty/eleventy-utils
Low level internal utilities to be shared amongst Eleventy projects
Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
npm/node-semver
The semantic version parser used by npm.

Support the repos that depend on this repository

Top contributors

zachleat's profile
zachleat
40 contributions
dependabot[bot]'s profile
dependabot[bot]
4 contributions
RoryCombe's profile
RoryCombe
1 contributions
Zearin's profile
Zearin
1 contributions
v-zhzhou's profile
v-zhzhou
1 contributions

Recent events

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

No events yet
11ty

11ty/eleventy-dependency-tree

Returns an unordered array of local paths to dependencies of a node JavaScript file (everything it or any of its dependencies require()s)

JavaScript
8
8
MIT License