Node 中有两种模块系统:CommonJS(CJS)和 ECMAScript modules(ESM)。
CommonJS 模块系统是 Node 自带的模块系统。
ECMAScript 模块系统是 ES6 针对模块系统给出的正式标准。