Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

has-value

27
Stars
7
Forks
Watchers

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

glob-object

26
Stars
7
Forks
Watchers

Filter an object using glob patterns and dot notation.

expand-object

25
Stars
0
Forks
Watchers

Expand a string into a JavaScript object using a simple notation.

for-own

22
Stars
6
Forks
Watchers

Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.

define-property

22
Stars
8
Forks
Watchers

Define a non-enumerable property on an object.

object-visit

19
Stars
5
Forks
Watchers

Call the given method on each value in the given object.

is-extendable

19
Stars
5
Forks
Watchers

Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, function or date. Useful for determining if a value is an object tha...

collection-map

16
Stars
2
Forks
Watchers

Returns an array of mapped values from an array or object.

expand-value

17
Stars
1
Forks
Watchers

Expand deeply nested values from an object, with support for advanced features

delete-empty

42
Stars
10
Forks
Watchers

Recursively delete all empty folders in a directory and child directories.