Lines Matching refs:component
66 component: toCyclonedxItem(rootNode, { packageType }),
101 const component = {
121 component.hashes = [{
128 component.properties.push(prop(PROP_DEVELOPMENT))
132 component.properties.push(prop(PROP_PRIVATE))
136 component.properties.push(prop(PROP_EXTRANEOUS))
140 component.properties.push(prop(PROP_BUNDLED))
144 component.externalReferences.push(extRef(REF_DISTRIBUTION, node.resolved))
148 component.externalReferences.push(extRef(REF_VCS, node.package.repository.url))
152 component.externalReferences.push(extRef(REF_WEBSITE, node.package.homepage))
156 component.externalReferences.push(extRef(REF_ISSUE_TRACKER, node.package.bugs.url))
161 component.licenses = [{ license: { id: parsedLicense.license } }]
164 component.licenses = [{ expression: node.package.license }]
167 return component