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

73 +0

GitHub
throttle-debounce by niksy

Throttle and debounce functions.

created at Dec. 20, 2014, 3:10 p.m.

JavaScript

5 +0

1,002 +3

109 +0

GitHub
arr-flatten by jonschlinkert

Recursively flatten an array or arrays. This is the fastest implementation of array flatten.

created at Sept. 26, 2014, 1:59 a.m.

JavaScript

6 +0

59 +0

16 +0

GitHub
username by sindresorhus

Get the username of the current user

created at March 30, 2014, 6:12 p.m.

JavaScript

6 +0

141 +0

17 +0

GitHub
object-values by sindresorhus

Get the values of an object

created at Feb. 6, 2014, 5:31 p.m.

JavaScript

6 +0

27 +0

5 +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
time-stamp by jonschlinkert

Get a formatted timestamp. Used in gulp, assemble, generate, and many others.

created at May 1, 2015, 9:01 a.m.

JavaScript

6 +0

112 +0

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