File: control

package info (click to toggle)
node-find-up 6.3.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: javascript: 484; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,143 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
Source: node-find-up
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Pirate Praveen <praveen@debian.org>,
 Utkarsh Gupta <guptautkarsh2102@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.14.12~)
 , node-is-path-inside <!nocheck>
 , node-locate-path (>= 7) <!nocheck>
 , node-path-exists (>= 5) <!nocheck>
 , node-rollup-plugin-node-resolve
 , node-tape <!nocheck>
 , rollup
 , terser
Standards-Version: 4.6.0
Homepage: https://github.com/sindresorhus/find-up
Vcs-Git: https://salsa.debian.org/js-team/node-find-up.git
Vcs-Browser: https://salsa.debian.org/js-team/node-find-up
Rules-Requires-Root: no

Package: node-find-up
Architecture: all
Depends: ${misc:Depends}
 , node-locate-path (>= 7)
 , node-path-exists (>= 5)
Description: Find a file by walking up parent directories
 find-up helps in finding a file or directory by walking up parent directories.
 There are related tools, too. CLI for this module is find-up-cli.
 .
 Node.js is an event-based server-side JavaScript engine.