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

hamster-charts

v0.0.7

Published

HamsterCharts----新增众多组件并修复一些bug

Readme

HamsterCharts

Hamster Charts

作者:鹤酒、hejiu45

官方文档

介绍:

Hamster Charts是一个基于Vite 与 Vue3 开发的可视化组件库,由鹤酒(和就5)独立开发,如果大家感兴趣也可以加入我们一起开发和完善我们组件库,这是一个简约、简单、易上手的组件库。

安装与卸载:

# 安装
npm i hamster-charts

# 卸载
npm uninstall hamster-charts

引用方式:

注意:支持vue3

全局 引用:

import { createApp } from 'vue'
import './style.css'
import App from './App.vue'

// 手动引用样式
import HamsterCharts from 'hamster-charts'
import '/node_modules/hamster-charts/dist/hamster-charts.css'

createApp(App).use(HamsterCharts).mount('#app')

局部 引用

<script setup>
import bg01 from "./assets/bg.png"
import header from "./assets/header.png"
import bg02 from "./assets/bg01.png"
// 局部引入
import { hBody, hHeader, hContent } from "h-hamster-charts"
</script>

<template>
  <h-body :imgUrl="bg01">
    <h-header :imgUrl="header"></h-header>
    <h-content :imgUrl="bg02"></h-content>
  </h-body>
</template>

<style scoped>
</style>

关于我们:

鹤酒开源

大家好,

我是鹤酒,来自一个充满激情和技术热忱的团队——“鹤酒开源”。我们是一群热爱技术的极客,专注于探索从前端到后端的各种开发技术和最佳实践。我们的名字来源于对技术如鹤般优雅而专注的追求,以及像美酒一样醇厚的技术分享精神。

作为一名直男癌患者(自嘲),我对技术的痴迷已经达到了废寝忘食的地步。无论是深入研究算法优化,还是探讨最新的Web框架,或是解决复杂的系统架构问题,我都乐此不疲。我的技能栈非常广泛,涵盖了从前端的用户体验设计与实现(HTML/CSS/JavaScript等)到后端的服务端逻辑处理(Java, Python, Node.js等)、数据库管理(MySQL, MongoDB等),甚至包括云服务部署和维护等方面。

在“鹤酒开源”这个团队里,我们秉持开放共享的理念,致力于通过开源项目贡献自己的力量,并积极参加各种技术社区活动,与其他开发者交流学习心得和技术经验。我们相信,只有不断进步才能在这个快速发展的行业中立于不败之地。

如果您也是一位对技术充满热情的朋友,欢迎随时与我或“鹤酒开源”的其他成员交流互动!

加入我们:

Wechat(微信):stf8264

QQ:3171292158