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

nv-cli-find-windows-mf-guid

v1.0.0

Published

nv-cli-find-windows-mf-guid ======================= - attr_0 - attr_1

Readme

nv-cli-find-windows-mf-guid

  • Recursively parse all .h/.idl files in Windows SDK include folders
  • and generate GUID -> symbol/interface name json map.

install

  • npm install nv-cli-find-windows-mf-guid

usage

  • Usage:
  • nv_cli_find_windows_mf_guid [--sdk <version>] [--out <output.json>] [--lookup <GUID>]...
  • --all-include
  • --roots um,shared,winrt

example

nv_cli_find_windows_mf_guid --all-include --out mfguid-map.all.json --lookup "{2032C7EF-76F6-492A-94F3-4A81F69380CC}" --lookup "{A1F58958-A5AA-412F-AF20-1B7F1242DBA0}" --lookup "{E52F643C-408F-4161-BD60-25520B0C4CD7}" --roots um,shared,winrt SDK version: 10.0.26100.0 Include dir: C:\Program Files (x86)\Windows Kits\10\Include Scan roots: um, shared, winrt Scan base: C:\Program Files (x86)\Windows Kits\10\Include\10.0.26100.0 File count: 3127 Parsed 50/3127 files... Parsed 100/3127 files... Parsed 150/3127 files... Parsed 200/3127 files... Parsed 250/3127 files... Parsed 300/3127 files... Parsed 350/3127 files... Parsed 400/3127 files... Parsed 450/3127 files... Parsed 500/3127 files... Parsed 550/3127 files... Parsed 600/3127 files... Parsed 650/3127 files... Parsed 700/3127 files... Parsed 750/3127 files... Parsed 800/3127 files... Parsed 850/3127 files... Parsed 900/3127 files... Parsed 950/3127 files... Parsed 1000/3127 files... Parsed 1050/3127 files... Parsed 1100/3127 files... Parsed 1150/3127 files... Parsed 1200/3127 files... Parsed 1250/3127 files... Parsed 1300/3127 files... Parsed 1350/3127 files... Parsed 1400/3127 files... Parsed 1450/3127 files... Parsed 1500/3127 files... Parsed 1550/3127 files... Parsed 1600/3127 files... Parsed 1650/3127 files... Parsed 1700/3127 files... Parsed 1750/3127 files... Parsed 1800/3127 files... Parsed 1850/3127 files... Parsed 1900/3127 files... Parsed 1950/3127 files... Parsed 2000/3127 files... Parsed 2050/3127 files... Parsed 2100/3127 files... Parsed 2150/3127 files... Parsed 2200/3127 files... Parsed 2250/3127 files... Parsed 2300/3127 files... Parsed 2350/3127 files... Parsed 2400/3127 files... Parsed 2450/3127 files... Parsed 2500/3127 files... Parsed 2550/3127 files... Parsed 2600/3127 files... Parsed 2650/3127 files... Parsed 2700/3127 files... Parsed 2750/3127 files... Parsed 2800/3127 files... Parsed 2850/3127 files... Parsed 2900/3127 files... Parsed 2950/3127 files... Parsed 3000/3127 files... Parsed 3050/3127 files... Parsed 3100/3127 files... Parsed 3127/3127 files...

Added from EXTERN_GUID: 818 Added from DEFINE_GUID: 4597 Added from uuid(interface): 4281 Total GUIDs: 9696 Output: mfguid-map.all.json

Lookup results: {2032C7EF-76F6-492A-94F3-4A81F69380CC} => (not found) {A1F58958-A5AA-412F-AF20-1B7F1242DBA0} => (not found) {E52F643C-408F-4161-BD60-25520B0C4CD7} => (not found)

METHODS

APIS

LICENSE

  • ISC