Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

parse-git-config

59
Stars
9
Forks
Watchers

Parse `.git/config` into a JavaScript object. sync or async.

cache-base

55
Stars
19
Forks
Watchers

Basic object store with methods like get/set/extend/omit

gists

99
Stars
14
Forks
Watchers

Methods for working with the GitHub Gist API. Node.js/JavaScript

github-base

60
Stars
10
Forks
Watchers

Simple, opinionated node.js interface for creating basic apps with the GitHub API.

write

82
Stars
8
Forks
Watchers

Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!

split-string

57
Stars
17
Forks
Watchers

Split a string on a given character or characters, with support for escaping.

parse-gitignore

63
Stars
7
Forks
Watchers

Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.

mixin-deep

80
Stars
16
Forks
Watchers

Deeply mix the properties of objects into the first object, while also mixing-in child objects.

omit-empty

73
Stars
9
Forks
Watchers

Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you would expect with `compact` for arrays.

arr-flatten

59
Stars
16
Forks
Watchers

Recursively flatten an array or arrays. This is the fastest implementation of array flatten.