This is the Linux app named Node Modules Inspector whose latest release can be downloaded as v1.2.0sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Node Modules Inspector with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
Node Modules Inspector
DESCRIPTION:
This is a tool (CLI + interactive UI) for inspecting the node_modules directory of a JavaScript/TypeScript project, created by Anthony Fu. It supports projects using npm, pnpm or bun. The idea is to help developers visualise the dependency graph, see which dependencies are installed, their sizes, types (ESM vs CJS), origins (catalog vs registry), and filter or build a static report of a project’s dependency tree. The project includes a web UI version that you can try at node-modules.dev, and a build command to generate a static output (folder .node-modules-inspector) for hosting. It supports configuration via node-modules-inspector.config.ts for customizing filters and display settings. Internally it uses a web version with WebContainer to run in-browser installations for live project visualisations. It’s especially useful for large monorepos or complex dependency trees where understanding size, duplication or unused packages is critical.
Features
- CLI command npx node-modules-inspector to launch the UI for your project’s node_modules
- Interactive visualisation of dependencies: tree, size, module type, duplicates
- Static build support: build command to export report for hosting/share
- Custom configuration support (node-modules-inspector.config.ts) with filters and settings
- Browser‐based version (via WebContainer) for in-browser inspection without installing locally
- Supports npm, pnpm, bun projects for broad package manager compatibility
Programming Language
TypeScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/node-modules-inspector.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.