< Home - < Back

nodejs-keypress


Information about the package, nodejs-keypress, which is shipped with common Linux distributions. The nodejs-keypress package is designed for, Make any Node ReadableStream emit "keypress" events.


Package Name:

nodejs-keypress

Summary:

Make any Node ReadableStream emit "keypress" events

Description:

Previous to Node v0.8.x, there was an undocumented "keypress" event that process.stdin would emit when it was a TTY. Some people discovered this hidden gem, and started using it in their own code. In Node v0.8.x, this "keypress" event does not get emitted by default, but rather only when it is being used in conjunction with the readline (or by extension, the repl) module. This module is the exact logic from the node v0.8.x releases ripped out into its own module.

Architecture:

noarch

Version:

0.2.1

Release:

1.el6

Size:

9.1 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for nodejs-keypress


Control the nodejs-keypress package with the following handy commands outlined below.


Command

Description of Command

yum install nodejs-keypress

This command will install nodejs-keypress on the server.

yum remove nodejs-keypress

This command will un-install nodejs-keypress on the server. When you run this command, you will be asked if you are sure that you want to remove nodejs-keypress, so you have to manually confirm that you want to do this.

yum -y remove nodejs-keypress

This command will un-install nodejs-keypress on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-keypress when using the -y flag.

yum update nodejs-keypress

This command will update nodejs-keypress to the latest version. When you run this command, you will be asked if you are sure that you want to remove nodejs-keypress, so you have to manually confirm that you want to do this.

yum -y update nodejs-keypress

This command will update nodejs-keypress to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-keypress when using the -y flag.

yum info nodejs-keypress

This command will show you core information about the nodejs-keypress package.

yum deplist nodejs-keypress

This command will show you the dependencies for nodejs-keypress. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nodejs-keypress

This command will check if there is an update waiting on nodejs-keypress. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.