AlkantarClanX12

Your IP : 18.219.207.11


Current Path : /proc/self/root/opt/alt/alt-nodejs14/root/lib/node_modules/npm/lib/utils/
Upload File :
Current File : //proc/self/root/opt/alt/alt-nodejs14/root/lib/node_modules/npm/lib/utils/is-windows-bash.js

'use strict'
var isWindows = require('./is-windows.js')
module.exports = isWindows &&
  (/^MINGW(32|64)$/.test(process.env.MSYSTEM) || process.env.TERM === 'cygwin')