File: control

package info (click to toggle)
node-which 2.0.2%2B~cs1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: javascript: 385; sh: 8; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,146 bytes parent folder | download
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
Source: node-which
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-isexe <!nocheck>
 , node-tap <!nocheck>
 , node-mkdirp <!nocheck>
 , node-rimraf <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/isaacs/node-which
Vcs-Git: https://salsa.debian.org/js-team/node-which.git
Vcs-Browser: https://salsa.debian.org/js-team/node-which
Rules-Requires-Root: no

Package: node-which
Architecture: all
Depends:
 ${misc:Depends}
 , node-isexe (>= 2.0.0-5~)
 , nodejs:any
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Cross-platform 'which' module for Node.js
 node-which finds the first instance of a specified executable
 in the PATH environment variable, simulating the behaviour of
 the standard "which" program.
 node-which supports all platforms supported by Node.js.
 .
 This is the module only, the binary being totally useless.
 .
 Node.js is an event-based server-side javascript engine.