无法找到代码中所需的 json 模块(程序运行正常且使用了模块)

Unable to locate json module required in code (program runs fine and module is used)

我正在使用的其中一个包恰好需要一个我想研究的单独模块:

var crypto = require('crypto');

然而,当我尝试在 /node_modules/ 中查找模块所在的位置时,我找不到加密模块...我搜索了整个项目,但该模块没有显示...

看起来 crypto 是主要模块的一部分 - 我如何查看核心代码?在哪里看?

crypto 模块是标准库的一部分 -- https://nodejs.org/dist/latest-v4.x/docs/api/crypto.html