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

eruda-cn

v3.4.31

Published

Eruda 中文版,一个适用于移动端浏览器的前端调试控制台,提供控制台、网络请求、元素查看、性能分析等功能。

Downloads

266

Readme

一个适用于移动端浏览器的前端调试控制台(中文增强版)。

基于 Eruda 进行中文化与部分体验优化。

NPM version License


介绍

Eruda 是一个专为移动端网页设计的调试工具,可在手机浏览器中提供类似 Chrome DevTools 的调试能力。

本仓库基于官方 Eruda 进行中文化处理,方便中文开发者在移动端进行:

  • Console 控制台调试
  • Network 网络请求查看
  • Elements 元素查看
  • Resources 资源管理
  • Sources 源码查看
  • Performance 性能分析
  • Storage 本地存储查看

等功能。

适用于:

  • H5 调试
  • WebView 调试
  • 移动端页面开发
  • Hybrid App 调试
  • 内嵌浏览器调试

在线 Demo

访问官方演示站点:

https://eruda.liriliri.io/

手机扫码体验:

Demo


安装

npm

npm install eruda-cn

pnpm

pnpm add eruda-cn

使用方式

<script src="node_modules/eruda-cn/eruda.js"></script>
<script>
  eruda.init()
</script>

CDN 引入

<script src="https://cdn.jsdelivr.net/npm/eruda-cn"></script>
<script>
  eruda.init()
</script>

功能截图


与官方版本的区别

本项目主要包含:

  • 中文界面翻译
  • 中文文案优化
  • 更适合中文开发者的使用体验

核心功能与官方 Eruda 保持一致。


官方项目

  • Eruda 官方仓库: https://github.com/liriliri/eruda

  • 官方文档: https://eruda.liriliri.io/docs/


相关项目

  • chii 远程调试工具 https://github.com/liriliri/chii

  • chobitsu Chrome DevTools Protocol JavaScript 实现 https://github.com/liriliri/chobitsu

  • eruda-webpack-plugin Eruda Webpack 插件 https://github.com/huruji/eruda-webpack-plugin


License

MIT