Is your feature request related to a problem? Please describe.
Recently, the Ecosystem Performance was formed to cleanup, speedup, levelup the JavaScript Ecosystem.
Socket Security team wrote a blog post about it https://socket.dev/blog/javascript-community-launches-e18e-initiative-to-improve-ecosystem-performance
On the e18e cleanup channel on Discord, multiple solutions are being discussed. One of them is to replace chalk with picocolors. I see that jscodeshift uses chalk
Describe the solution you'd like
Replace chalk with a lighter alternative, like picocolors.
Is your feature request related to a problem? Please describe.
Recently, the Ecosystem Performance was formed to cleanup, speedup, levelup the JavaScript Ecosystem.
Socket Security team wrote a blog post about it https://socket.dev/blog/javascript-community-launches-e18e-initiative-to-improve-ecosystem-performance
On the e18e cleanup channel on Discord, multiple solutions are being discussed. One of them is to replace
chalkwithpicocolors. I see that jscodeshift useschalkjscodeshift/package.json
Line 37 in 0994ad8
Describe the solution you'd like
Replace
chalkwith a lighter alternative, likepicocolors.