Name: | nodejs-child-process-close |
---|---|
Version: | 0.1.1 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 3357 |
License: | MIT |
RPM: | nodejs-child-process-close-0.1.1-2.el7.noarch.rpm |
Source RPM: | nodejs-child-process-close-0.1.1-2.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/piscisaureus/child-process-close |
Summary: | Make child_process objects emit 'close' events |
Description: | This module makes child process objects, (created with spawn, fork, exec or execFile) emit the close event in node v0.6 like they do in node v0.8. This makes it easier to write code that works correctly on both versions of node. |