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),
               chai <!nocheck>,
               mocha <!nocheck>,
               node-extend <!nocheck>,
               node-findup-sync (>= 0.4.2) <!nocheck>,
               node-fined <!nocheck>,
               node-flagged-respawn (>= 1.0~) <!nocheck>,
               node-for-own <!nocheck>,
               node-is-plain-object <!nocheck>,
               node-lodash-packages <!nocheck>,
               node-kind-of <!nocheck>,
               node-rechoir <!nocheck>,
               node-resolve (>= 1.1.7) <!nocheck>,
               node-sinon <!nocheck>,
               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-extend,
         node-findup-sync (>= 0.4.2),
         node-fined,
         node-flagged-respawn (>= 1.0~),
         node-for-own,
         node-is-plain-object,
         node-lodash-packages,
         node-kind-of,
         node-resolve (>= 1.1.7),
         node-rechoir,
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.
