Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

window-size

80
Stars
14
Forks
Watchers

Reliable way to to get the height and width of the terminal/console in a node.js environment.

lazy-cache

51
Stars
12
Forks
Watchers

Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.

object.omit

79
Stars
5
Forks
Watchers

Return a copy of an object without the given keys.

vertical-rhythm

86
Stars
13
Forks
Watchers

Put some typographical vertical rhythm in your CSS. LESS, Stylus and SCSS/SASS versions included.

assign-deep

77
Stars
13
Forks
Watchers

Deeply assign the enumerable properties of source objects to a destination object.

templates

60
Stars
9
Forks
Watchers

System for creating and managing view collections, rendering, engines, routes and more. See the "dev" branch for most recent updates.

omit-deep

77
Stars
15
Forks
Watchers

Recursively omit specified keys from an object.

copy

94
Stars
125
Forks
Watchers

Copy files using glob patterns. Sync, async, promise or streams. (node.js utility)

array-unique

59
Stars
16
Forks
Watchers

Return an array free of duplicate values. Very fast implementation.

dashify

88
Stars
15
Forks
Watchers

Convert a string to a dash-separated string (kebab case). Works with camelcase, pascalcase, space-separated, etc.