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

iweb

v0.3.0

Published

一个用于前端开发的实时预览工具

Downloads

149

Readme

介绍

iweb 一个用于前端开发工具, 可以在文件发生变化时,实时���动在浏览器中刷新页面,或者精确的识别不同类型更新内容, 更细粒度的实时无刷新的更新 "样式、图片" 等资源, 无需任何浏览器插件,无需手动添加 "client-script", 可以同时连接不限数量的多个设备。

GitHub: https://github.com/Houfeng/iweb (欢迎 star、fork) iweb 基于 Nokit 开发,Nokit 相关介绍参考这里, 主页: http://houfeng.net/iweb/

安装

[sudo] npm install iweb -g

更新

[sudo] npm update iweb -g

启动

cd <工作目录>
iweb [port]

启动后用PC或移动设备的浏览器直接访问 "http://localhost[:端口]", 在文件发生任何变化时,iweb 会即时完成浏览器端刷新或更新。

在手机中访问

在手机上输入一个 url 是比较麻烦的, 可以通过访问 "http://locahost[:端口]/-dev" 可以打开 “工具” 页面, 在这个面页会为本机的每一个 ip 生成一个 “二维码”,可以用手机扫描,轻松访问。

页面审查工具

iweb 提供一个,基于 weinre(Nokit 重写的版本)的页面检查工具。 可以通过访问 "http://locahost[:端口]/-dev" 可以打开 “工具” 页面, 然后点击 "Inspector" 打开,类似 chrome devtool 的 "页面审查工具"