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

xoupai-utils

v1.0.0

Published

Lightweight utility library for generating passwords, UUIDs, and text processing. Powered by Xoupai Tools.

Readme

Xoupai Utils

A lightweight, zero-dependency utility library for generating secure passwords, UUIDs, and processing text.

This library powers the core functionality of Xoupai Tools.

🚀 Features

  • Secure Password Generator: Customizable length and character sets.
  • UUID v4 Generator: Create unique identifiers instantly.
  • Text Formatting: Simple title-case conversion.
  • Lightweight: Zero dependencies, works in Node.js and Browser.

📦 Installation

npm install xoupai-utils






💻 Usage
const { generatePassword, generateUUID } = require('xoupai-utils');

// Generate a secure password
const password = generatePassword(16, { useSymbols: true });
console.log(password); // e.g., "K9@j#m$p2&lX!z9"

// Generate a UUID
const id = generateUUID();
console.log(id); // e.g., "1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed"





🔗 Online Tools
If you prefer a visual interface, try our free online tools:
Online Password Generator - Visual interface for this library.
HEIC to JPG Converter - Batch convert iPhone photos locally.
Word Counter - Count words and characters.
Image Compressor - Compress images efficiently.
📄 License
MIT © Xoupai Team