Searched refs:moreOpts (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/npm/lib/utils/ |
D | lifecycle.js | 6 function runLifecycle (pkg, stage, wd, moreOpts, cb) { argument 7 if (typeof moreOpts === 'function') { 8 cb = moreOpts 9 moreOpts = null 12 const opts = lifecycleOpts(moreOpts)
|
/third_party/node/deps/npm/lib/config/ |
D | lifecycle.js | 10 function lifecycleOpts (moreOpts) { argument 30 return moreOpts ? Object.assign({}, opts, moreOpts) : opts
|
/third_party/node/deps/npm/test/tap/ |
D | verify-no-lifecycle-on-repo.js | 26 '../../lib/utils/lifecycle.js': function (pkg, stage, wd, moreOpts, cb) { argument 27 if (typeof moreOpts === 'function') { 28 cb = moreOpts
|