commonjs-bot

commonjs-bot

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

commonjs-bot's repositories

is-fullwidth-code-point

Check if the character represented by a given Unicode code point is fullwidth

License:MITStargazers:0Issues:0Issues:0

stringify-attributes

Turn an object into a string of HTML attributes

License:MITStargazers:0Issues:0Issues:0

stable-fn

Ensure a function is stable, meaning the same input always produces the same output

License:MITStargazers:0Issues:0Issues:0

split-on-first

Split a string on the first occurrence of a given separator

License:MITStargazers:0Issues:0Issues:0

splice-string

Remove or replace part of a string like Array#splice

License:MITStargazers:0Issues:0Issues:0

escape-string-applescript

Escape a string for use in AppleScript

License:MITStargazers:0Issues:0Issues:0

djb2a

DJB2a non-cryptographic hash function

License:MITStargazers:0Issues:0Issues:0

define-lazy-prop

Define a lazily evaluated property on an object

License:MITStargazers:0Issues:0Issues:0

sleep-synchronously

Block the main thread for a given amount of time

License:MITStargazers:0Issues:0Issues:0

time-span

Simplified high resolution timing

License:MITStargazers:0Issues:0Issues:0

convert-hrtime

Convert the result of `process.hrtime()` to seconds, milliseconds, nanoseconds

License:MITStargazers:0Issues:0Issues:0

skin-tone

Change the skin tone of an emoji

License:MITStargazers:0Issues:0Issues:0

alpha-sort

Alphabetically sort an array of strings

License:MITStargazers:0Issues:0Issues:0

aliases

Parse flag aliases in CLI help output

License:MITStargazers:0Issues:0Issues:0

url-format-lax

Lax `url.format()` that formats a hostname and port into IPv6-compatible socket form of `hostname:port`

License:MITStargazers:0Issues:0Issues:0

unique-random-array

Get consecutively unique elements from an array

License:MITStargazers:0Issues:0Issues:0

unique-random

Generate random numbers that are consecutively unique

License:MITStargazers:0Issues:0Issues:0

path-key

Get the PATH environment variable key cross-platform

License:MITStargazers:0Issues:0Issues:0

pad-stream

Pad each line in a stream

License:MITStargazers:0Issues:0Issues:0

p-whilst

While a condition returns true, calls a function repeatedly, and then resolves the promise

License:MITStargazers:0Issues:0Issues:0

p-lazy

Create a lazy promise that defers execution until it's awaited or when .then() or .catch() is called

License:MITStargazers:0Issues:0Issues:0

p-each-series

Iterate over promises serially

License:MITStargazers:0Issues:0Issues:0

p-do-whilst

Calls a function repeatedly while a condition returns true and then resolves the promise

License:MITStargazers:0Issues:0Issues:0

p-defer

Create a deferred promise

License:MITStargazers:0Issues:0Issues:0

p-catch-if

Conditional promise catch handler

License:MITStargazers:0Issues:0Issues:0

p-reduce

Reduce a list of values using promises into a promise for a value

License:MITStargazers:0Issues:0Issues:0

pad-stdio

Pad stdout and stderr

License:MITStargazers:0Issues:0Issues:0

split-lines

Split lines into an array of lines

License:MITStargazers:0Issues:0Issues:0

lazy-value

Create a lazily evaluated value

License:MITStargazers:0Issues:0Issues:0

clone-regexp

Clone and modify a RegExp instance

License:MITStargazers:0Issues:0Issues:0