Source: node-import-local Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-pkg-dir (>= 4.2.0) , node-resolve-cwd (>= 3.0.0) , ava , node-execa , node-rollup-plugin-typescript , rollup , ts-node Standards-Version: 4.7.4 Homepage: https://github.com/sindresorhus/import-local#readme Vcs-Git: https://salsa.debian.org/js-team/node-import-local.git Vcs-Browser: https://salsa.debian.org/js-team/node-import-local Package: node-import-local Architecture: all Depends: ${misc:Depends} , node-pkg-dir (>= 4.2.0) , node-resolve-cwd (>= 3.0.0) Provides: ${nodejs:Provides} Breaks: node-jest-debbundle (<< 29.6.2~ds5+~cs73.45.28-3~) Replaces: node-jest-debbundle (<< 29.6.2~ds5+~cs73.45.28-3~) Description: use a locally Node.js CLI package instead of a global one The import-local package lets a globally installed CLI (Command‑Line Interface) automatically switch to the project’s locally installed version of itself when one exists. It’s mainly used by command‑line tools to ensure they always run the version inside the project (under node_modules), not the global one . For example, AVA and XO uses this method. . This package includes also small module: - node-resolve.exports (resolve.exports): a general-purpose, and configurable "exports" and "imports" resolver from package.json. . Node.js is an event-based server-side JavaScript engine.