in-array by jonschlinkert

Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.

created at June 26, 2014, 10:48 a.m.

JavaScript

3 +0

16 +0

1 +0

GitHub
just-pluck by jarofghosts

pluck without the madness

created at June 18, 2014, 8:17 p.m.

JavaScript

2 +0

11 +0

2 +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
zipmap by landau

Returns a map with the keys mapped to the corresponding vals.

created at March 26, 2014, 2:22 a.m.

JavaScript

3 +0

4 +0

1 +0

GitHub
normalize-pkg by jonschlinkert

Normalize values in package.json to improve compatibility, programmatic readability and usefulness with third party libs.

created at March 25, 2014, 6:08 a.m.

JavaScript

3 +0

18 +0

2 +0

GitHub
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
sorted-object by domenic

Returns a copy of an object with its keys sorted

created at Feb. 17, 2014, 8:10 p.m.

JavaScript

3 +0

35 +0

4 +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
is-generator by blakeembrey

Check whether a given value is a generator function

created at Feb. 5, 2014, 5:11 p.m.

JavaScript

3 +0

15 +0

5 +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
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
hirestime by seriousManual

thin wrapper around process.hrtime

created at Dec. 3, 2013, 9:31 p.m.

TypeScript

1 +0

16 +0

3 +0

GitHub
to-pascal-case by ianstormtaylor

Convert a string to pascal case.

created at Sept. 25, 2013, 6:33 p.m.

JavaScript

3 +0

3 +0

0 +0

GitHub
to-dot-case by ianstormtaylor

Convert a string to a dot case.

created at Sept. 19, 2013, 6:33 a.m.

JavaScript

3 +0

5 +0

0 +0

GitHub
to-no-case by ianstormtaylor

Remove an existing case from a string.

created at Sept. 19, 2013, 4:26 a.m.

JavaScript

3 +0

17 +0

5 +0

GitHub
to-sentence-case by ianstormtaylor

Convert a string to a sentence case.

created at Sept. 19, 2013, 2:18 a.m.

JavaScript

3 +0

6 +0

0 +0

GitHub
to-constant-case by ianstormtaylor

Convert a string to a constant case.

created at Sept. 19, 2013, 2:13 a.m.

JavaScript

3 +0

4 +0

3 +0

GitHub
to-title-case by ianstormtaylor

Convert a string to a title case.

created at Sept. 19, 2013, 2:08 a.m.

JavaScript

3 +0

18 +0

6 +0

GitHub
to-capital-case by ianstormtaylor

Convert a string to a capital case.

created at Sept. 19, 2013, 12:37 a.m.

JavaScript

3 +0

11 +0

2 +0

GitHub
to-snake-case by ianstormtaylor

Convert a string to a snake case.

created at Sept. 19, 2013, 12:20 a.m.

JavaScript

3 +0

26 +0

2 +0

GitHub