File: control

package info (click to toggle)
node-findit2 2.2.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: javascript: 318; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 971 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
Source: node-findit2
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-tap <!nocheck>
 , node-mkdirp <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/andrewrk/node-findit
Vcs-Git: https://salsa.debian.org/js-team/node-findit2.git
Vcs-Browser: https://salsa.debian.org/js-team/node-findit2
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-findit2
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: walk a directory tree recursively with events
 findit2 is a Node.js module to recursively walk directory trees. It supports
 optionally following symlinks and detects file system loops.
 .
 This module is a backward-compatible rewrite of node-findit to provide bug
 fixes and better symlink support.
 .
 Node.js is an event-based server-side JavaScript engine.