exsolve
npmv1.1.1TypeScriptModule resolution utilities based on Node.js upstream implementation.
Safe to adopt
Yes — exsolve scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 44 days ago. 26 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 44 days ago. 26 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 54 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 exsolve 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.
Compatibility
- Node.js
- No constraint declared
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the exsolve README.
// ESM import
import { resolveModuleURL, resolveModulePath, createResolver, clearResolveCache } from "exsolve";
// Or using dynamic import
const { resolveModulePath } = await import("exsolve");Dependencies
Declared by exsolve v1.1.1. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (12)
Used by
Popular packages that depend on exsolve.
Relationship graph
Dependencies (left) and dependents (right) of exsolve.
Frequently installed together
Prettier is an opinionated code formatter
Next generation testing framework powered by Vite
[](https://github.com/mmkal/expect-type/actions/workflows/ci.yml)  [](ht
Universal filesystem path utils
TypeScript definitions for node
V8 coverage provider for Vitest
Release history
26 releases in the last two years, typically about 0 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.1.1latest | 1 month ago | 54 KB | MIT |
| 1.1.0 | 2 months ago | 54 KB | MIT |
| 1.0.8 | 10 months ago | 55 KB | MIT |
| 1.0.7 | 1 year ago | 58 KB | MIT |
| 1.0.6 | 1 year ago | 58 KB | MIT |
| 1.0.5 | 1 year ago | 58 KB | MIT |
| 1.0.4 | 1 year ago | 58 KB | MIT |
| 1.0.3 | 1 year ago | 58 KB | MIT |
| 1.0.2 | 1 year ago | 57 KB | MIT |
| 1.0.1 | 1 year ago | 57 KB | MIT |
| 1.0.0 | 1 year ago | 57 KB | MIT |
| 0.4.4 | 1 year ago | 57 KB | MIT |
| 0.4.3 | 1 year ago | 57 KB | MIT |
| 0.4.2 | 1 year ago | 56 KB | MIT |
| 0.4.1 | 1 year ago | 56 KB | MIT |
Overview
exsolve is an npm package that module resolution utilities based on Node.js upstream implementation. It has 1 known dependents in the graph. The latest version is 1.1.1, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need module resolution utilities based on Node.js upstream implementation and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use exsolve?
Yes — exsolve scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 44 days ago. 26 releases in the last 2 years.
How do I install exsolve?
Run `npm install exsolve` to add exsolve to your npm project.
What license is exsolve released under?
exsolve is distributed under the MIT license.
How popular is exsolve?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on exsolve.
Is exsolve still maintained?
The most recent release of exsolve (v1.1.1) was published 1 month ago.
Does exsolve run install scripts?
No. exsolve does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.