パッケージ: node-resolve-import (1.4.6+~3.0.1-1)
node-resolve-import に関するリンク
Debian の資源:
node-resolve-import ソースパッケージをダウンロード:
- [node-resolve-import_1.4.6+~3.0.1-1.dsc]
- [node-resolve-import_1.4.6+~3.0.1.orig-walk-up-path.tar.gz]
- [node-resolve-import_1.4.6+~3.0.1.orig.tar.gz]
- [node-resolve-import_1.4.6+~3.0.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
