just emit 'log' events on the process object
Get the output of a process.
A minimal library for executing processes in Node
Opentelemetry resource detector to get container resource attributes
Spawn a dependent child process.
No description provided.
A Node.js interface for working with Android's logcat output.
Azure Functions Core Tools
Info about node `exports` field support: version ranges, categories, etc.
TypeScript definitions for proc-log
proc(ess)-that - easy extendable etl tool for nodejs written in typesript
It's a very fast and efficient glob library for Node.js
a glob matcher in javascript
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
The exhaustive Pattern Matching library for TypeScript.
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
programmatically install npm dependencies
Jelly - call graph and library usage analyzer for JavaScript
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
Promise version of glob
Parse, validate, traverse, transform, and optimize Oniguruma regular expressions
Tiny helpers for processing regex syntax
A stylelint plugin that harnesses the power of postcss-bem-linter
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
define a Proc with pattern matching "re-declaration" ala Haskell
== Synopsys <code>Enumerable#filter</code> - extended <code>Enumerable#select</code> == Examples String filter (acts like <code>Enumerable#grep</code>): [1, 2, 3, 'ab'].filter(/a/) # => ['ab'] [1, 2, 3, '3'].filter('3') # => ['3'] You can pass a <code>Proc</code> or <code>Symbol</code>. Methods and blocks are allowed too: [1, 2, 3].filter(&:even?) # => [2] [1, 2, 3].filter(:even?) # => [2] [1, 2, 4].filter { |num| num.even? } # => [2, 4] <code>Enumerable#filter</code> can match against enumerable items attributes. Like this: [1, 2, 3, 4.2].filter :to_i => :even? # => [2, 4] If the block is supplied, each matching element is passed to it, and the block's result is stored in the output array. [1, 2, 4].filter(&:even?) { |n| n + 1 } # => [3, 5] <code>Enumerable#filter</code> also accepts <code>true</code> or <code>false</code> as argument: [0, false, 2, nil].filter(true) # => [0, 2] [0, false, 2, nil].filter(false) # => [false, nil] <code>Enumerable#filter</code> also supports <code>OR</code> operator! Just pass many patterns, they will be joined together with <code>OR</code> operator. [0, 2, 3, 4].filter(:zero?, :odd?) # => [0, 3]
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.