nypm
npmv0.6.8TypeScriptUnified 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
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.
Runtime (3)
Dev (15)
Used by
Popular packages that depend on nypm.
Relationship graph
Dependencies (left) and dependents (right) of nypm.
Frequently installed together
Native-ESM powered web dev build tool
Get information on local packages.
Structured diagnostic code library
Missing ECMAScript module utils for Node.js
Framework for building generic devframes
Vite DevTools Kit
Framework-neutral hub layer for devframe — docks, terminals, messages, commands.
Next generation testing framework powered by Vite
Get an available TCP port to listen
A fast and minimal alternative to globby and fast-glob
Opt-in, framework-neutral JSON-render protocol layer for devframe — spec/catalog types, base catalog, and the node runtime factory.
Release history
16 releases in the last two years, typically about 24 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.6.8latest | 25 days ago | 50 KB | MIT |
| 0.6.7 | 1 month ago | 47 KB | MIT |
| 0.6.6 | 2 months ago | 46 KB | MIT |
| 0.6.5 | 5 months ago | 45 KB | MIT |
| 0.6.4 | 6 months ago | 53 KB | MIT |
| 0.6.3 | 6 months ago | 35 KB | MIT |
| 0.6.2 | 10 months ago | 36 KB | MIT |
| 0.6.1 | 11 months ago | 34 KB | MIT |
| 0.6.0 | 1 year ago | 27 KB | MIT |
| 0.5.4 | 1 year ago | 51 KB | MIT |
| 0.5.3 | 1 year ago | 51 KB | MIT |
| 0.5.2 | 1 year ago | 51 KB | MIT |
| 0.5.1 | 1 year ago | 51 KB | MIT |
| 0.5.0 | 1 year ago | 49 KB | MIT |
| 0.4.1 | 1 year ago | 44 KB | MIT |
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.