Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/libnpmfund/lib/
Dindex.js121 const fundingItem = {}
124 fundingItem.version = version
127 attachFundingInfo(fundingItem, funding)
131 fundingItem,
136 (res, { node, fundingItem }, i) => { field
137 if (!fundingItem ||
138 fundingItem.length === 0 ||
155 fundingItem.dependencies =
159 if (isValidFunding(fundingItem.funding)) {
160 res[node.package.name] = fundingItem
[all …]