npm-fund
TLDR
Show funding info
$ npm fund
Show for specific package$ npm fund [package-name]
JSON output$ npm fund --json
Open funding URL$ npm fund [package-name] --which [1]
SYNOPSIS
npm fund [package] [options]
DESCRIPTION
npm fund shows package funding information. Displays how to support maintainers.
The command lists funding URLs. Helps support open source projects.
npm fund shows funding info.
PARAMETERS
PACKAGE
Package to check funding.--json
JSON output format.--which NUM
Open specific URL.--help
Display help information.
CAVEATS
Requires funding in package.json. Opens browser for URLs. Voluntary support.
HISTORY
npm fund was added to npm 6 to help open source maintainers receive support.


