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

isystem

v0.4.12

Published

一键翻墙, hosts管理, 支持 windows , linux 及 osx

Downloads

57

Readme

iSystem

一键翻墙, hosts管理, 支持 windows , linux 及 osx

安装

iSystem 依赖于Node.js ( 安装教程 )

安装成功后,在命令行输入 npm install isystem -g

使用

 命令行输入 isystem

出现 isystem listen at 3005 则说明启动成功

Note

  1. linux 及 osx 用户,使用 sudo isystem 提高权限
  2. windows 用户,使用 以管理员身份运行 打开命令提示行,提高权限
  3. 使用 isystem -h 来获取帮助
  4. 使用 isystem -V 查看当前版本
  5. 使用 isystem -p 2000 在2000端口下启动应用
  6. 使用 isystem -c 清除所有分组文件
  7. 使用 isystem -m 将iSystem备份文件放入低权限文件夹保存 ( osx Only )

使用官方插件

iSystem 团队提供了一些插件可以让您一键获取最新的可用hosts
内容来源于知名开源 hosts 列表

1. 点击 获取他人分享的脚本 按钮
2. 选择任意一项即可
3. 添加插件

自定义插件

iSystem 允许自定义 Javascript 脚本 来快速更新Hosts,
脚本环境为用户当前 Node.js 版本

1. 输入 脚本名称 ( 比如 : cross-wall-google )
2. 输入脚本内容
3. 添加插件

var request = require("request");        

//开源项目 https://github.com/racaljk/hosts       
//当然,如果您有一些优质的Hosts来源,也可以自己编写脚本来获取Hosts,并使用iSystem一键更新它!         

request("https://raw.githubusercontent.com/racaljk/hosts/master/hosts",         
	function ( e, res, body ){         
		// callback 函数为iSystem 内置函数, 会将内容编译至运行结果中,从而加入Hosts        
	  	callback( body );           
	});	        

添加插件

  1. 点击 运行 按钮, 等待稍许, 脚本的运行结果会显示在下方,
  2. 确认返回结果正确后,请继续点击 添加插件 按钮,
  3. 之后如有Hosts的更新,只需点击更新 按钮,就会自动更新最新的 Hosts

插件支持哪些 Node.js 库 ?

"cheerio"    :   "^0.19.0"
"fs-extra"   :   "^0.24.0"
"request"    :   "^2.65.0"
"underscore" :   "^1.8.3"

使用 如: var _ = require("underscore"); 来引用underscore

已经通过测试的平台

windows 7 x64
windows 8 x64
widows 10 x64
osx Lion x64
osx Yosemite x64
linux ubuntu x64

change log

https://github.com/royJang/iSystem/blob/master/changelog.md

License

The MIT License (MIT) copyright (c) <2015> iSystem