Home
last modified time | relevance | path

Searched defs:packageLockOnly (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/lib/commands/
Dexec.js87 packageLockOnly: false, property
Dsbom.js130 ? cyclonedxOutput({ npm: this.npm, nodes: items, packageType, packageLockOnly }) field
Dls.js73 const tree = await this.initTree({ arb, args, packageLockOnly }) field
209 async initTree ({ arb, args, packageLockOnly }) { field
/third_party/node/deps/npm/lib/utils/
Dsbom-cyclonedx.js29 const cyclonedxOutput = ({ npm, nodes, packageType, packageLockOnly }) => { field
/third_party/node/deps/npm/test/lib/utils/
Dsbom-cyclonedx.js81 const res = cyclonedxOutput({ npm, nodes: [root], packageLockOnly: true }) property