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

@build-in-blocks/dev.resources

v1.0.4

Published

Shared @build-in-blocks framework Typescript code development library.

Readme

@build-in-blocks/dev.resources

Latest Version NPM Downloads build passing

License: AGPL v3.0 All Contributors contributions welcome

Built with: Node.js v24.0.2

Supported Node.js versions: Node.js v20.x, v22.x, v24.x and v25.x - Monitored by central Blocks CI from @build-in-blocks/dev.setup

Overview: Shared @build-in-blocks framework Typescript code development library.

Description: Code used by more than one libraries from the @build-in-blocks framework so far, are gathered and developed in this library.

User guide: See docs.users README.md

Contributor guide: See docs.contributors README.md

Run into any issues? Report them via our product issue reports repo

Quick installation & usage guide

1. Main package installation

Install our dev resources package as a devDependency in your project:

npm install -D @build-in-blocks/dev.resources --save-exact

2. When to install typescript

If you are using both this library and @build-in-blocks/dev.build together in your project, then you don't need to install typescript in your project (the @build-in-blocks/dev.build library already does that internally, relative to your project).

Otherwise, you'll need to manually install typescript in your project. See typescript table in the general guide for more information: Typescript compatibility and usage.

3. Import needed resources

Import and use what you need from the library in your .ts (or .js) file, for example:

import { _default } from '@build-in-blocks/dev.resources';

console.log(_default);

[!NOTE]
Visit the user guide 👆🏽 to see the full list of variables and functions available.

Contributors

Thanks to these amazing contributors to the @build-in-blocks/dev.resources project. This project follows the all-contributors specification. See emoji key. Contributions of any kind welcome!