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

@wgpsex/pojun-agent

v0.3.0

Published

Pojun Agent - Intelligent coding agent for developers.

Readme

Pojun Agent

Release Workflow 的三平台 Actions Artifact 仅用于同一次运行中汇总 GitHub Release 与 npm 发布,保留期固定为 1 天;正式长期交付物以 GitHub Release Assets 为准。Release tag 构建不启用 pnpm Actions Cache,避免每个 tag 按操作系统重复占用组织 Actions 存储配额。

Pojun Agent 是一个全自动渗透测试助手,提供命令行交互式体验。

安装

从 GitHub Packages 安装

# 配置 npm registry
echo "@wgpsex:registry=https://npm.pkg.github.com" >> ~/.npmrc

# 全局安装
npm install -g @wgpsex/pojun-agent

# 运行
pojun

从 GitHub Release 下载二进制

前往 Releases 下载对应平台的二进制文件。

支持平台:

  • Linux x64
  • macOS ARM64 (Apple Silicon)
  • Windows x64

本地开发

pnpm install
pnpm build
node ./dist/cli.js

常用命令

| 命令 | 用途 | | --- | --- | | pnpm build | 构建 dist/cli.js | | pnpm start | 运行本地构建 | | pnpm lint | ESLint 检查 | | pnpm package:binary | 使用 Bun 编译为单文件二进制 |

发布流程

版本由 Git tag 驱动:

git tag v0.2.0
git push origin v0.2.0

CI 自动完成:

  1. 三平台构建 + 验证
  2. 发布 GitHub Release(二进制 + SHA256SUMS)
  3. 发布到 GitHub Packages(npm,按平台分包)

License

SEE LICENSE IN THIS REPOSITORY