TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Visualize big packages in NodeJS's Package-Lock.json

1 点作者 colinchartier大约 4 年前

1 comment

colinchartier大约 4 年前
Hey HN,<p>Lots of people need help with optimizing &quot;npm run build&quot; time, so I built this analyzer - it looks at source lines of code (versus the bundled size for something like bundlephobia) so that you can tell what packages are causing your lint&#x2F;build&#x2F;install&#x2F;... to take so long.<p>It&#x27;s open source: <a href="https:&#x2F;&#x2F;github.com&#x2F;layer-devops&#x2F;node-dir-stat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;layer-devops&#x2F;node-dir-stat</a>