/usr/local/lib/node_modules/pm2/node_modules/resolve/lib
NameSizeModeActions
async.js115500644editdlrm
caller.js4090644editdlrm
core.js3090644editdlrm
core.json59530644editdlrm
homedir.js9560644editdlrm
is-core.js1160644editdlrm
node-modules-paths.js13390644editdlrm
normalize-options.js3480644editdlrm
sync.js71690644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/resolve/lib/normalize-options.js (348B)
module.exports = function (x, opts) { /** * This file is purposefully a passthrough. It's expected that third-party * environments will override it at runtime in order to inject special logic * into `resolve` (by manipulating the options). One such example is the PnP * code path in Yarn. */ return opts || {}; };