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 🙏

© 2024 – Pkg Stats / Ryan Hefner

cybele

v1.2.0

Published

Everything the standard JavaScript library is missing.

Downloads

4

Readme

cybele

Everything the standard JavaScript library is missing.

setup

npm

npm i cybele

Import inside an ES module.

import c from 'cybele.js)

or

Import inside a CommonJS module.

let c = require('cybele');

browser

<script src="https://unpkg.com/cybele"></script>

The module is globally available as c.

usage

coming soon

members

  • c.Array.is src
  • c.Array.isEmpty src
  • c.Array.prototype.isEmpty src
  • c.Array.prototype.combinations src
  • c.Array.prototype.indexOfMax src
  • c.Array.prototype.indexOfMin src
  • c.Array.prototype.last src
  • c.Array.prototype.lastIndex src
  • c.Array.prototype.max src
  • c.Array.prototype.min src
  • c.Array.prototype.multicombinations src
  • c.Array.prototype.multipermutations src
  • c.Array.prototype.permutations src
  • c.Boolean.is src
  • c.Function.constant src
  • c.Function.identity src
  • c.Function.is src
  • c.Function.noop src
  • c.Function.stubArray src
  • c.Function.stubFalse src
  • c.Function.stubNull src
  • c.Function.stubObject src
  • c.Function.stubOne src
  • c.Function.stubString src
  • c.Function.stubTrue src
  • c.Function.stubZero src
  • c.Function.prototype.bindPartial src
  • c.Math.clamp src
  • c.Math.degreesToRadians src
  • c.Math.degreesToTurns src
  • c.Math.mean src
  • c.Math.radiansToDegrees src
  • c.Math.radiansToTurns src
  • c.Math.scale src
  • c.Math.turnsToDegrees src
  • c.Math.turnsToRadians src
  • c.Number.is src
  • c.Number.isBetween src
  • c.Number.isNegative src
  • c.Number.isNegativeFinite src
  • c.Number.isNegativeSafeInteger src
  • c.Number.isNonNegative src
  • c.Number.isNonNegativeFinite src
  • c.Number.isNonNegativeSafeInteger src
  • c.Number.isNonPositive src
  • c.Number.isNonPositiveFinite src
  • c.Number.isNonPositiveSafeInteger src
  • c.Number.isPositive src
  • c.Number.isPositiveFinite src
  • c.Number.isPositiveSafeInteger src
  • c.Number.prototype.isBetween src
  • c.Number.prototype.isNegative src
  • c.Number.prototype.isPositive src
  • c.Object.hasOwn src
  • c.Object.is src
  • c.Object.isEmpty src
  • c.Object.mapKeys src
  • c.Object.mapValues src
  • c.Object.size src
  • c.Promise.is src
  • c.Promise.sleep src
  • c.Promise.try src
  • c.Set.difference src
  • c.Set.intersection src
  • c.Set.is src
  • c.Set.union src
  • c.Set.prototype.difference src
  • c.Set.prototype.intersection src
  • c.Set.prototype.union src
  • c.String.is src
  • c.String.isBlank src
  • c.String.isEmpty src
  • c.String.isNonBlank src
  • c.String.isNonEmpty src
  • c.String.prototype.isBlank src
  • c.String.prototype.isEmpty src