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

jesus-react

v0.0.1

Published

The <ReactJesus /> component. Work in progress.

Readme

jesus-react

And lo, the component tree was without form, and void. And then it re-rendered.

<ReactJesus /> renders an ASCII Jesus peeking into your app. That's it. That's the component. Praise the lord.

                          :=++=-
                       :=*#%%%%#+-
                     -+#%@@@@@@@@%+-
                  :+#%@@@@@@%%%%@@@%*:
               +%@@@@@%%#***##%@@@@@@*:
            :+%@@@@%#*+=-----==+#%@@@@%-
          -#@@@@@%#*++=-----=====+#%%@@#
        =#@@@@@@#++#####+========++#@@@@+
     :+%@@@@@@%#+==*#%%%%*=======+*#%@@@*
    -#@@@@@@%%#*====+**#*+=+++++++*#%@@@+
  :*%@@@@@@@@%#*+========+*%%%##***#@@@#
=*%@@@@@@@@@@%*+++=+====*####%%%###%@@@=
@@@@@@@@@@@@@%#**++**=+*#*++**#%%%@@@@*
@@@@@@@@@@@@@%%%%%%%%%%#*++==++#%@@@@*:
@@@@@@@@@@@@%#*+*###%%%******##%@@@@*
@@@@@@@%%@@@%#*++**##%%#####%%%@@@@#:
@@@@%%##%@@@@@%#***##%@%%%@@@@@@@@*:
%%#*****#%@@@@@@%%%%%@@@@@@@@@@@#=
++++++**##%@@@@@@@@@@@@@@@@@@%*-
---==+++***##%%%%%%%@@@@@@@@@#+:
+=--==+++++****###%@@@@@@@@@%+-
**+=-===++++****#%@@@@@@@@@@%+-
****+====++++**#%@@@@@@@@@@@%#-
#***#+++===+++#@@@@@@@@@@@@@#=
****#**#**++++#@@@@@@@@@@@@@@+
++**###########%@@@@@@@@@@@@@=
--===+**#######%%%%@@@@@@@@@*
-------=++*###%##%%@@@@@@@@#
==---=-----=+***#%%%%%%%%@%+
=--------===++*#%###%%%%%%%*=
-------===+*#*######%%%%%%%#+=
------===+**##%#######%%%%%%#+
-----==+++*###***#####%%%%%%%+
---====++******##%####%%%%%%%+
-====+****++*##%#####%%%%%%%@+
====+*##****#######%%%%%%%%@*
++*###****####**##%%%%%%@@@%:
*##*#***#####***#%%%%%@@@@@+
+#*+####%##***###%%@@@@@@@%:
+*++#%%%##**##%%@@@@@@@@@@-
++++%%#####%%%%%@@@@@@@@@+
=+++#%#%%%%%%%@@@@@@@@@@%:
++++*%@%%%%@@@@@@@@@@@@@+
*+++*%%%@@@@%%%%@@@@@@@#
++++*#@@@%%%%%@@@@@@@@%-
*++**##@@@%@@@@@@@@@@@=
#*****+%%@@%@@@@@@@@@+
###*+=*@%@@%%@@@@@@@@-
*++=++#%%@@@@@@@@@@@@-
==+++*%%@@@@@@@@@@@@@-
+++*%%@@@@@@@@@@@@@%-
++*%%%@@@@@@@@@@@@%+
+**%%%@@@@@@@@@@@@#-
**#%%@@@%@@@@@@@%=
*#%%@@@%%@@@@@%+:
%%%@@@%%%@@@%*-
@@@@@%%%@@@#-
@@@%%%%@@%=
@@%%@@@%+:
@@@@@@*:
@@@@#-
@@%=
#+

Installation

npm install jesus-react

One dependency in your package.json, zero in His. He carries no baggage — only your sins and a peerDependency on React 17+.

Usage

import { ReactJesus } from "jesus-react";

function App() {
  return <ReactJesus />;
}

No props. He does not need anything from you. He accepts your container exactly as it is and fills it completely.

He works in mysterious ways (responsive abstraction)

<ReactJesus /> scales to whatever space you give Him. But He refuses to become an unreadable smudge: once the font would drop below legibility, the art is re-rendered at a coarser resolution with a smaller character palette instead.

In other words: the smaller the screen, the more abstract He becomes — from a fully detailed portrait on desktop, down to a pure two-tone silhouette on a smartwatch. Blessed are the low-DPI, for they shall still receive the general idea.

  • Full glory — large containers get the complete 10-character ramp.
  • Impressionism — medium containers get a downsampled, softer Jesus.
  • Minimalism — tiny containers get the silhouette. He is still there. He is always there.

Features

  • ✝️ Renders Jesus
  • 📐 Fits any container via ResizeObserver — no divine intervention required
  • 🕊️ Progressive abstraction instead of illegible shrinking

FAQ

Why does He peek from the corner? He's checking on your code. He saw the nested ternary. He forgives you.

Does it support dark mode? He inherits color from His parent. He is the light, but He respects your theme.

Can I make Him bigger? Make His container bigger. As with all things: you get out what you put in.

Local development

The playground uses Vite, which is not a dependency of the package itself:

npm install
npm install --no-save vite
npm run dev

The playground renders ReactJesus directly from src, so changes to src/ReactJesus.tsx appear immediately. Drag the preview box's corner to watch the abstraction miracle happen.

License

MIT — free, as grace should be.