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

@chahuadev/emoji-cleaner-app

v3.0.2

Published

Chahuadev Emoji Cleaner App

Downloads

980

Readme

@chahuadev/emoji-cleaner-app

A professional, high-security tool to remove emojis from your project files.

Development Journey: Meticulously crafted over 4 to 6 months. The system's logic and flow were pushed far beyond the initial simple idea to ensure safe, deep, and highly efficient file processing without compromising your project's integrity.


� Running on Linux / WSL2 (Ubuntu)

First install the required system libraries (one-time setup):

sudo apt-get update && sudo apt-get install -y \
  libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 \
  libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 \
  libxrandr2 libgbm1 libasound2

Then run the AppImage:

chmod +x "Emoji Cleaner.AppImage"
DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 \
  ./"Emoji Cleaner.AppImage" \
  --appimage-extract-and-run --no-sandbox --disable-gpu

WSL2 tip: Copy to WSL native filesystem first:

# Path after: npm install -g @chahuadev/emoji-cleaner-app
# (no sudo)
cp ~/.npm-global/lib/node_modules/@chahuadev/emoji-cleaner-app/bin/"Emoji Cleaner.AppImage" /tmp/EmojiCleaner.AppImage
# (with sudo)
# cp /usr/lib/node_modules/@chahuadev/emoji-cleaner-app/bin/"Emoji Cleaner.AppImage" /tmp/EmojiCleaner.AppImage
chmod +x /tmp/EmojiCleaner.AppImage
DISPLAY=:0 WAYLAND_DISPLAY=wayland-0 /tmp/EmojiCleaner.AppImage \
  --appimage-extract-and-run --no-sandbox --disable-gpu

�🛡️ CRITICAL SECURITY WARNING - FORTRESS PROTECTION

Maximum Security - FORTRESS SECURITY

  • Smart File Analysis: Deep scanning engine to prevent accidental syntax destruction.
  • No System File Access: Strictly isolated from modifying core OS system files.
  • Sandboxed Execution: Safe binary execution strictly within authorized directories.
  • Always use latest version: Stay updated for maximum safety against newly discovered edge cases.

⚙️ Installation & Usage

Multi-Platform Support: This app supports Windows (x64, ia32) and Linux (x64). Our system automatically detects your operating system and securely downloads the required binary (.exe or .AppImage) behind the scenes.

Global Install (Recommended for CLI)

If you want to use the app directly from your terminal anywhere on your system:

npm install -g @chahuadev/emoji-cleaner-app --foreground-scripts --force

Local Install (For Node.js projects)

If you want to integrate the app into your specific project:

Bash

npm install -g @chahuadev/emoji-cleaner-app --foreground-scripts --force

💻 Usage

You can use the Chahuadev Emoji Cleaner either via Command Line or programmatically in your Node.js code.

1. Command Line Interface (CLI)

If installed globally, you can launch the application by simply typing:

Bash chahuadev-emoji-cleaner (You can also pass arguments directly, e.g., chahuadev-emoji-cleaner --start)

Platform Support

| Platform | Architecture | Status | Format | |----------|-------------|--------|--------| | Windows | 64-bit (x64) | Supported | EXE | | Windows | 32-bit (ia32) | Supported | EXE | | Linux | 64-bit (x64) | Coming Soon | AppImage | | macOS | Intel (x64) | Coming Soon | DMG/App | | macOS | Apple Silicon (arm64) | Coming Soon | DMG/App |

Platform Support

  • Windows: 64-bit (x64) and 32-bit (ia32) supported.
  • Linux: 64-bit (x64) AppImage supported.
  • macOS: Currently not supported.

If you attempt to install or run this on macOS, it will safely exit and notify you of the platform requirement.

Architecture: 64-bit (x64) only

If you attempt to install or run this on Mac or Linux, it will safely exit and notify you of the platform requirement.

License

Non-Commercial & Acceptable Use — See LICENSE.md