Source: node-resolve-pkg-maps Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-rollup-plugin-node-resolve, node-types-node, node-typescript, rollup, Standards-Version: 4.7.3 Homepage: https://github.com/privatenumber/resolve-pkg-maps Vcs-Git: https://salsa.debian.org/js-team/node-resolve-pkg-maps.git Vcs-Browser: https://salsa.debian.org/js-team/node-resolve-pkg-maps Package: node-resolve-pkg-maps Architecture: all Depends: ${misc:Depends}, Description: utilities for subpath and conditional resolution This node package provides an API for resolving both exports and imports in package.json, taking into account any paths and conditions. It follows the ECMAScript Module (ESM) resolution algorithm and is tested against node.js for accuracy. . This is different than the resolve.exports node module, because that one only resolves exports, whereas this package resolves both exports & imports. It also addresses many of the bugs in resolve.exports. . Node.js is an event-based server-side JavaScript engine.