Deno
Info Commands
Inspect module dependencies, view documentation, and analyze the dependency graph. Debug module resolution issues.
8 commands
Pro Tips
Use 'deno info <url>' to see a module's dependency tree.
'deno doc <file>' generates documentation from JSDoc comments.
Use '--json' flag for machine-readable output.
Common Mistakes
'deno info' without arguments shows cache and config locations.
Module info requires network access unless module is cached.