Jon Schlinkert
Jon Schlinkert
fs-utils
Generalized file and path utils for Node.js projects.
write-yaml
Basic node.js utility for converting JSON to YAML and writing formatting YAML files to disk.
extract-comments
Extract JavaScript code comments from a string or glob of files.
parse-filepath
Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists
read-yaml
Very thin wrapper around js-yaml for directly reading in YAML files.
delete
Delete files and folders and any intermediate directories if they exist (sync and async).
eval-estree-expression
Safely evaluate JavaScript (estree) expressions, sync and async.
parse-author
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
Like front-matter, but allows multiple sections in a single document.