Home
last modified time | relevance | path

Searched refs:normalizeFunding (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/libnpmfund/lib/
Dindex.js8 function normalizeFunding (funding) { function
89 target.funding = normalizeFunding(funding)
190 result.funding = normalizeFunding(tree.package.funding)
208 normalizeFunding, property
/third_party/node/deps/npm/lib/commands/
Dfund.js6 const { readTree: getFundingInfo, normalizeFunding, isValidFunding } = require('libnpmfund')
110 const [fundingSource] = [].concat(normalizeFunding(funding)).filter(isValidFunding)
192 const validSources = [].concat(normalizeFunding(funding)).filter(isValidFunding)
/third_party/node/deps/npm/node_modules/libnpmfund/
DREADME.md103 ##### <a name="fund.normalizeFunding"></a> `> fund.normalizeFunding(funding) -> Object`
111 normalizeFunding('http://example.com')