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.

updated at May 14, 2024, 1:50 a.m.

JavaScript

8 +0

252 +1

48 +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 +1

42 +0

GitHub
png-to-ico by steambap

convert png to ico format

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

JavaScript

4 +0

157 +1

21 +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 -1

25 +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 -1

92 +0

GitHub
once by isaacs

Run a function exactly one time

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

JavaScript

8 +0

221 -1

29 +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
deep-object-diff by mattphillips

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

updated at May 15, 2024, 9:28 p.m.

JavaScript

11 +0

1,010 +1

88 +0

GitHub
strip-ansi by chalk

Strip ANSI escape codes from a string

updated at May 16, 2024, 12:16 a.m.

JavaScript

12 +0

384 +1

37 +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
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 +2

47 +0

GitHub
throttle-debounce by niksy

Throttle and debounce functions.

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

JavaScript

5 +0

1,001 -2

107 +0

GitHub
pify by sindresorhus

Promisify a callback-style function

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

JavaScript

16 +0

1,503 -1

67 +0

GitHub
through2 by rvagg

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

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

JavaScript

21 +0

1,897 -1

106 +0

GitHub
timeago.js by hustcc

clock8 hourglass timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement.

updated at May 17, 2024, 2:28 a.m.

TypeScript

78 +0

5,180 +8

411 +1

GitHub
mime by broofa

Mime types for JavaScript

updated at May 17, 2024, 3:50 a.m.

TypeScript

21 +0

2,098 +7

312 +0

GitHub
memoize by sindresorhus

Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input

updated at May 17, 2024, 8:30 a.m.

TypeScript

15 +0

1,066 +8

51 +0

GitHub
node-semver by npm

The semver parser for node (the one npm uses)

updated at May 17, 2024, 4:39 p.m.

JavaScript

104 +0

4,976 +4

461 +2

GitHub
node-deep-equal by inspect-js

node's assert.deepEqual algorithm

updated at May 17, 2024, 4:40 p.m.

JavaScript

18 +0

760 -1

111 +0

GitHub
is-promise by then

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

updated at May 17, 2024, 4:40 p.m.

JavaScript

10 +0

281 -1

32 +0

GitHub