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

slidev-theme-wolnis

v1.0.0

Published

Slidev theme by Damian Ślimak for IT training and conference presentations

Readme

Slidev Theme — Wolniś

A dark Slidev theme for IT training and conference presentations by Damian Ślimak.

Based on slidev-theme-nmt by Adrian Gould, which itself builds on "The Unnamed" VS Code theme by Elio Struyf.

Usage

Add the following front-matter to your slides.md:

---
theme: gh:oidnus/slidev-theme-wolnis
---

Start Slidev and the theme will be installed automatically.

Layouts

The theme provides the following layouts:

  • cover — title slide
  • about-me — presenter introduction with photo
  • center — centered content
  • default — standard content slide
  • section — section divider
  • end — closing slide
  • fact — highlight a key metric
  • quote — styled quotation
  • comparison — side-by-side comparison
  • grid — 4-section grid (tl, tr, bl, br)
  • two-cols — two equal columns
  • two-cols-2-1 — two columns (2:1 ratio)
  • image-right — content with image on right
  • image-left — content with image on left
  • image-full — full-bleed background image
  • theory-code — theory on left, code on right
  • timeline — 3-step timeline
  • takeaways — key takeaways list

Cover

Usage

---
layout: cover
---

About me

Usage

---
layout: about-me

helloMsg: Your Presenter
name: John Doe
position: left
school: "University Lecturer"
company: "Acme Corp"
website: "example.com"
website2: "example.org"
email: "[email protected]"
imageSrc: /assets/user.png
---

Two columns

Usage

---
layout: two-cols
---

# Left

This shows on the left

::right::

# Right

This shows on the right

Two columns 2:1

Usage

---
layout: two-cols-2-1
---

# Left

This shows on the left

::right::

# Right

This shows on the right

Components

Announcement component

A small component to add announcements, callouts, and notes to slides.

Used in the form:

<Announcement type="default" title="Default Note" inline compact >
    Just something to think about
</Announcement>
  • Types: brainstorm, duration, idea, default, info, important, priority, warning, error
  • Options:
    • compact — smaller version (default false)
    • title="..." — title text (optional)
    • inline — allow multiple on a line (default false)
    • width="fit|full" — resize to full width or fit content (default fit)

Icon Override

<Announcement type="info" title="Heads up">
    Custom icon via slot
    <template #icon>
        <i class="i-fa7-solid-user-ninja h-5 w-5 mt-0.5"></i>
    </template>
</Announcement>

Author

Damian Ślimak — IT trainer, university lecturer, and creator of nawigator.ai

Credits

License

MIT