File: control

package info (click to toggle)
node-locate-path 7.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: javascript: 113; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,060 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
Source: node-locate-path
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
 , node-p-locate (>= 6) <!nocheck>
 , node-tape <!nocheck>
 , nodejs (>= 14) <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-locate-path
Vcs-Git: https://salsa.debian.org/js-team/node-locate-path.git
Homepage: https://github.com/sindresorhus/locate-path#readme
Rules-Requires-Root: no

Package: node-locate-path
Architecture: all
Depends:
 ${misc:Depends}
 , node-p-locate (>= 6)
Multi-Arch: foreign
Description: Get the first path that exists on disk of multiple paths
 Node.js module to get the first path that exists on disk, from
 an array of multiple possible paths.
 .
 Provides a synchronous version and an asynchronous version (that
 returns a promise).
 .
 Node.js is an event-based server-side JavaScript engine.