Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

pretty-time

52
Stars
3
Forks
Watchers

Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.

use

26
Stars
11
Forks
Watchers

Easily add plugin support to your node.js application.

is-git-url

36
Stars
13
Forks
Watchers

Regex to validate that a URL is a git URL.

is-match

20
Stars
5
Forks
Watchers

Create a matching function from a glob pattern, regex, string, array or function.

yarn-api

28
Stars
1
Forks
Watchers

Basic API for yarn.

object.pick

41
Stars
13
Forks
Watchers

(object pick) returns a filtered copy of an object with only the specified keys, exactly like `pick` from lo-dash / underscore.

for-in

34
Stars
8
Forks
Watchers

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

shallow-clone

30
Stars
9
Forks
Watchers

Make a shallow clone of an object, array or primitive.

is-equal-shallow

29
Stars
8
Forks
Watchers

Does a shallow comparison of two objects, returning false if the keys or values differ.

rename-keys

27
Stars
7
Forks
Watchers

Modify/rename the keys of the own enumerable properties of an object.