Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.
streaming line delimited json parser + serializer
esformatter plugin: enforces coding style that string literals are delimited with single or double quotes.
Battle tested SSG front matter parser. Extracted from DocPad. Delimiter lines have 3+ of the same character (such as `/***` and `***/`) allowing front matters to work with the syntax highlighting of your code editor. Supports custom parsers, e.g. `--- cso
New line-delimeted JSON parser with a stream interface
Create regex for template delimiters.
Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequence
Simple javascript lib for converting a [comma || space] delimited string to an array
A Transform stream emitting buffered data at each delimiter instance
Prepends a path to a platform-specfic delimited path string and removes duplicate paths
Simple chunked decoder for newline delimited string
Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other
Given a string of dash-delimited words, return a similar version of the string, but which is camel-cased and otherwise stripped of special characters, whitespace, etc. so that it is usable as an ECMAScript variable.
Escape and un-escape delimiters in templates. Tested with Lo-Dash, underscore and Handlebars syntax, but could be used with other template engines/syntaxes as well. This is similar to the process used by Yeoman on escaped templates in generators.