</>PackageGraphPackageGraph

exsolve

npmv1.1.1TypeScript

Module 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.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

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

54 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

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)

@types/node ^26.1.1@vitest/coverage-v8 ^4.1.10automd ^0.4.3changelogen ^0.6.2eslint-config-unjs ^0.6.2happy-dom ^20.11.1jiti ^2.7.0obuild ^0.4.38oxfmt ^0.60.0oxlint ^1.75.0typescript ^7.0.2vitest ^4.1.10

Used by

Popular packages that depend on exsolve.

Relationship graph

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

pkg-typesexsolve
exsolve dependencies dependents

Frequently installed together

Release history

26 releases in the last two years, typically about 0 days apart.

Recent versions of exsolve
VersionPublishedSizeLicense
1.1.1latest1 month ago54 KBMIT
1.1.02 months ago54 KBMIT
1.0.810 months ago55 KBMIT
1.0.71 year ago58 KBMIT
1.0.61 year ago58 KBMIT
1.0.51 year ago58 KBMIT
1.0.41 year ago58 KBMIT
1.0.31 year ago58 KBMIT
1.0.21 year ago57 KBMIT
1.0.11 year ago57 KBMIT
1.0.01 year ago57 KBMIT
0.4.41 year ago57 KBMIT
0.4.31 year ago57 KBMIT
0.4.21 year ago56 KBMIT
0.4.11 year ago56 KBMIT

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.