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 🙏

© 2025 – Pkg Stats / Ryan Hefner

cycle2

v1.0.4

Published

Cycle 2nd gen

Downloads

255

Readme

npm-cycle2

Getting Started

Download either the production version or the development version of Cycle2.

In your web page:

<!-- declare a slideshow -->
<div class="cycle-slideshow">
    <img src="http://malsup.github.com/images/p1.jpg">
    <img src="http://malsup.github.com/images/p2.jpg">
    <img src="http://malsup.github.com/images/p3.jpg">
</div>
<!-- include NPM Cycle2 (jQuery + Cycle2) -->
<script src="http://path/to/your/copy/of/cycle2.js"></script>

That's it! You don't need to write any script to initialize the slideshow, Cycle2 will auto-initialize if you use the class cycle-slideshow. Documentation, Demos, Downloads and FAQ

Everything you need to know can be found here: https://github.com/arturo21/npm-cycle2

NPM

To install Cycle2 via NPM:

npm i cycle2

The only file you will need (unless you're customizing) is build/cycle2.js

(Other files are available for advanced customization and you can read more about them on the download and advanced download pages.) Build

If you want to make changes to Cycle2 and build it yourself, you can do so by installing the node build dependencies:

npm install

Licencia

Copyright (C) 2019 Arturo Vasquez Soluciones Web. Todos los derechos reservados.

La redistribución y uso en formatos fuente y binario están permitidas siempre que el aviso de copyright anterior y este párrafo son duplicado en todas esas formas y que cualquier documentación, materiales de publicidad y otros materiales relacionados con dicha distribución y uso reconocen que el software fue desarrollado por el Arturo Vasquez Soluciones Web. El nombre de Arturo Vasquez Soluciones Web No se puede utilizar para respaldar o promocionar productos derivados de este software sin el permiso previo por escrito. ESTE SOFTWARE SE PROPORCIONA '' tal cual '' Y SIN EXPRESA O Garantías implícitas, incluyendo, sin limitación, los implicados GARANTÍAS DE COMERCIALIZACIÓN Y APTITUD PARA UN PROPÓSITO PARTICULAR.