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

@iod-solutions/slidev-theme

v0.3.1

Published

IoD solutions branded Slidev theme

Downloads

380

Readme

Thème slidev d'IoD solutions

Layouts disponibles

| Layout | Usage | | ----------- | ------------------------------------------------------ | | cover | Slide de titre (fond cyan, logo centré bas) | | default | Slide de contenu (fond blanc, logo + footer en bas) | | section | Transition de section (fond cyan, numéro + titre) | | two-cols | Deux colonnes (utiliser ::right:: pour séparer) | | statement | Contenu centré (idéal pour 3 takeaways, rule of three) | | quote | Citation centrée avec marque guillemet en cyan | | end | Slide de clôture (fond noir, « Merci ! », contacts) |

Frontmatter par slide

---
layout: default
meta: 'Atelier — Recherche sémantique'   # texte du footer (optionnel)
sectionTag: 'Cas d''usage 1 / 3'         # pastille top-left (optionnel)
---

Pour le layout section :

---
layout: section
num: 1                                    # numéro affiché (01, 02, ...)
---

# Titre de la section
## Sous-titre optionnel

Pour end :

---
layout: end
email: [email protected]
phone: '07 61 43 99 23'
website: www.iod-solutions.fr
linkedin: LinkedIn/iod-solutions
---

Tokens de design

Variables CSS exposées via :root, modifiables avec un bloc <style> dans slides.md :

| Variable | Valeur | Usage | | ------------------ | --------- | --------------------- | | --iod-cyan | #009FBC | Couleur primaire IoD | | --iod-cyan-dark | #007D94 | Hover, accents foncés | | --iod-cyan-light | #E5F4F7 | Backgrounds accentués | | --iod-cream | #EFE9DC | Boxes d'information | | --iod-warning | #E8A23C | Boxes d'avertissement | | --iod-text | #1F2937 | Texte courant | | --iod-muted | #6B7280 | Sous-titres, footers |

Classes utilitaires

  • .accent — texte en cyan IoD
  • .muted — texte en gris secondaire
  • .iod-box — box crème (info)
  • .iod-box-accent — box cyan light avec bordure cyan
  • .iod-box-warning — box orange avec bordure orange
  • .iod-cols-2 / .iod-cols-3 — grilles 2 / 3 colonnes
  • .iod-numbered — carte numérotée 01 / 02 / 03 (style template IoD)

Roadmap

  • [ ] Logo en SVG vectoriel (actuellement PNG 500 × 246)
  • [ ] Variante dark du logo pour le layout end
  • [ ] Layout image-content (image + texte, bande cyan latérale)
  • [ ] Tests visuels (snapshots Playwright)
  • [ ] Workflow GitHub Actions pour publication automatique en GitHub Packages

License

UNLICENSED — usage interne IoD solutions uniquement.