如何找到节点的内置模块目录?

How I can find built-in modules directory's of node?

我想找一些node js目录下的内置模块,比如URL,Fs或者http! 他们的根库在哪里?

我猜你无法在你的机器上找到它,因为它们很可能(为了简单和性能)捆绑在 Node 可执行文件中。

但是您可以在原始 Nodejs 存储库中找到源代码。您要查找的所有模块都位于 here