Showing 1-20 of 893,320 packages
A React component that renders each element of collection using a function as child component.
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
A function as child component which provides an interface for creating paragraphs with line breaks from raw text with `\n` new lines. The default render child is: ```js const defaultParagraph = props => <p key={props.key} children={props.text}/> ```
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
A query library for ECMAScript AST using a CSS selector like query language.
Parses and compiles CSS nth-checks to highly optimized functions.
A Promise-based interface into processes created by child_process.spawn
Put a bunch of emitted events in an array, for testing.
Run lambda function as child process
Extensions to Node.js child_process module
Simple wrapper around the "child_process" module that makes use of promises
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
A small JS+SVG library for drawing railroad syntax diagrams.
Swizzle a little something into your require() calls.
Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.
Traverse an ESTree-compliant AST
Get all children of a pid
Traverse JSON Schema passing each schema object to callback
Take care of your `spawn()`