Home
last modified time | relevance | path

Searched defs:packageType (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/lib/commands/
Dsbom.js130 ? cyclonedxOutput({ npm: this.npm, nodes: items, packageType, packageLockOnly }) property
131 : spdxOutput({ npm: this.npm, nodes: items, packageType }) field
/third_party/node/deps/npm/lib/utils/
Dsbom-spdx.js22 const spdxOutput = ({ npm, nodes, packageType }) => { field
68 packages: [toSpdxItem(rootNode, { packageType }), ...childNodes.map(toSpdxItem)], field
82 const toSpdxItem = (node, { packageType }) => { field
Dsbom-cyclonedx.js29 const cyclonedxOutput = ({ npm, nodes, packageType, packageLockOnly }) => { property
66 component: toCyclonedxItem(rootNode, { packageType }), field
75 const toCyclonedxItem = (node, { packageType }) => { field
/third_party/node/test/pummel/
Dtest-policy-integrity-dep.js231 function fileExtensionFormat(extension, packageType) { argument
248 packageType: ['no-package-json', 'module', 'commonjs'], property
/third_party/node/deps/npm/test/lib/utils/
Dsbom-spdx.js107 const res = spdxOutput({ npm, nodes: [root], packageType: 'application' }) property
Dsbom-cyclonedx.js75 const res = cyclonedxOutput({ npm, nodes: [root], packageType: 'application' }) property