--trace-require-module=mode
打印有关 使用 require() 加载 ECMAScript 模块 使用的信息。
【Prints information about usage of Loading ECMAScript modules using require().】
当 mode 为 all 时,会打印所有用法。当 mode 为 no-node-modules 时,会排除来自 node_modules 文件夹的用法。
【When mode is all, all usage is printed. When mode is no-node-modules, usage
from the node_modules folder is excluded.】