File: control

package info (click to toggle)
node-liftoff 3.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,588 kB
  • sloc: javascript: 2,080; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 1,606 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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 (= 13)
 , dh-sequence-nodejs
 , chai <!nocheck>
 , mocha <!nocheck>
 , node-extend <!nocheck>
 , node-findup-sync <!nocheck>
 , node-fined <!nocheck>
 , node-flagged-respawn <!nocheck>
 , node-for-own <!nocheck>
 , node-is-plain-object (>= 5.0.0~) <!nocheck>
 , node-kind-of <!nocheck>
 , node-lodash-packages <!nocheck>
 , node-rechoir <!nocheck>
 , node-resolve <!nocheck>
 , node-sinon <!nocheck>
Standards-Version: 4.6.0
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}
 , node-extend
 , node-findup-sync
 , node-fined
 , node-flagged-respawn
 , node-for-own
 , node-is-plain-object (>= 5.0.0~)
 , node-kind-of
 , node-lodash-packages
 , node-rechoir
 , node-resolve
Provides: ${nodejs:Provides}
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.