Expand variables in markdown reference links. This is not commonmark compliant, but it's convenient.
Repository
Repository di jonschlinkert
Expand target definitions in a declarative configuration.
Expand and normalize task definitions in a declarative configuration.
Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
Utils shared by the "expand" libs.
Expand deeply nested values from an object, with support for advanced features
Calculate an exponential moving average from an array of numbers.
Export directories and their files as node.js modules.
node.js utility for exporting a directory of files as modules.
Extension of the node.js path.extname method.
just an object to map `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for rewriting paths in tasks/plugins. pull requests welcome.
Create a regex for matching file extensions.
Extend a JSON file with additional properties, API and CLI.
Extend object A with the properties of object B. node.js/javascript util.
Extract a banner comment from a string of javascript.
Extract JavaScript code comments from a string or glob of files.
This is a proof-of-concept. some quick and dirty utils extracting UI components from HTML using CSS selectors.
Get the description from a README. Basically the first non-heading paragraph.
Utilities for extracting and replacing GitHub Flavored Markdown code blocks. For example, you could easily find code blocks for a specific language and run the code through a linter.
Extract a string in the given range (e.g. from line X to line Y).