noop-stream in bcoe/awesome-cross-platform-nodejs

Create a readable Node.js stream that produces no data (or optionally blank data) or a writable stream that discards data

created at May 26, 2019, 12:34 p.m.

JavaScript

3 +0

53 +0

3 +0

GitHub
dev-null-cli in bcoe/awesome-cross-platform-nodejs

Cross-platform `/dev/null`

created at May 26, 2019, 1:01 p.m.

JavaScript

3 +0

93 +0

2 +0

GitHub
random-bytes-readable-stream in bcoe/awesome-cross-platform-nodejs

Creates a readable stream producing cryptographically strong pseudo-random data using `crypto.randomBytes()`

created at July 25, 2018, 4:12 a.m.

JavaScript

3 +0

77 +0

2 +0

GitHub
uint8array-extras in sindresorhus/awesome-nodejs

Useful utilities for working with Uint8Array (and Buffer)

created at Oct. 24, 2023, 5:55 a.m.

JavaScript

4 +0

191 +0

2 +0

GitHub
image-dimensions in sindresorhus/awesome-nodejs

Get the dimensions of an image

created at Nov. 5, 2023, 3:20 p.m.

JavaScript

4 +0

404 +5

9 +0

GitHub
p-debounce in wbinnssmith/awesome-promises

Debounce promise-returning & async functions

created at Oct. 21, 2016, 8:01 a.m.

JavaScript

5 +0

192 +0

23 +1

GitHub
cli-truncate in sindresorhus/awesome-nodejs

Truncate a string to a specific width in the terminal

created at March 11, 2016, 8:46 a.m.

JavaScript

5 +0

85 +0

13 +0

GitHub
run-electron in sindresorhus/awesome-electron

Run Electron without all the junk terminal output

created at Aug. 10, 2018, 4:49 p.m.

JavaScript

5 +0

197 +0

9 +0

GitHub
crypto-hash in sindresorhus/awesome-nodejs

Tiny hashing module that uses the native crypto API in Node.js and the browser

created at March 7, 2018, 5:17 p.m.

JavaScript

5 +0

631 +1

27 +0

GitHub
clear-cli in RyanZim/awesome-npm-scripts

Clear the terminal cross-platform

created at March 5, 2016, 9:17 a.m.

JavaScript

5 +0

45 +0

3 +0

GitHub
active-win-cli in agarrharr/awesome-cli-apps

Get the title/id/etc of the active window

created at April 4, 2016, 1:14 p.m.

JavaScript

5 +0

58 +0

5 +0

GitHub
pokemon-cli in tobiasbueschel/awesome-pokemon

Get Pokémon names

created at July 25, 2016, 6:52 p.m.

JavaScript

5 +0

49 +0

5 +0

GitHub
electron-reloader in sindresorhus/awesome-electron

Simple auto-reloading for Electron apps during development

created at Jan. 4, 2018, 3:15 p.m.

JavaScript

5 +0

571 +1

38 +0

GitHub
p-any in wbinnssmith/awesome-promises

Wait for any promise to be fulfilled

created at Oct. 21, 2016, 5:28 a.m.

JavaScript

6 +0

54 +0

7 +0

GitHub
p-break in wbinnssmith/awesome-promises

Break out of a promise chain

created at Nov. 11, 2016, 10:01 a.m.

JavaScript

6 +0

21 +0

5 +0

GitHub
p-reduce in wbinnssmith/awesome-promises

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

created at Oct. 21, 2016, 4:17 a.m.

JavaScript

6 +0

66 +0

7 +0

GitHub
p-some in wbinnssmith/awesome-promises

Wait for a specified number of promises to be fulfilled

created at Oct. 21, 2016, 5:17 a.m.

JavaScript

6 +0

34 +0

8 +0

GitHub
hard-rejection in wbinnssmith/awesome-promises

Make unhandled promise rejections fail hard right away instead of the default silent fail

created at Aug. 27, 2016, 8:02 p.m.

JavaScript

6 +0

106 +0

8 +0

GitHub
p-each-series in wbinnssmith/awesome-promises

Iterate over promises serially

created at Oct. 21, 2016, 4:52 a.m.

JavaScript

6 +0

49 +0

7 +0

GitHub
p-time in wbinnssmith/awesome-promises

Measure the time a promise takes to resolve

created at July 11, 2016, 11:45 p.m.

JavaScript

6 +0

68 +0

5 +0

GitHub