has-value by jonschlinkert

Returns true if a value exists, false if empty. Works with deeply nested values using object paths.

created at Sept. 22, 2014, 1:48 a.m.

JavaScript

4 +0

27 +0

7 +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
array-range by mattdesl

creates a new array with given range

created at Nov. 9, 2014, 6:23 p.m.

JavaScript

4 +0

25 +0

6 +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
is-fqdn by parro-it

Check if a string represent a fully qualified domain name

created at May 6, 2016, 7:09 p.m.

JavaScript

2 +0

21 -1

1 +0

GitHub
flatten-obj by watson

Converts an object literal with deeply nested nodes to a simple key/value object

created at Dec. 29, 2014, 3:09 p.m.

JavaScript

3 +0

20 +0

4 +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
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
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
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
node-stream-spigot by brycebaril

A streams2 Readable stream generator, useful for testing.

created at July 4, 2013, 12:33 a.m.

JavaScript

2 +0

15 +0

1 +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
get-media-size by bfred-it

Get the real size of an <img>, <video>, or <canvas> in the browser.

created at Aug. 17, 2015, 12:10 a.m.

JavaScript

3 +0

12 +0

0 +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
array-first by jonschlinkert

Get the first element or first n elements of an array.

created at Dec. 12, 2014, 11:06 a.m.

JavaScript

3 +0

11 +0

13 +0

GitHub
is-empty-object by gummesson

Check if an object is empty.

created at March 12, 2015, 7:50 p.m.

JavaScript

2 +0

11 +0

4 +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
array.chunk by zhiyelee

Split array/TypedArray to chunks of given size

created at Jan. 6, 2016, 4:29 a.m.

JavaScript

1 +0

11 +0

0 +0

GitHub
promise-all-props by Siilwyn

Like `Promise.all` but for object properties.

created at March 5, 2016, 4:29 p.m.

JavaScript

3 +0

10 +0

2 +0

GitHub
deep-bind by jonschlinkert

Bind a context to all functions in an object, including deeply nested functions.

created at Jan. 21, 2016, 8:23 a.m.

JavaScript

3 +0

8 +0

2 +0

GitHub