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
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
memoize by sindresorhus

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

created at Dec. 21, 2015, 6:38 p.m.

TypeScript

15 +0

1,058 +0

51 +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
stringify-object by yeoman

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

created at Dec. 11, 2012, 8:16 p.m.

JavaScript

18 +0

306 +0

47 +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
map-obj by sindresorhus

Map object keys and values into a new object

created at Oct. 12, 2014, 11:42 a.m.

JavaScript

6 +0

187 +0

41 +0

GitHub
split by dominictarr

None

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

JavaScript

10 +0

347 +0

39 +0

GitHub
deep-assign by sindresorhus

[DEPRECATED] Recursive Object.assign()

created at Sept. 14, 2015, 8:54 a.m.

JavaScript

13 +0

247 +0

37 +0

GitHub
strip-ansi by chalk

Strip ANSI escape codes from a string

created at Dec. 7, 2013, 11:28 p.m.

JavaScript

12 +0

382 +0

36 +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-sorted by dcousens

A small module to check if an Array is sorted

created at May 18, 2015, 3:43 a.m.

JavaScript

3 +0

22 +0

31 +0

GitHub
delegate by zenorocha

Lightweight event delegation

created at Oct. 25, 2015, 11 p.m.

JavaScript

5 +0

183 +0

30 +0

GitHub
abbrev-js by npm

Like ruby's Abbrev module

created at March 9, 2010, 9:16 p.m.

JavaScript

14 +0

164 +0

29 +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
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
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
png-to-ico by steambap

convert png to ico format

created at Sept. 13, 2016, 1:48 a.m.

JavaScript

4 +0

156 +1

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