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

lmddefs

v2.74.29

Published

This repo holds common interfaces that are consumed by all LMD solutions

Readme

Introduction

This repo holds common interfaces that are consumed by all LMD solutions

Getting Started

  1. ##Setup the .npmrc file Setting up the .npmrc file will allow you to pull lmddefs dependency from the Azure Artifacts

    1. Go to Artifacts
    2. Click lmddefs
    3. Click Connect to feed
    4. Click npm
    5. Click Other
    6. Follow the Project setup instructions (4 steps)

Info: In case you want to setup the .npmrc file only once globally so that it is taken into account for all projects, please follow the instructions of this guide.

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. API references

Making changes and publishing

When updates are done to the code in this repo they must be,

  1. commited git commit -m [message]

There shall be no uncommited changes left if continuing to step 2

  1. version bumped with npm version [major|minor|patch]

Running this command will bump the package version, create a new git tag, push the changes along with the tags and publish the module automatically

###How to decide whether a version bump is major, minor or patch?

  • If the updates are modifications to existing code only then use npm version patch
  • If the updates add new code then use npm version minor
  • Chances are that we never have to use npm version major for this repo so DO NOT USE IT

Learn more about semantic versioning

If updates are not published they will not be available to those who consume lmddefs via the private registry

##Please, only publish from a clean main branch

Troubleshooting

git command not found

You must have git installed to run the npm version command sucessfully. https://git-scm.com/downloads

Contribute

TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: