Searched defs:packageType (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/npm/lib/commands/ |
| D | sbom.js | 130 ? 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/ |
| D | sbom-spdx.js | 22 const spdxOutput = ({ npm, nodes, packageType }) => { field 68 packages: [toSpdxItem(rootNode, { packageType }), ...childNodes.map(toSpdxItem)], field 82 const toSpdxItem = (node, { packageType }) => { field
|
| D | sbom-cyclonedx.js | 29 const cyclonedxOutput = ({ npm, nodes, packageType, packageLockOnly }) => { property 66 component: toCyclonedxItem(rootNode, { packageType }), field 75 const toCyclonedxItem = (node, { packageType }) => { field
|
| /third_party/node/test/pummel/ |
| D | test-policy-integrity-dep.js | 231 function fileExtensionFormat(extension, packageType) { argument 248 packageType: ['no-package-json', 'module', 'commonjs'], property
|
| /third_party/node/deps/npm/test/lib/utils/ |
| D | sbom-spdx.js | 107 const res = spdxOutput({ npm, nodes: [root], packageType: 'application' }) property
|
| D | sbom-cyclonedx.js | 75 const res = cyclonedxOutput({ npm, nodes: [root], packageType: 'application' }) property
|