Popularity
0.7
Stable
Activity
0.0
Stable
4
8
0

Programming language: JavaScript
License: MIT License
Tags: Node.Js     Polyfills     Process     Ponyfill     Polyfill     Shim     Core     Built-in     Builtin     Child     Ctor     Constructor     Childprocess    
Latest version: v1.0.1

child-process-ctor alternatives and similar modules

Based on the "Node.Js" category.
Alternatively, view child-process-ctor alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of child-process-ctor or a related project?

Add another 'Node.Js' Module

README

Deprecated

Deprecated since Node.js 4 is no longer maintained.


child-process-ctor Build Status

Node.js 4 childProcess.ChildProcess ponyfill

Install

$ npm install --save child-process-ctor

Usage

var childProcessCtor = require('child-process-ctor');

console.log(typeof childProcessCtor().prototype.spawn);
//=> 'function'

License

MIT © Sindre Sorhus


*Note that all licence references and agreements mentioned in the child-process-ctor README section above are relevant to that project's source code only.