pify by sindresorhus

Promisify a callback-style function

updated at May 16, 2024, 5:24 p.m.

JavaScript

16 +0

1,503 +0

67 +0

GitHub
stringify-object by yeoman

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

updated at May 16, 2024, 8:15 a.m.

JavaScript

18 +0

307 +0

47 +0

GitHub
concat-stream by maxogden

writable stream that concatenates strings or data and calls a callback with the result

updated at May 16, 2024, 2:13 a.m.

JavaScript

13 +0

572 +0

71 +0

GitHub
pump by mafintosh

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

updated at May 15, 2024, 5:26 p.m.

JavaScript

7 +0

902 +0

57 +0

GitHub
once by isaacs

Run a function exactly one time

updated at May 15, 2024, 9:29 a.m.

JavaScript

8 +0

221 +0

29 +0

GitHub
node-tmp by raszi

Temporary file and directory creator for node.js

updated at May 15, 2024, 9:18 a.m.

JavaScript

7 +0

730 +0

92 +0

GitHub
decamelize by sindresorhus

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

updated at May 15, 2024, 9:14 a.m.

JavaScript

9 +0

234 +0

25 +0

GitHub
set-value by jonschlinkert

Set nested properties on an object using dot-notation.

updated at May 14, 2024, 4:58 p.m.

JavaScript

9 +0

269 +0

42 +0

GitHub
map-obj by sindresorhus

Map object keys and values into a new object

updated at May 13, 2024, 1:51 p.m.

JavaScript

6 +0

189 +0

41 +0

GitHub
get-value by jonschlinkert

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

updated at May 8, 2024, 8:06 p.m.

JavaScript

8 +0

243 +0

26 +0

GitHub
module-best-practices by mattdesl

books some best practices for JS modules

updated at May 8, 2024, 4:54 a.m.

JavaScript

49 +0

1,532 +0

95 +0

GitHub
is-stream by sindresorhus

Check if something is a Node.js stream

updated at May 4, 2024, 6:37 p.m.

JavaScript

9 +0

109 +0

20 +0

GitHub
abbrev-js by npm

Like ruby's Abbrev module

updated at May 3, 2024, 8:53 p.m.

JavaScript

14 +0

164 +0

28 +0

GitHub
is-fqdn by parro-it

Check if a string represent a fully qualified domain name

updated at May 2, 2024, 11:19 p.m.

JavaScript

2 +0

21 +0

1 +0

GitHub
object-values by sindresorhus

Get the values of an object

updated at May 2, 2024, 5:45 p.m.

JavaScript

6 +0

27 +0

5 +0

GitHub
twas by vutran

🕰 Tiny (280B) relative time string function (eg: "3 seconds ago")

updated at May 2, 2024, 11:58 a.m.

JavaScript

3 +0

250 +0

10 +0

GitHub
username by sindresorhus

Get the username of the current user

updated at April 27, 2024, 6:31 a.m.

JavaScript

6 +0

141 +0

17 +0

GitHub
through2-filter by brycebaril

A through2 wrapper to create an Array.prototype.filter analog for streams

updated at April 20, 2024, 5:47 p.m.

JavaScript

2 +0

35 +0

4 +0

GitHub
through2-map by brycebaril

A through2 to create an Array.prototype.map analog for streams.

updated at April 20, 2024, 5:47 p.m.

JavaScript

3 +0

70 +0

2 +0

GitHub
group-array by doowb

Group array of objects into lists.

updated at April 18, 2024, 3:03 a.m.

JavaScript

3 +0

57 +0

14 +0

GitHub