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

@frosttusk/ginger

v0.1.5

Published

Give Instruction Next Gain Exciting Result

Readme

G.I.N.G.E.R.

G.I.N.G.E.R. == Give Instruction Next Gain Exciting Result G.I.N.G.E.R. is a polymorphic Node.js IoT framework, it's intended as both a rapid prototyping framework as well as a framework that can be used in automation contexts. It enables developers to quickly write server-side IoT code and deploy it on a Node.js server.

Installing and Running

G.I.N.G.E.R. is a simple Node.js project so node is needed to use it. Also npm install should be executed in order to remain up to date with dependencies.

Layout

G.I.N.G.E.R. has a somewhat unusual directory layout due to its original concept being inspired by an actual dog named Ginger.

Attention

Attention files are used to describe the behavior of the server-side system. Using Ginger, developers can create various components that can be wired together. For example, they can describe the protocol they need and their desired application platform without worrying about the semantics of how these will be implemented. There are always some example attention files available.

Core

The core directory contains the main G.I.N.G.E.R. object that enables the rest of the framework. This object will perform bookkeeping duties and other maintenance functionality.

Obstacles

Obstacles are various components which can be used to expand the behavior of other components. Think of it as if you're telling Ginger to perform trick but before she can do that, she still has to hop over a few hurdles and run through a tunnel on a dog agility course.

Hurdle

A hurdle is an abstraction of authentication-like protocols. A hurdle allows the developer to simply specify what kind of authentication they need without having to implement the actual protocol. It will simply plug into whatever G.I.N.G.E.R. component is being used.

Tunnel

A tunnel is a way to pass information from one place to another. They are abstractions of communication-like protocols. There are input tunnels which allow developer to specify what to do with a given input, or to be plugged into another G.I.N.G.E.R. component. Output tunnels allow for messages to be sent to another system.

Seesaw

A seesaw is an abstraction of timer events. They allow for easily scheduling recurring events.

Tricks

Tricks are the main pull factor of G.I.N.G.E.R. a trick typically takes other G.I.N.G.E.R. components as input, and then lets the system perform a sort of "trick". These can be something like using input to turn a TV on and off.

Workflows

Publishing

  1. Make Version on GitHub
  2. Publish directly to NPM
  3. Publish to GitHub