1. Lodash

image
https://github.com/lodash/lodash
一個(gè)工具庫,用得還蠻多。
2. Chalk

image
https://github.com/chalk/chalk
給終端加上顏色的,我用的是 colors,這個(gè)還沒用過
3. React Core

image
這個(gè)沒人不知道的吧。
4. Debug

image
調(diào)試用的,后端的可以用用,我曾經(jīng)用過。
https://github.com/visionmedia/debug
5. Commander

image
https://github.com/tj/commander.js/
開發(fā)命令行工具用的,命令行工具用它就對了。
6. Request

image
https://github.com/request/request
感覺有點(diǎn)老了,沒用過,用得最多的是 axios。
7. Async

image
es7 沒出來的時(shí)候,很多人用吧,現(xiàn)在還有人用它嗎?
8. Express

image
https://github.com/expressjs/express
這個(gè)不用多說,太多人用了,我也正在用。
用它實(shí)現(xiàn)一個(gè)商城,簡單的!
9. Moment

image
聽說這個(gè)庫很大,不過用的人確實(shí)多,現(xiàn)在應(yīng)該會(huì)被 dayjs 代替掉吧。
10. Fs-extra

image
https://github.com/jprichardson/node-fs-extra
操作文件系統(tǒng)用的,比如復(fù)制,移動(dòng)文件這些。