📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 15:10:26
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
lib
/
utils
📍 /lib/node_modules/npm/lib/utils
🔄 Refresh
✏️
Editing: lifecycle.js
Read Only
exports = module.exports = runLifecycle const lifecycleOpts = require('../config/lifecycle') const lifecycle = require('npm-lifecycle') function runLifecycle (pkg, stage, wd, moreOpts, cb) { if (typeof moreOpts === 'function') { cb = moreOpts moreOpts = null } const opts = lifecycleOpts(moreOpts) lifecycle(pkg, stage, wd, opts).then(cb, cb) }
💾 Save Changes
❌ Cancel