chalk/wrap-ansi
The issue has been solved
Incorrect leading spaces #26
egoist posted onGitHub
with version 2.3.0:
// 1 leading space
require('wrap-ansi')(' a ', process.stdout.columns, {trim: false})
Out:
// 2 leading spaces
' a '