Source: node-resolve-import Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-glob , node-tshy , node-typescript , node-tap , ts-node Standards-Version: 4.7.3 Homepage: https://github.com/isaacs/resolve-import#readme Vcs-Git: https://salsa.debian.org/js-team/node-resolve-import.git Vcs-Browser: https://salsa.debian.org/js-team/node-resolve-import Package: node-resolve-import Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} , node-glob Provides: ${nodejs:Provides} Description: deterministic import path resolution for Node.js This module provides deterministic resolution of targets referenced by import() statements within Node.js ESM loader environments. It identifies the exact file that Node.js would load and returns either a file:// URL object for filesystem‑based resolutions or the corresponding builtin module identifier when the request refers to a Node.js core module. . The package also includes an auxiliary component, node-walk-path, which implements a generator that iteratively traverses a filesystem path upward, yielding each parent directory in sequence. This utility is well suited for directory‑tree inspection, configuration discovery, and other tasks requiring systematic upward path traversal. . Node.js is an event-based server-side JavaScript engine.