File: control

package info (click to toggle)
node-monocle 1.1.51%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: javascript: 447; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 847 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
Source: node-monocle
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.5
Homepage: https://github.com/samccone/monocle
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-monocle.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-monocle.git

Package: node-monocle
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-readdirp
Description: Watch directories for file changes - Node.js module
 This module provides a thin layer on top of Node.js fs.watch tool.
 It helps watching nested directories, arbitrary paths, and deals with
 some cross-platform issues.
 .
 Node.js is an event-based server-side JavaScript engine.