File: control

package info (click to toggle)
node-read 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 874 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
Source: node-read
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper-compat (= 12)
 , node-mute-stream
 , node-tap
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-read
Vcs-Git: https://salsa.debian.org/js-team/node-read.git
Homepage: https://github.com/isaacs/read
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-read
Architecture: all
Depends: ${misc:Depends}
 , node-mute-stream
 , nodejs
Description: Read user input from stdin module for Node.js
 node-read extends Node.js readline.question builtin method with options
 like silent input, replaced input, timeout or default value.
 .
 Node.js is an event-based server-side javascript engine.