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

airshare

v1.1.0

Published

A simple and elegant file sharing server for local network

Readme

Airshare 🚀

A simple and elegant file-sharing server for your local network. Share files and directories with a beautiful, responsive web interface featuring dark/light theme support.


Features ✨

  • 🎯 Zero Configuration: Start sharing with a single command.
  • 🌓 Smart Theming: Dark/Light mode with system preference detection.
  • 📱 Responsive Design: Works seamlessly on all devices.
  • 📂 Easy Navigation: Intuitive browsing with breadcrumbs.
  • 💻 Cross-Platform: Works on Windows, macOS, and Linux.
  • 🌐 Network Sharing: Access files from any device on your network.
  • 📊 File Details: View size and modification date at a glance.

Installation 📦

Install via npm:

npm install -g airshare

Quick Start 🚀

Share the current directory:

airshare

Share a specific directory:

airshare ~/Documents

Use a custom port (default: 3000):

airshare --port 8080

Usage Guide 📖

Command-Line Interface

Usage: airshare [directory] [options]

Arguments:
  directory               Directory to share (default: current directory)

Options:
  -V, --version          Output the version number
  -p, --port <number>    Port to run the server on (default: 3000)
  -h, --help             Display help information

Features in Detail 🔍

🌑 Theme Support

  • Automatic system theme detection.
  • Manual theme toggle with persistent preference.
  • Smooth transitions between themes.
  • High contrast, accessible design.

📂 File Navigation

  • Intuitive breadcrumb navigation.
  • Clear file/folder distinction with icons.
  • File size information in MB.
  • Last modified date.
  • Automatic sorting (folders first).
  • Long filename truncation with ellipsis.

🌍 Network Access

  • Automatic local IP detection.
  • Easy-to-share network URLs.
  • Cross-device compatibility.
  • Zero configuration required.

Browser Compatibility 🌐

Works with all modern browsers:

  • Chrome/Edge (latest)
  • Firefox (latest)
  • Safari (latest)
  • Mobile browsers

Project Structure 📁

airshare/
├── bin/
│   └── cli.js         # Command-line interface
├── src/
│   ├── index.js       # Main entry point
│   ├── server/
│   │   ├── index.js   # Express server setup
│   │   └── middleware.js  # Express middleware
│   ├── utils/
│   │   └── path.js    # Path handling utilities
│   └── views/
│       ├── templates.js  # HTML templates
│       └── styles.js     # CSS styles
└── package.json

Author ✨

Mohammad Khakshoor


Support 💬

If you encounter any issues or have questions:

  1. Check the GitHub Issues.
  2. Open a new issue if needed.
  3. Include relevant details about your environment and use case.

Changelog 📝

Version 1.0.0

  • Initial release.
  • Feature-rich file-sharing server.
  • Dark/Light theme support with system detection.
  • Responsive design for all devices.
  • Command-line interface.
  • Programmatic API.

Enjoy seamless local file sharing with Airshare! 🚀