lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
781 stars 35 forks source link

Remove emoji from output #96

Closed XhmikosR closed 4 years ago

XhmikosR commented 4 years ago

@lirantal there you go :) We could get fancy and check for Windows, but it's your call for another time.

lirantal commented 4 years ago

Thanks buddy! 🤗

About the Windows support - were you thinking about just detecting the OS and based on that, or did you have in mind some kind of terminal support detection?

XhmikosR commented 4 years ago

Just process.platform.

lirantal commented 4 years ago

Ok. I was interested because I saw that there's no easy way to detect character and emoji support in terminals.

XhmikosR commented 4 years ago

Yeah, that's why I said "it's your call for another time" 😛

lirantal commented 4 years ago

Cool :)