username by sindresorhus

Get the username of the current user

updated at Nov. 7, 2024, 7:47 p.m.

JavaScript

6 +0

142 +0

14 +0

GitHub
JSONStream by dominictarr

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

updated at Nov. 7, 2024, 8:04 a.m.

JavaScript

36 +0

1,917 +0

165 +0

GitHub
pump by mafintosh

pipe streams together and close all of them if one of them closes

updated at Nov. 7, 2024, 6:45 a.m.

JavaScript

7 +0

908 +0

59 +0

GitHub
copee by styfle

📄 Copy text from browser to clipboard...natively! < 1kB

updated at Nov. 3, 2024, 8:16 p.m.

TypeScript

4 +0

146 +0

5 +0

GitHub
stringify-object by yeoman

Stringify an object/array like JSON.stringify just without all the double-quotes

updated at Nov. 2, 2024, 2:03 a.m.

JavaScript

18 +0

309 +0

47 +0

GitHub
arr-flatten by jonschlinkert

Recursively flatten an array or arrays. This is the fastest implementation of array flatten.

updated at Nov. 1, 2024, 11:12 p.m.

JavaScript

6 +0

60 +0

16 +0

GitHub
arr-diff by jonschlinkert

Returns an array with only the unique values from all given arrays using strict equality for comparisons.

updated at Nov. 1, 2024, 11:12 p.m.

JavaScript

4 +0

46 +0

18 +0

GitHub
sleep-promise by brummelte

Resolves a promise after a specified delay.

updated at Nov. 1, 2024, 6:25 p.m.

JavaScript

2 +0

86 +0

9 +0

GitHub
strip-ansi by chalk

Strip ANSI escape codes from a string

updated at Oct. 31, 2024, 2:45 p.m.

JavaScript

12 +0

398 +0

37 +0

GitHub
through2 by rvagg

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

updated at Oct. 30, 2024, 6:12 a.m.

JavaScript

21 +0

1,901 +0

106 +0

GitHub
get-value by jonschlinkert

Use property paths (`a.b.c`) get a nested value from an object.

updated at Oct. 28, 2024, 8:19 a.m.

JavaScript

8 +0

247 +0

26 +0

GitHub
is-stream by sindresorhus

Check if something is a Node.js stream

updated at Oct. 28, 2024, 5:10 a.m.

JavaScript

9 +0

111 +0

20 +0

GitHub
unordered-array-remove by mafintosh

Efficiently remove an element from an unordered array without doing a splice

updated at Oct. 27, 2024, 8:31 p.m.

JavaScript

4 +0

118 +0

8 +0

GitHub
node-merge-objects by shevaroller

Merge two objects and concatenate arrays that are values of the same object key.

updated at Oct. 25, 2024, 4:57 p.m.

JavaScript

2 +0

2 +0

1 +0

GitHub
map-obj by sindresorhus

Map object keys and values into a new object

updated at Oct. 25, 2024, 5:56 a.m.

JavaScript

6 +0

204 +0

42 +0

GitHub
decamelize by sindresorhus

Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow

updated at Oct. 23, 2024, 4:53 a.m.

JavaScript

9 +0

238 +0

25 +0

GitHub
syncthrough by mcollina

Transform your data as it pass by, synchronously.

updated at Oct. 22, 2024, 8:15 p.m.

JavaScript

7 +0

99 +0

3 +0

GitHub
module-best-practices by mattdesl

books some best practices for JS modules

updated at Oct. 22, 2024, 5:57 p.m.

JavaScript

49 +0

1,543 +0

86 +0

GitHub
png-to-ico by steambap

convert png to ico format

updated at Oct. 22, 2024, 12:48 p.m.

JavaScript

4 +0

164 +0

22 +0

GitHub
quetie by TomerAberbach

🎀 Just the cutest and tiniest queue/deque implementation!

updated at Oct. 18, 2024, 6:03 a.m.

JavaScript

3 +0

112 +0

2 +0

GitHub