Home
last modified time | relevance | path

Searched refs:moreOpts (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/lib/utils/
Dlifecycle.js6 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/
Dlifecycle.js10 function lifecycleOpts (moreOpts) { argument
30 return moreOpts ? Object.assign({}, opts, moreOpts) : opts
/third_party/node/deps/npm/test/tap/
Dverify-no-lifecycle-on-repo.js26 '../../lib/utils/lifecycle.js': function (pkg, stage, wd, moreOpts, cb) { argument
27 if (typeof moreOpts === 'function') {
28 cb = moreOpts