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 (= 13)
 , dh-sequence-nodejs
 , node-mute-stream <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.6.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
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.
