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

koishi-plugin-codec-tools

v1.1.2

Published

编码&解码 URL/Base64/Unicode的 Koishi 插件

Readme

koishi-plugin-codec-tools

项目介绍 (Project Introduction)

中文

这是一个为 Koishi 聊天机器人框架开发的编解码工具插件。该插件具有以下特点:

  • 支持 URL 编码/解码
  • 支持 Base64 编码/解码
  • 支持 Unicode 编码/解码

English

This is an encoding/decoding tool plugin developed for the Koishi chatbot framework. This plugin has the following features:

  • Support for URL encoding/decoding
  • Support for Base64 encoding/decoding
  • Support for Unicode encoding/decoding
  • Support for parsing QR code/barcode content from images

使用说明 (Usage)

中文

| 命令 (Command) | 功能说明 (Description) | | --- | --- | | url-encode <文本> | 对指定文本进行 URL 编码 | | url-decode <文本> | 对指定 URL 编码文本进行解码 | | base64-encode <文本> | 对指定文本进行 Base64 编码 | | base64-decode <文本> | 对指定 Base64 编码文本进行解码 | | unicode-encode <文本> | 对指定文本进行 Unicode 编码 | | unicode-decode <文本> | 对指定 Unicode 编码文本进行解码 |

English

| Command | Description | | --- | --- | | url-encode | Encode the specified text with URL encoding | | url-decode | Decode the specified URL-encoded text | | base64-encode | Encode the specified text with Base64 encoding | | base64-decode | Decode the specified Base64-encoded text | | unicode-encode | Encode the specified text with Unicode encoding | | unicode-decode | Decode the specified Unicode-encoded text |

项目贡献者 (Contributors)

| 贡献者 (Contributor) | 贡献内容 (Contribution) | | --- | --- | | Minecraft-1314 | 插件完整开发 (Complete plugin development) | | (欢迎提交 PR 加入贡献者列表) | (Welcome to submit PR to join the contributor list) |

许可协议 (License)

本项目采用 MIT 许可证,详情参见 LICENSE 文件。

This project is licensed under the MIT License, see the LICENSE file for details.

支持我们 (Support Us)

如果这个项目对您有帮助,欢迎点亮右上角的 Star ⭐ 支持我们,这将是对所有贡献者最大的鼓励!

If this project is helpful to you, please feel free to star it in the upper right corner ⭐ to support us, which will be the greatest encouragement to all contributors!

问题反馈 (Feedback)

如有问题或建议,可通过 Issues 提交反馈。

If you have any questions or suggestions, please submit feedback via Issues.