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

made-in-china

v0.0.2

Published

List of China's open-source contributions.

Downloads

13

Readme

Made In China

List of China's open-source contributions.


Egg

你可以在自己的 npm 包依赖中添加 made-in-china,它将展示上面👆的彩蛋。

npm install made-in-china

Run this command in repo identify open-source packages developed in China:

npx made-in-china

It reads your node_modules, matches dependencies. You’ll get output like:

Found 1 Chinese open-source project:
 • ahooks (https://github.com/alibaba/hooks) — 14.8k stars
 • umi (https://github.com/umijs/umi) — 15.9k stars

# | A | B | D | E | F | G | I | M | Q | R | T | U | V | X

A

  • ahooks (14.8k stars) - React Hooks library for common business scenarios, by Alibaba.- @alibaba
  • ant-design (96.6k stars) - Comprehensive React UI library for enterprise applications, by Ant Group.- @ant-design

B

  • butterfly-dag (4.6k stars) - Graph visualization engine for workflows and relationships, by Alibaba.- @alibaba

D

  • dumi (3.8k stars) - Documentation generator and component development workspace, by Umi Team.- @umijs

E

  • egg (19k stars) - Enterprise-grade Node.js framework with plugin architecture, by Alibaba.- @eggjs
  • element-plus (26.8k stars) - Vue 3 UI component library, developed by Ele.me frontend team.- @element-plus

F

  • f2 (8k stars) - Mobile-focused charting library for data visualization, by AntV (Ant Group).- @antvis
  • formily (12.4k stars) - High-performance form solution for complex scenarios, by Alibaba.- @alibaba

G

  • g2 (12.5k stars) - Grammar of graphics-based data visualization library, by AntV (Ant Group).- @antvis
  • g6 (11.8k stars) - Graph and relation visualization engine, by AntV (Ant Group).- @antvis

I

  • ice (18.6k stars) - Frontend framework with integrated tooling and runtime, by Alibaba.- @alibaba

M

  • midway (7.7k stars) - Enterprise-grade Node.js framework supporting TypeScript, by Alibaba.- @midwayjs
  • mpvue (20.4k stars) - Vue-based framework for developing WeChat Mini Programs, by Meituan.- @Meituan-Dianping

Q

  • qiankun (16.4k stars) - Micro-frontend framework based on single-spa, by Ant Group.- @umijs

R

  • rax (8.1k stars) - Cross-platform rendering framework compatible with React syntax, by Alibaba.- @alibaba

T

  • taro (37.1k stars) - Multi-end unified development framework (React-like), by JD.- @NervJS

U

  • umi (15.9k stars) - Extensible enterprise-level frontend application framework, by Ant Group.- @umijs

V

  • vant (24.1k stars) - Lightweight mobile-first Vue UI components, created by Youzan.- @youzan

X

  • xgplayer (9k stars) - Customizable HTML5 video player with plugins, by ByteDance.- @bytedance

🙌 如何贡献

不要直接修改 README.md —— 它是自动生成的。

✅ 正确做法:

编辑 /data/china-packages.json 文件,按格式添加你的项目:

{
  "name": "项目名(官方英文名)",
  "url": "https://github.com/用户名/仓库名",
  "description": "简明描述(英文)"
}

提交 Pull Request 后,我们会更新 README。感谢你为中国开源添砖加瓦!🇨🇳