pretty-ms by sindresorhus

Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`

created at March 20, 2014, 2:36 p.m.

JavaScript

11 +0

1,011 +3

62 +0

GitHub
deep-object-diff by mattphillips

Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️

created at Nov. 25, 2016, 12:34 a.m.

JavaScript

11 +0

1,006 +1

88 +0

GitHub
filter-obj by sindresorhus

Filter object keys and values into a new object

created at Aug. 10, 2015, 5:42 a.m.

JavaScript

10 +0

92 +0

8 +0

GitHub
curry by dominictarr

simple curry module, with nothing *too clever*, and full test coverage

created at Nov. 29, 2010, 8:55 a.m.

JavaScript

10 +0

314 +0

19 +0

GitHub
striptags by ericnorris

An implementation of PHP's strip_tags in Typescript.

created at June 28, 2014, 1:36 a.m.

TypeScript

10 +0

489 +1

53 +0

GitHub
split by dominictarr

None

created at Aug. 30, 2012, 2:20 p.m.

JavaScript

10 +0

347 +0

39 +0

GitHub
is-promise by then

Test whether an object looks like a promises-a+ promise

created at Dec. 23, 2012, 4:01 p.m.

JavaScript

10 +0

282 +0

32 +0

GitHub
is-stream by sindresorhus

Check if something is a Node.js stream

created at Jan. 18, 2015, 6:55 p.m.

JavaScript

9 +0

109 +1

20 +0

GitHub
file-size by nijikokun

📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.

created at Dec. 9, 2013, 8:36 a.m.

JavaScript

9 +0

232 +0

11 +0

GitHub
decamelize by sindresorhus

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

created at Jan. 24, 2015, 10:57 a.m.

JavaScript

9 +0

233 +0

25 +0

GitHub
set-value by jonschlinkert

Set nested properties on an object using dot-notation.

created at March 25, 2015, 1:40 a.m.

JavaScript

9 +0

268 +0

42 +0

GitHub
syncthrough by mcollina

Transform your data as it pass by, synchronously.

created at Dec. 20, 2016, 11:47 a.m.

JavaScript

8 +0

100 +0

3 +0

GitHub
fs-promise by kevinbeaty

[DEPRECATED] Use mz or fs-extra^3 with Promise support

created at May 23, 2013, 1:15 a.m.

JavaScript

8 +0

170 +0

13 +0

GitHub
get-value by jonschlinkert

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

created at Oct. 7, 2014, 8:51 p.m.

JavaScript

8 +0

242 +0

26 +0

GitHub
is-number by jonschlinkert

JavaScript/Node.js utility. Returns `true` if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.

created at Sept. 22, 2014, 3:40 a.m.

JavaScript

8 +0

251 +0

48 +0

GitHub
once by isaacs

Run a function exactly one time

created at Aug. 14, 2012, 7:25 a.m.

JavaScript

8 +0

221 +0

29 +0

GitHub
package-config by sindresorhus

Get namespaced config from the closest package.json

created at Sept. 2, 2015, 10:19 a.m.

JavaScript

7 +0

117 +0

14 +0

GitHub
node-tmp by raszi

Temporary file and directory creator for node.js

created at Sept. 2, 2011, 10:39 a.m.

JavaScript

7 +0

731 +0

92 +0

GitHub
filled-array by sindresorhus

Returns an array filled with the specified input

created at Nov. 4, 2015, 12:20 p.m.

JavaScript

7 +0

43 +0

5 +0

GitHub
pump by mafintosh

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

created at Aug. 14, 2013, 7:59 p.m.

JavaScript

7 +0

902 +0

57 +0

GitHub