Viewing File: /usr/share/nodejs/npm/lib/utils/is-windows-bash.js

const isWindows = require('./is-windows.js')
module.exports = isWindows &&
  (/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === 'cygwin')
Back to Directory File Manager