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

pdlm

v1.1.3-stable-3

Published

ProjectDelta package manager's NPM endpoint

Downloads

62

Readme

PDLM - ProjectDelta Library Manager

Official project manager for ProjectDelta, a more secure and more user friendly library manager.

Installation

PDLM is a CLI package, meaning that PDLM is fully command line based. Note: Although this package is available on ProjectDelta, This installation is focused on NPM

Option 1: Global Install

Execute the following command in your command prompt

npm install -g pdlm

Option 2: Dev Dependency

Execute the following command in your command prompt

npm install --save-dev pdlm

then use scripts in your package.json to use PDLM.

Prerun Script

With each CLI run, our prerun script runs. It will install the required script, if it is not installed. This is to ensure that the CLI is fully functional. All the required packages is in the dependencies section of the package.

Features

  1. All the neccessary commands that interacts with ProjectDelta
  2. Heavily maintained - Any bugs will be fixed very fast!
  3. Less storage - PDLM is a light weight plugin - meaning that PDLM will not take up much of your precious space.
  4. Fully optimized - PDLM is fully optimized - PDLM will not take much memories away!
  5. Cross platform - NPMJS packages can be used as dependencies.

Documentation

PDLM is a CLI plugin.

adduser [options]

Register for ProjectDelta!

[Options]:
    -f --force: Whether or not to force register the user.

init

Initialize your project to be compatible with Project Delta!

[Options]:
    -y --yes: Whether to say yes to all init fields.
    -f --force: force login.

install [options]

Install a package from ProjectDelta!

[package]: The package to uninstall. If left blank all package in package.json will be installed.
[Options]:
    -d --dev: Whether or not to install the package as a dev dependency.
    -g --global: Whether or not to install the package globally.
    -f --force: Force install the package.
    -t --tag: The prefereed tag of the package to install.

login [options]

Login to ProjectDelta!

[Options]:
    -f --force: force login.

logout [options]

Logout of ProjectDelta!

[Options]:
    -f --force: force logout.

publish [options]

Publish a package to ProjectDelta!

[Options]:
    -f --force: Whether or not to force publish the package.

uninstall [options]

Uninstall a package from ProjectDelta!

<package>: The package to uninstall
[Options]:
    -f --force: Whether or not to force publish the package.
    -g --global: Whether or not to uninstall the package globally.

unpublish [options]

Uninstall a package from ProjectDelta! (Note: This is only available for the ProjectDelta team)

<package>: The package to unpublish.

update [options]

Uninstall a package from ProjectDelta! (Note: This is only available for the ProjectDelta team)

<package>: The package to update. If left blank all packages will be updated.
[Options]:
    -f --force: Whether or not to force update the packages.
    -g --global: Whether or not to update global packages instead of local.

License

MIT License

Copyright (c) 2023 Apple Development

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.