Searched defs:packageLockOnly (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/npm/lib/commands/ |
| D | exec.js | 87 packageLockOnly: false, property
|
| D | sbom.js | 130 ? cyclonedxOutput({ npm: this.npm, nodes: items, packageType, packageLockOnly }) field
|
| D | ls.js | 73 const tree = await this.initTree({ arb, args, packageLockOnly }) field 209 async initTree ({ arb, args, packageLockOnly }) { field
|
| /third_party/node/deps/npm/lib/utils/ |
| D | sbom-cyclonedx.js | 29 const cyclonedxOutput = ({ npm, nodes, packageType, packageLockOnly }) => { field
|
| /third_party/node/deps/npm/test/lib/utils/ |
| D | sbom-cyclonedx.js | 81 const res = cyclonedxOutput({ npm, nodes: [root], packageLockOnly: true }) property
|