nypm
npmv0.6.9TypeScriptUnified 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 43 days ago. 18 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 43 days ago. 18 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 3 transitive packages, about 160 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.9. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (3)
Dev (16)
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
Framework for building one portable devtool integration that runs in any viewer.
Vite DevTools Kit
Missing ECMAScript module utils for Node.js
Hub layer that orchestrates devframe docks, terminals, messages, and commands on any host.
Next generation testing framework powered by Vite
Protocol layer for describing devframe views as JSON that any renderer can display.
A fast and minimal alternative to globby and fast-glob
Universal filesystem path utils
TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files
Release history
15 releases in the last two years, typically about 24 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.6.9latest | 1 month ago | 50 KB | MIT |
| 0.6.8 | 2 months ago | 50 KB | MIT |
| 0.6.7 | 3 months ago | 47 KB | MIT |
| 0.6.6 | 4 months ago | 46 KB | MIT |
| 0.6.5 | 7 months ago | 45 KB | MIT |
| 0.6.4 | 7 months ago | 53 KB | MIT |
| 0.6.3 | 7 months ago | 35 KB | MIT |
| 0.6.2 | 11 months ago | 36 KB | MIT |
| 0.6.1 | 1 year 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 |
Overview
nypm is an npm package that unified Package Manager for Node.js. It has 3 known dependents in the graph. The latest version is 0.6.9, 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 (19 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 43 days ago. 18 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 19 direct dependencies and pulls in 3 packages in total once its runtime tree is resolved totalling about 160 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, 3 known packages depend on nypm.
Is nypm still maintained?
The most recent release of nypm (v0.6.9) was published 1 month 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.