/home2/dakshskx/nodejs/lib/node_modules/npm/node_modules/@npmcli/git/lib
NameSizeModeActions
clone.js48940644editdlrm
errors.js6000644editdlrm
find.js3000644editdlrm
index.js2420644editdlrm
is-clean.js2220644editdlrm
is.js2710644editdlrm
lines-to-revs.js40610644editdlrm
make-error.js8610644editdlrm
opts.js3710644editdlrm
revs.js6380644editdlrm
spawn.js12970644editdlrm
utils.js1090644editdlrm
which.js3390644editdlrm
Edit: /home2/dakshskx/nodejs/lib/node_modules/npm/node_modules/@npmcli/git/lib/opts.js (371B)
// Values we want to set if they're not already defined by the end user // This defaults to accepting new ssh host key fingerprints const gitEnv = { GIT_ASKPASS: 'echo', GIT_SSH_COMMAND: 'ssh -oStrictHostKeyChecking=accept-new', } module.exports = (opts = {}) => ({ stdioString: true, ...opts, shell: false, env: opts.env || { ...gitEnv, ...process.env }, })