How do I view the code introduced by js through require in a browser?

in the process of crawling, js encryption is encountered, and the encryption function is written in a sentence var hex_sha1 = require (". / sha.js").
then hex_sha1 implements encryption through hex_sha1 ("plaintext").
how can I get this sha.js file?

Aug.30,2021

the crawler using node will not have this problem. You can configure the node environment, and I'll send you the code of the crawler in the node environment. It's still a panacea

.
Menu