Mellow - convert path from web to windows.
npm i mellow
const mellow = require('mellow'); mellow.webToWin('/c/windows'); // returns 'c:\\windows';
const mellow = require('mellow'); mellow.winToWeb('c:\\windows'); // returns '/c/windows';
MIT