Source: node-liftoff
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12),
               node-findup-sync (>= 0.4.2),
               node-flagged-respawn (>= 1.0~),
               node-resolve (>= 1.1.7),
               node-rechoir,
               node-lodash-packages,
               node-fined,
               node-extend,
               mocha,
               chai,
               node-sinon,
               nodejs,
               pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-liftoff
Vcs-Git: https://salsa.debian.org/js-team/node-liftoff.git
Homepage: https://github.com/js-cli/js-liftoff
Rules-Requires-Root: no

Package: node-liftoff
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-findup-sync (>= 0.4.2),
         node-flagged-respawn (>= 1.0~),
         node-resolve (>= 1.1.7),
         node-rechoir,
         node-lodash-packages,
         node-fined,
         node-extend
Description: command line tool launcher
 Node.js module to make it easy for globally installed binaries
 to find and load a local installation, no matter what version it is,
 using a search algorithm similar to how node finds modules.
 .
 Supports intelligent filesystem traversal if the command is run in
 a sub-folder of the  project, and explicit directory specification.
 .
 Node.js is an event-based server-side JavaScript engine.
