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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@allusivebox/core

v0.5.0

Published

A simple package containing small, possibly overkill, code for projects I work on.

Downloads

60

Readme

npm (scoped) install size

What is this?

This package contains a lot of core functionality for stuff I find myself using regularly, either for my current job, personal projects, or small scripts that I write here and there. In truth, I don't expect anyone else to look at this and go "Wow, this is super cool, I need to use this!", but if you do, that's great.

A lot of the work in here originated from another npm package that I had originally tried to run with, but I quickly realized that it was growing massively out of scope, and that I had so many ideas I wanted to include, that I ultimately just burnt out. This package is an attempt to isolate core features I find myself using regularly and including them here. Anything outside that will be in another package, or per project as needed.

Usage

As previously stated, the intended usage of this is for commonly reused functionality, be it utility functions, types, what have you. It's free to use, and if you have any improvements, bugs, or suggestions, please feel free to open an issue.

What's Included?

I'm trying to keep this pretty bare bones. At present, there are a few classes and stuff, but the vast majority of this package (at least presently) is the various utility functions included. I do have plans for adding more stuff, it's just a matter of do they belong in the core package, or in others, is where I'm at now in the debate process.

What's new?

Check the change log for a complete list of all the changes between releases.