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

@qnsp/cli

v0.1.5

Published

QNSP CLI: manage keys, secrets, audit logs, and post-quantum cryptography from the terminal. Free tier at cloud.qnsp.cuilabs.io.

Readme

@qnsp/cli

Command-line interface for the QNSP platform — full coverage for all 13 services.

Quick Start

  1. Create a QNSP account at https://cloud.qnsp.cuilabs.io/signup (then sign in at /auth if needed)
  2. Sign in with your Tenant ID and credentials
  3. Generate an API key at https://cloud.qnsp.cuilabs.io/api-keys
  4. Install and configure:
pnpm add -g @qnsp/cli
export QNSP_TENANT_ID="your-tenant-id"
export QNSP_SERVICE_ID="your-service-id"
export QNSP_SERVICE_SECRET="your-service-secret"

qnsp vault list
qnsp kms list-keys
qnsp audit list-events --topic storage.document.uploaded

Requirements

  • Node.js >= 24.12.0 (engines in package.json)

Installation

pnpm add -g @qnsp/cli

Usage

qnsp --help

Service Coverage

Complete CLI commands for all QNSP services:

Core Services

  • Auth - Service token authentication
  • KMS - Key management (list, get, create)
  • Vault - Secret management (list, get)
  • Audit - Event logging and querying

Data Services

  • Storage - Object storage operations
  • Search - Full-text search and indexing

Platform Services

  • Tenant - Tenant management
  • Billing - Add-on management and usage tracking
  • Access Control - Policy management
  • Observability - Metrics and traces
  • Security - Incident and breach detection

Configuration

Environment variables:

  • QNSP_AUTH_SERVICE_URL - Auth service URL (default: http://localhost:8081)
  • QNSP_SERVICE_ID - Service account ID
  • QNSP_SERVICE_SECRET - Service account secret
  • QNSP_TENANT_ID - Tenant identifier
  • QNSP_KMS_SERVICE_URL - KMS service URL (default: http://localhost:8095)
  • QNSP_VAULT_SERVICE_URL - Vault service URL (default: http://localhost:8090)
  • QNSP_AUDIT_SERVICE_URL - Audit service URL (default: http://localhost:8103)
  • QNSP_STORAGE_SERVICE_URL - Storage service URL (default: http://localhost:8092)
  • QNSP_SEARCH_SERVICE_URL - Search service URL (default: http://localhost:8091)
  • QNSP_TENANT_SERVICE_URL - Tenant service URL (default: http://localhost:8108)
  • QNSP_BILLING_SERVICE_URL - Billing service URL (default: http://localhost:8109)
  • QNSP_ACCESS_CONTROL_SERVICE_URL - Access control URL (default: http://localhost:8104)
  • QNSP_OBSERVABILITY_SERVICE_URL - Observability URL (default: http://localhost:8105)
  • QNSP_SECURITY_MONITORING_SERVICE_URL - Security monitoring URL (default: http://localhost:8106)
  • QNSP_OUTPUT_FORMAT - Output format: json, table, yaml (default: table)
  • QNSP_VERBOSE - Enable verbose output

Testing

pnpm test

Test Coverage: 31 tests across 6 test suites

  • Unit tests for config, auth, output utilities
  • Integration tests for KMS, Vault, Audit commands

Related Documentation

License

Licensed under the Apache License, Version 2.0. See LICENSE.

© 2026 QNSP — CUI LABS, Singapore