npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

npm-calf

v1.4.0

Published

🐘 An npm dashboard for your recently "born" packages.

Downloads

934

Readme

Calf 🐘 - Your NPM Dashboard

English | 中文

输入 npm username 查看该用户所有的包,按照第一个版本发布的时间由近及远排序。

pnpx npm-calf

Calf 最特殊的含义就是「大象的幼崽」,你的包就像大象的幼崽一样,从出生到长大,需要你的悉心「呵护」,才能成为真正的「大象」。

技术决策

Native 主义者。

  • 使用原生技术栈,不使用框架、不编译、不打包 & 采用 Modern JS 和 CSS 编码。
    • 不用 react / vue / preact 使用 Web Components
    • Runtime 不用 TypeScript 使用原生 JavaScript + ESM + *.type.ts
    • No less / scss / tailwindcss, 使用现代 CSS 语法
  • 尽量 0 依赖,实在不行则用轻量级依赖。

无需 GitHub 或 npm token

⚡ 性能和 & 429

数据来自 github 和 npm 开放 api,服务端采用 hono 包装这些 API 提供一对一的缓存 API(Cache-Control: max-age=3600),以便利用浏览器缓存防止 429。

因此你可以无需填任何 token 而且二次启动速度极快!