</>PackageGraphPackageGraph

nypm

npmv0.6.8TypeScript

Unified Package Manager for Node.js

Safe to adopt

Yes — nypm scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 25 days ago. 19 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 25 days ago. 19 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Pulls in 3 transitive packages, about 156 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding nypm to a project.

3
Direct dependencies

Runtime packages this one declares itself.

3
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

156 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

Every license you inherit by installing nypm, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >=18
Module format
ESM only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the nypm README.

// ESM import
import { addDependency } from "nypm";

// or dynamic import
const { addDependency } = await import("nypm");

Dependencies

Declared by nypm v0.6.8. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (15)

@types/node ^26.0.1@typescript/native-preview 7.0.0-dev.20260627.2@vitest/coverage-v8 ^4.1.9automd ^0.4.3changelogen ^0.6.2eslint-config-unjs ^0.6.2expect-type ^1.4.0obuild ^0.4.37oxfmt ^0.56.0oxlint ^1.71.0pkg-types ^2.3.1std-env ^4.1.0typescript ^6.0.3ufo ^1.6.4vitest ^4.1.9

Used by

Popular packages that depend on nypm.

Relationship graph

Dependencies (left) and dependents (right) of nypm.

Frequently installed together

Release history

16 releases in the last two years, typically about 24 days apart.

Recent versions of nypm
VersionPublishedSizeLicense
0.6.8latest25 days ago50 KBMIT
0.6.71 month ago47 KBMIT
0.6.62 months ago46 KBMIT
0.6.55 months ago45 KBMIT
0.6.46 months ago53 KBMIT
0.6.36 months ago35 KBMIT
0.6.210 months ago36 KBMIT
0.6.111 months ago34 KBMIT
0.6.01 year ago27 KBMIT
0.5.41 year ago51 KBMIT
0.5.31 year ago51 KBMIT
0.5.21 year ago51 KBMIT
0.5.11 year ago51 KBMIT
0.5.01 year ago49 KBMIT
0.4.11 year ago44 KBMIT

Overview

nypm is an npm package that unified Package Manager for Node.js. It has 2 known dependents in the graph. The latest version is 0.6.8, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need unified Package Manager for Node.js and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (18 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use nypm?

Yes — nypm scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 25 days ago. 19 releases in the last 2 years.

How do I install nypm?

Run `npm install nypm` to add nypm to your npm project.

How many dependencies does nypm have?

nypm declares 18 direct dependencies and pulls in 3 packages in total once its runtime tree is resolved totalling about 156 KB on disk.

What license is nypm released under?

nypm is distributed under the MIT license.

How popular is nypm?

npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on nypm.

Is nypm still maintained?

The most recent release of nypm (v0.6.8) was published 25 days ago.

Does nypm run install scripts?

No. nypm does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.