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

yc-musicplayer

v2.0.0

Published

可嵌入的音乐播放器 Web Component,支持 CDN 引入和 NPM 安装,可被任何网站引用

Readme

音乐播放器

一个简单的音乐播放器应用,支持播放本地音乐文件并显示元数据信息。

功能特点

  • 支持播放MP3、FLAC等多种音频格式
  • 自动读取音乐文件元数据(标题、艺术家、专辑等)
  • 简洁美观的用户界面
  • 播放控制(播放/暂停、上一首/下一首、音量调节)

技术栈

  • 前端:HTML, CSS (Tailwind CSS), JavaScript
  • 后端:Node.js, Express
  • 音乐元数据解析:music-metadata

使用方法

  1. 安装依赖:

    npm install
  2. 启动服务器:

    npm start
  3. 在浏览器中访问:

    http://localhost:3000

配置

可以通过环境变量配置:

  • PORT:服务器端口(默认:3000)
  • MUSIC_DIR:音乐文件目录(默认:./jays)