node-prompts 2.4.2+~cs7.5.11-1 source package in Ubuntu

Changelog

node-prompts (2.4.2+~cs7.5.11-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.1, no changes needed.
  * Replace /releases by /tags in GitHub urls
  * New upstream version 2.4.2+~cs7.5.11

 -- Yadd <email address hidden>  Mon, 31 Oct 2022 11:08:59 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-prompts_2.4.2+~cs7.5.11-1.dsc 3.0 KiB ffb6271a4be5de2875c0d32697e43bf5cb34831ee702d7c220a5d093708833e5
node-prompts_2.4.2+~cs7.5.11.orig-kleur.tar.gz 38.8 KiB 8b52510db94497439b707a97bb65efd653988ba5b264571e4556d52281c0e942
node-prompts_2.4.2+~cs7.5.11.orig-sisteransi.tar.gz 3.5 KiB 4a2f76a2d7f54590f1a5ef41ffc1d68e06a71a9132b122b7b33e48d9a7501e2c
node-prompts_2.4.2+~cs7.5.11.orig-types-prompts.tar.gz 2.8 KiB 55d8296874a94bf7555157303384cda37db0fa33a2c7091ba49cc44ade8eb240
node-prompts_2.4.2+~cs7.5.11.orig.tar.gz 7.2 MiB 821053abc2336c9eaa38f65cbd4c4e23670a0934150938d1d36a7b73f04d7b59
node-prompts_2.4.2+~cs7.5.11-1.debian.tar.xz 3.3 KiB 485063e93abed05b1aaafb6b35eedee5b661211bde8fc24e45bd2fba6f358f45

No changes file available.

Binary packages built by this source

node-prompts: Nodejs lightweight, beautiful and user-friendly interactive prompts

 prompts permits one to easy use cli prompts to enquire users for information:
  * User friendly: prompt uses layout and colors to create beautiful cli
                   interfaces.
  * Promised: uses promises and `async`/`await`. No callback hell.
  * Flexible: all prompts are independent and can be used on their own.
  * Testable: provides a way to submit answers programmatically.
  * Unified: consistent experience across all [prompts](#-types).