MCPcopy Index your code
hub / github.com/nodejs/node / packagesFundingMessage

Function packagesFundingMessage

deps/npm/lib/utils/reify-output.js:222–232  ·  view source on GitHub ↗
(npm, { funding })

Source from the content-addressed store, hash-verified

220}
221
222const packagesFundingMessage = (npm, { funding }) => {
223 if (!funding) {
224 return
225 }
226
227 output.standard()
228 const pkg = funding === 1 ? 'package' : 'packages'
229 const is = funding === 1 ? 'is' : 'are'
230 output.standard(`${funding} ${pkg} ${is} looking for funding`)
231 output.standard(' run `npm fund` for details')
232}
233
234const unreviewedScriptsMessage = (npm, unreviewedScripts) => {
235 if (!unreviewedScripts.length) {

Callers 1

reifyOutputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…