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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
wulechuan's profile
wulechuan
12 contributions
wulechuan

wulechuan/javascript-wulechuan-find...

Search folder tree upwards and locate the nearest npm project root folder, returning the parsed package.json as an object.

JavaScript
0
0
No license

Support the dependencies of wulechuan/javascript-wulechuan-find-npm-package-dot-json

Account's avatar
jinder/path
Node.JS path module
Account's avatar
wulechuan/wulechuan-css-stylus-themes-for-htmls-via-markdowns
此为吴乐川的《HTML 文章排版与配色之方案集与相关制作工具》。本工具可用于构建一组层叠样式表(即 CSS )文件。本工具亦提供了一组现成的层叠样式表文件。凡这些样式表,均可用于美化超文本标记语言(即 HTML)格式的文章。于单一文章,不必同时取用多个样式表文件,仅取其一足矣。

The **@wulechuan/find-package-dot-json** module walks up the directory tree from a given start point (default = `process.cwd()`) until it finds the nearest folder that contains a `package.json`. It returns the path of that npm project root together with the parsed `package.json` object, optionally filtering for a specific project name. This tiny utility is aimed at Node‑JS developers who need a reliable way to locate the current npm project’s root directory from anywhere within the project’s sub‑folders.