Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

common-words

15
Stars
5
Forks
Watchers

Updated list of the 100 most common words in the English language. Useful for excluding these words from arrays.

union-value

24
Stars
12
Forks
Watchers

Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. Node.js/JavaScript util.

class-utils

19
Stars
7
Forks
Watchers

Utils for working with JavaScript classes and prototype methods.

regex-cache

39
Stars
7
Forks
Watchers

Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.

justified

30
Stars
4
Forks
Watchers

Wrap, align and justify the words in a string.

is-windows

49
Stars
13
Forks
Watchers

Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)

log-utils

24
Stars
5
Forks
Watchers

Basic logging utils: colors, symbols and timestamp.

get-repository-url

19
Stars
2
Forks
Watchers

Get the GitHub repository URL from a NPM package name.

defaults-deep

25
Stars
12
Forks
Watchers

Like `extend` but recursively copies only the missing properties/values to the target object.

object.defaults

18
Stars
1
Forks
Watchers

Like `extend` but only copies missing properties/values to the target object.