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 🙏

© 2025 – Pkg Stats / Ryan Hefner

easybangumi-jsdev

v1.0.3

Published

为开发纯纯看番JS插件源提供类型与工具链支持

Downloads

8

Readme

EasyBangumi JsDev

为开发纯纯看番 JS 插件源提供类型与工具链支持

让你免受 gradle sync 之苦(恼

安装依赖

你需要先创建一个开发文件夹并按以下要求配置环境。

npm init
npm install easybangumi-jsdev

可以到easybangumiorg/JsDev仓库的src目录下复制一份better_startup.js作为你项目的开始,better_startup会为你提供一些实用工具满足你的开发需求。

之后将通过npm模板创建项目,解决不能直接获取到类型提示的问题。

类型提示

你需要在另一个窗口打开globals.d.ts文件才能获取类型提示,这是之后需要解决的问题。

如果无法正确的获得类型提示,检查是否安装了IntelliCode这类插件。

启动调试服务器

npx ebjsdev [path/to/file]

在插件设置中将调试开关打开,并设置调试服务器的地址即可获取插件运行的日志。

~~这服务器太简陋了~~

你可以在开启调试服务器时设定一个文件路径,用于即时的传递你新修改的插件文件,这个文件会在插件服务器的根目录下获取到。

你也可以在浏览器中直接打开命令行给出的地址查看文件是否被正确的传递。

纯纯看番->更多->番源管理->扩展->上方加号->JS文件URL中输入开发服务器地址即可快速同步插件文件到纯纯看番(目前只能通过复制黏贴的方法加快重载)。

例程

  • Better Startup 更好的项目开始
  • Jellyfin 使用更好的项目开始构建的在纯纯看番上使用Jellyfin的插件

以上项目需要在easybangumiorg/JsDev中打开