Source: node-import-local
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-pkg-dir (>= 4.2.0) <!nocheck>
 , node-resolve-cwd (>= 3.0.0) <!nocheck>
 , ava <!nocheck>
 , node-execa <!nocheck>
 , 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
Rules-Requires-Root: no

Package: node-import-local
Architecture: all
Depends:
 ${misc:Depends}
 , node-pkg-dir (>= 4.2.0)
 , node-resolve-cwd (>= 3.0.0)
Provides: ${nodejs:Provides}
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.
