[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8744":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":27,"discoverSource":28},8744,"node-modules-inspector","antfu\u002Fnode-modules-inspector","antfu","Interactive UI for local node modules inspection","https:\u002F\u002Fnode-modules.dev",null,"TypeScript",2896,80,13,20,0,2,29,61.63,"MIT License",false,"main",[],"2026-06-12 04:00:41","![Logo](.\u002Fpackages\u002Fnode-modules-inspector\u002Fsrc\u002Fapp\u002Fpublic\u002Ffavicon.svg)\n\n# Node Modules Inspector\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![bundle][bundle-src]][bundle-href]\n[![JSDocs][jsdocs-src]][jsdocs-href]\n[![License][license-src]][license-href]\n\nVisualize your node_modules, inspect dependencies, and more.\n\n## Quick Start\n\nTry it by running following command under your `pnpm`\u002F`npm`\u002F`bun` project.\n\n```bash\npnpx node-modules-inspector\n```\n```bash\nnpx node-modules-inspector\n```\n```bash\nbunx node-modules-inspector\n```\n\n> Currently supports `pnpm`, `npm`, and `bun` projects. We are counting on the community to bring support for other package managers.\n\n### Online Version\n\nYou can also try an online version at [**node-modules.dev**](https:\u002F\u002Fnode-modules.dev\u002F), powered by [WebContainer](https:\u002F\u002Fwebcontainers.io\u002F).\n\n## Configuration\n\nYou can create a `node-modules-inspector.config.ts` file in your project root to configure the inspector's default behaviour.\n\n```js\nimport { defineConfig } from 'node-modules-inspector'\n\nexport default defineConfig({\n  defaultFilters: {\n    excludes: [\n      'eslint',\n    ],\n  },\n  defaultSettings: {\n    moduleTypeSimple: true,\n  },\n\n  \u002F\u002F Experimental publint.dev integration, default is false\n  publint: true\n\n  \u002F\u002F ...see jsdoc for more options and details\n})\n```\n\n## Static Build\n\nYou can also build a static SPA of your current node_modules status:\n\n```bash\npnpx node-modules-inspector build\n```\n```bash\nnpx node-modules-inspector build\n```\n```bash\nbunx node-modules-inspector build\n```\n\nThen you can host the `.node-modules-inspector` folder with any static file server.\n\nYou can see a build for all Anthony Fu's packages at [everything.antfu.dev](https:\u002F\u002Feverything.antfu.dev).\n\n## Screenshots\n\n![Image](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F80ce6f9d-26fb-4fcf-8c51-e3d2b6f9f24c)\n![Image](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F6de8614c-2663-4c69-bd1e-96e8e66673a7)\n![Image](https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fb3efa459-6a6a-41c4-a9cd-5afac9268bf8)\n\n## Credits\n\n- This project is heavily inspired by [npmgraph](https:\u002F\u002Fnpmgraph.js.org\u002F)\n- Thanks to [@wooorm](https:\u002F\u002Fgithub.com\u002Fwooorm) for the module type detection algorithm in [wooorm\u002Fnpm-esm-vs-cjs](https:\u002F\u002Fgithub.com\u002Fwooorm\u002Fnpm-esm-vs-cjs)\n- The logo is derivated from the `black-hole-line-duotone` icon (yeah it's a black hole!) from the [Solar Icon Sets](https:\u002F\u002Fwww.figma.com\u002Fcommunity\u002Ffile\u002F1166831539721848736\u002Fsolar-icons-set) by [480 Design](https:\u002F\u002Fwww.figma.com\u002F@480design) and [R4IN80W](https:\u002F\u002Fwww.figma.com\u002F@voidrainbow) under the [CC-BY 4.0](https:\u002F\u002Fcreativecommons.org\u002Flicenses\u002Fby\u002F4.0\u002F) license.\n- Thanks to [@privatenumber](https:\u002F\u002Fgithub.com\u002Fprivatenumber) for [pkg-size.dev](https:\u002F\u002Fpkg-size.dev\u002F) for running analysis with installations in WebContainer.\n\n## Sponsors\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fcdn.jsdelivr.net\u002Fgh\u002Fantfu\u002Fstatic\u002Fsponsors.svg\">\n    \u003Cimg src='https:\u002F\u002Fcdn.jsdelivr.net\u002Fgh\u002Fantfu\u002Fstatic\u002Fsponsors.svg' alt='Sponsors' \u002F>\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n## License\n\n[MIT](.\u002FLICENSE) License © [Anthony Fu](https:\u002F\u002Fgithub.com\u002Fantfu)\n\n\u003C!-- Badges -->\n\n[npm-version-src]: https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fv\u002Fnode-modules-inspector?style=flat&colorA=080f12&colorB=1fa669\n[npm-version-href]: https:\u002F\u002Fnpmjs.com\u002Fpackage\u002Fnode-modules-inspector\n[npm-downloads-src]: https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fdm\u002Fnode-modules-inspector?style=flat&colorA=080f12&colorB=1fa669\n[npm-downloads-href]: https:\u002F\u002Fnpmjs.com\u002Fpackage\u002Fnode-modules-inspector\n[bundle-src]: https:\u002F\u002Fimg.shields.io\u002Fbundlephobia\u002Fminzip\u002Fnode-modules-inspector?style=flat&colorA=080f12&colorB=1fa669&label=minzip\n[bundle-href]: https:\u002F\u002Fbundlephobia.com\u002Fresult?p=node-modules-inspector\n[license-src]: https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fantfu\u002Fnode-modules-inspector.svg?style=flat&colorA=080f12&colorB=1fa669\n[license-href]: https:\u002F\u002Fgithub.com\u002Fantfu\u002Fnode-modules-inspector\u002Fblob\u002Fmain\u002FLICENSE\n[jsdocs-src]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fjsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669\n[jsdocs-href]: https:\u002F\u002Fwww.jsdocs.io\u002Fpackage\u002Fnode-modules-inspector\n","Node Modules Inspector 是一个用于本地 Node.js 项目依赖模块可视化和检查的交互式工具。它基于 Vue 构建，提供了一个用户友好的界面来帮助开发者理解和管理复杂的依赖关系。通过简单的命令行操作即可启动，并支持 pnpm、npm 和 bun 管理的项目。此外，还允许用户自定义配置文件以调整显示选项或启用实验性功能如与 publint.dev 的集成。此工具非常适合需要深入分析其应用所使用的库及其版本情况的前端及后端工程师使用，在团队协作开发中尤为有用，能够有效提高代码质量和维护效率。","2026-06-11 03:19:33","top_language"]