Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Repositories
jonschlinkert repositories
Parse copyright statement(s) into an array of copyright objects.
CSV parser for node.js
Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists
Complimentary lib to parser-cache. Extends the `Parsers` prototype with additional methods for reading files from the file system.
Parse `.git/config` into a JavaScript object. sync or async.
Parse a Github URL into an object. Supports a wide variety of GitHub URL formats.
Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.
Parse and optionally replace @ mentions from a string of text.
Parses regular expressions, returns an AST.
Cache and load parsers, similiar to consolidate.js engines.
CSV parser, compatible with parser-cache.
Front matter parser that uses gray-matter and bits of real panther, so you know it's good. Kind of like consolidate.js engine, accept it's not an engine, it's a parser. Works with Assemble, express.js, parser-cache, or any application with similar conventions.
noop parser, consolidate.js style. Works with Assemble, express.js, parser-cache or any application that follows consolidate.js conventions.
Utilies for parser-cache and compatible parsers.
parser-cache compatible XML parser.
parser-cache compatible YAML parser, using js-yaml.
Like consolidate.js, but for parsers instead of engines.
Returns a function with partially applied arguments that are prepended to the arguments provided to the returned function.