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

mioku-plugin-impact

v1.1.0

Published

让群友们眼前一黑的淫趴插件

Downloads

136

Readme

mioku-plugin-impact

本插件移植自 https://github.com/Special-Week/nonebot_plugin_impact ,欢迎原作者接手维护 侵权请发 issue 联系删除,谢谢 :)

让群友们眼前一黑的 mioku 淫趴插件(牛子比拼),原版基于 NoneBot2,本仓库使用 TypeScript 重写并适配 mioku 框架。

警告

  • 在群内大量使用本插件可能被网警封群,请慎用。
  • 使用插件是你自己的事情, 产生的一切后果作者概不负责。

安装与启用

本插件作为 mioku monorepo 内的工作区包发布,使用方式有两种:

# 1. monorepo 内开发:在 example/package.json 里 "workspace:*" 引入即可
# 2. 已发布版本:
npx mioku install plugin impact

启用后请先在群里让管理员/群主/主人发送 开启淫趴(也支持 开启银趴开始银趴),关闭则用 关闭银趴 / 禁止淫趴 等。

命令一览

| 命令 | 说明 | | --- | --- | | 开启淫趴 / 关闭银趴 等 | 在本群启用/关闭淫趴功能(仅管理/群主/主人) | | 打胶 / 开导 | 给自己增加随机长度(默认 5 分钟 CD) | | 嗦牛子 [@某人] | 嗦自己或被 @ 群友的牛子(默认 5 分钟 CD) | | pk @某人 / 对决 @某人 | 牛子对决,胜者抢走败者的部分长度(默认 1 分钟 CD) | | 查询 [@某人] | 查询自己或目标的牛子长度 | | jj排行榜 / jj排名 / jj榜单 / jjrank | 输出 Top5 与倒数 5 名图表,并附上自己的排名 | | 日群友 / 透群友 [@某人] / 透群主 / 透管理 | 随机或定向选取一位幸运儿进行注入(默认 1 小时 CD,主人无 CD) | | 注入查询 [历史/全部] [@某人] | 查询当日或全部历史被注入量;带 历史 / 全部 时附走势图 |

帮助信息已经接入 mioku 自带的 mioku-plugin-help,群里使用对应的帮助命令即可看到上述命令列表,不再单独提供 淫趴介绍

数据存储

数据通过 mioki 的 createDB 落盘到 data/impact/impact.json,包含:

  • users —— 每位用户的牛子长度与最后活跃时间
  • groups —— 各群是否开启淫趴
  • ejaculations —— 每位用户按日期累计的被注入量

如果重命名 / 重装插件,请将 data/impact/ 一并迁移即可保留进度。

欢迎 PR / issue 反馈问题。