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 🙏

© 2025 – Pkg Stats / Ryan Hefner

javascript-heroes

v0.2.0

Published

A curated list of awesome people from the JavaScript community

Downloads

14

Readme

Build Status XO code style contributions welcome

Heroes! Wait, what?

Google comes up with definition of a hero as "a person who is admired for their courage, outstanding achievements, or noble qualities".

Considering that, we see few people who have been using their experience, knowledge and mixing up both of those with some curiosity and finally spending their valuable time solving problems and doing good for the entire community. We say them - heroes.

Motivation

While developing Gopher (a tool to make things friendly and interesting for front-end developers) [WIP], I came across an idea of putting up a list of few amazing people from the community for all the fellow programmers (newbies et al). Instead of creating the list and storing that in some corner of the codebase ("hidden"), I decided to release it as a separate repo for public accessibility.

Why?

Well, JavaScript; in fact front-end evolves at a supersonic speed. Blogs, posts, news is nice, but keeping yourself up with updates and some valuable tips/ideas from few really influential people in the community is always very helpful. Sometimes better.

Module? I don't understand!

Although its really good to have a markdown for such purpose, the thought process here was to make this list of people accessible as a JSON. What would do it better than NPM? Doesn't necessarily you need to create some other module/app using it (although it'd be nice to see something like that), you can use that list anywhere. It's an all-purpose thingy.

So, these heroes.. Is that it?

Nope. This is just an initial list. There are many, many more, others. Please feel free to open a PR with details of your favorite JavaScript person and a reason why he/she would be a good addition to the list.

Install

Install it using the standard NPM -

npm install --save javascript-heroes

or using YARN -

yarn add javascript-heroes

Usage

Import the (JSON list)[/heroes.json] :

import jsHeroes from 'javascript-heroes'

and do something awesome.

todos

  • add hero details on markdown
  • add more heroes
  • PR! PR! PR!

Contribute!

At present, the list is really small, I agree. And there are plentiful other people who should be here on this list. So please go ahead and open a PR with your favorite heroes. Don't forget to put up the reason why according to you the person is a hero.

If you think, there should be some other details for a hero, suggest one by opening an issue.