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

get-package-info is a Node.js utility that searches for specified properties in package.json files, starting from a given directory and moving up through parent directories until all properties are found. It's designed for developers who need to access package.json data from parent directories, such as when building tools that need to discover project configuration from nested directories. The library returns a promise with the found values and their sources, making it useful for CLI tools, build systems, or any application that needs to traverse package.json hierarchies.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of rahatarmanahmed/get-package-info

Account's avatar
petkaantonov/bluebird
Full featured Promises/A+ implementation with exceptionally good performance
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
Qard/onchange
Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

rahatarmanahmed's profile
rahatarmanahmed
28 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
9 contributions

Recent events

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

No events yet
rahatarmanahmed

rahatarmanahmed/get-package-info

Gets properties from package.json files in parent directories.

JavaScript
1
1
MIT License