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

tacklebox

v1.1.1

Published

restful api for ficion

Readme

tacklebox

restful api for ficion

Build Status NPM version devDependency Status

notes:

placeholder for minimal list of ci features

notify,test,scm are prototypes

nodeci-notify-email nodeci-scm-github nodeci-test-npm (if using npm then just do the testing or run based on package.json) nodeci-trend-local (use local store) nodeci-trend-splunk (integrate with splunk) nodeci-archive (lets have a couple simple policies but they can be overwritten?) nodeci-core (maybe a plugin but have a nodeci-server example that shows multiple plugin setup?)

// job chaining job chaining based on resulting status job dependencies before?

// archive archival / archival policy (# of runs or based on time)

// testing - this is optional, can just run something independently without a test. this just makes a specific block of the build easy config wise for standard stuff testing - how do we want to structure tests top level (job name?) -> experiments (collection of tests) -> tests

-need to handle durations per level -types - disabled, fail, pass -if fail need to handle error -handle id number -test results are per job_id, run_id

//trending (how do we want to store data results) aggregate results, might be nice to have a simple local store, but maybe even cooler integration with splunk, logstash, etc if you dont want to use native but still want stuff in one location after you figure out aggregate, can we just store vs having to redo it again, can we easily add to the resulting data set dont want to remove the others (reset flag to clear data if thats what you really do want?)

// native ssh support for deploys? // how do we extend building blocks for use (before, after)

// how do we want to handle initial auth -- local might be annoying unless theres a great easy module to do this already should be lightweight json friendly etc // utilize bell here?

// have register slave function (esp important for windows) so the master doesn't have to talk to the slave to be useful // need master/slave grouping (os partitioning, speciality function) // child count auto but overridable (1 per cpu?)

// use queue (add, filter for slave) // this would be the abtract to add to slaves