Jon Schlinkert

Results 152 repositories owned by Jon Schlinkert

fs-utils

34
Stars
3
Forks
Watchers

Generalized file and path utils for Node.js projects.

write-yaml

41
Stars
7
Forks
Watchers

Basic node.js utility for converting JSON to YAML and writing formatting YAML files to disk.

extract-comments

46
Stars
10
Forks
Watchers

Extract JavaScript code comments from a string or glob of files.

parse-filepath

30
Stars
6
Forks
Watchers

Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists

read-yaml

27
Stars
11
Forks
Watchers

Very thin wrapper around js-yaml for directly reading in YAML files.

delete

24
Stars
5
Forks
Watchers

Delete files and folders and any intermediate directories if they exist (sync and async).

eval-estree-expression

41
Stars
3
Forks
Watchers

Safely evaluate JavaScript (estree) expressions, sync and async.

parse-author

24
Stars
2
Forks
Watchers

Parse a person, author, contributor or maintainer string into an object with name, email and url properties following NPM conventions. Useful for the `authors` property in package.json or for parsing...

section-matter

22
Stars
1
Forks
Watchers

Like front-matter, but allows multiple sections in a single document.

parse-csv

15
Stars
4
Forks
Watchers

CSV parser for node.js