detective-cjs statically analyzes CommonJS modules to find all require calls. It's a lightweight, dependency-free tool perfect for understanding project dependencies and performing code analysis. Use it to generate dependency graphs, identify unused modules, or ensure consistent coding practices. Unlike dynamic analysis, detective-cjs examines code without execution, providing a fast and reliable understanding of your CommonJS module structure using JavaScript.