concat-stream by maxogden

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

created at Aug. 3, 2012, 1:42 a.m.

JavaScript

13 +0

572 +0

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

488 +0

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

36 +1

GitHub
split by dominictarr

None

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

JavaScript

10 +0

347 +0

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

305 +0

47 +0

GitHub
is-odd by i-voted-for-trump

I created this in 2014, the year I learned how to program. All of the downloads are from an old version of https://github.com/micromatch/micromatch. I've done a few other things since: https://github.com/jonschlinkert.

created at Feb. 24, 2015, 5:58 a.m.

JavaScript

5 +0

292 -1

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

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

249 +1

47 -2

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
twas by vutran

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

created at Jan. 24, 2018, 9:06 p.m.

JavaScript

3 +0

247 +0

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

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
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
once by isaacs

Run a function exactly one time

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

JavaScript

8 +0

220 +0

29 +0

GitHub
is-even by i-voted-for-trump

I created this in 2014, when I was learning how to program.

created at Feb. 24, 2015, 5:59 a.m.

JavaScript

5 +0

198 +0

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

41 +0

GitHub
delegate by zenorocha

Lightweight event delegation

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

JavaScript

5 +0

183 +0

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