/opt/canhelp/node_modules/resolve/lib
NameSizeModeActions
async.js115170644editdlrm
caller.js3540644editdlrm
core.js3090644editdlrm
core.json59530644editdlrm
homedir.js8050644editdlrm
is-core.js1160644editdlrm
node-modules-paths.js13650644editdlrm
normalize-options.js3480644editdlrm
sync.js71470644editdlrm
Edit: /opt/canhelp/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 || {}; };