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

meche-dom

v0.1.19

Published

meche-dom

Readme

meche-dom

A professional-grade utility package for Node.js projects, built for secure and reliable file processing in production environments. meche-dom provides a streamlined interface for handling sensitive file operations, ensuring data integrity and confidentiality throughout the processing pipeline.

Overview

meche-dom is designed for teams and projects that require a dependable, security-conscious approach to file management. Whether you are integrating into an existing workflow or building a new pipeline from the ground up, meche-dom offers a consistent and auditable experience with minimal configuration overhead.

At its core, meche-dom handles the complexity of secure file processing so that your application does not have to. All operations are performed locally — no data is transmitted to external services, and no telemetry is collected.

Security

Security is central to how meche-dom operates. Files are processed using industry-standard authenticated encryption, ensuring that both the confidentiality and integrity of your data are preserved at every step. Access is governed by a two-factor credential model, requiring valid credentials to be present before any processing can occur. Neither credential is embedded in the package or derived from publicly available information.

  • All cryptographic operations run entirely on-device
  • Credentials are read from environment variables and never stored by the package
  • Each release cycle produces a unique cryptographic context, preventing replay across versions
  • Tamper detection is built in — corrupted or modified files are rejected before any output is written

Requirements

  • Node.js 18 or higher
  • Valid credentials, provided separately upon licensing

Installation

npm install meche-dom

Configuration

Credentials are provided separately upon licensing. Ensure this file is listed in your .gitignore and is never committed to version control.

Usage

Once your credentials are configured, initialise the package using the provided CLI:

npx meche-dom

Processed output will be written to an output/ directory relative to your working directory. Any existing output from a previous run is cleared automatically before new files are written.

Notes

  • Credentials are required — the process will exit with an error if either is missing or incorrect
  • Credentials should be treated as secrets and rotated if there is any risk of exposure

License

ISC — © meche-dom