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

ape-gulp

v0.2.0

Published

Automate and enhance your workflow.

Readme

ape-gulp

Automate and enhance your workflow.

Usage

npm install ape-gulp --save-dev

TODO: on change dir in basic gulpFile try catch errors if the error is "ENOENT: no such file or directory, uv_chdir" then throw error about missing ape-gulp package.

Git hooks permissions

chmod 500 ./.git/hooks/post-merge

Setup

Edit package.json Add gulp script to scripts list

"scripts": {
    "gulp": "gulp --cwd ./node_modules/ape-gulp"
}

Add gulpConfig and regiter tasks to load

"gulpConfig": {
    "tasks": {
        "test": {}
    }
}

Install and add as dev dependency

npm install --save-dev ape-gulp

Contribute

Requirements

npm install -g gulp

Development

Navigate to development folder

cd development

Scripts to the gulp

npm run {{npm script name}} {{task names seperated with space}} -- {{options seperated with space and prefixed with '--' for example '--option --another-option'}} 

Stage (post publish)

Pack the NPM package localy:

npm pack

You should now get the pack version like:

ape-gulp-{{0.0.0}}.tgz

Then navigate to stage folder

cd stage

Try to install before publish:

npm install ./../ape-gulp-{{0.0.0}}.tgz

Run the script to test

npm run {{npm script name}} {{task names seperated with space}} -- {{options seperated with space and prefixed with '--' for example '--option --another-option'}}

Version

Bump a package semantic version using npm version

npm version patch -m "Upgrade to %s"

Publish

npm publish

Deprecations

npm WARN deprecated [email protected]: Please use gulp-clean-css