Repositories

jonschlinkert repositories

864 supported repositories

Like String.prototype.replace() but attempts to match the casing of the substring being replaced. Useful when renaming mixed-case variables, refactoring code or moving hard-coded values into variables.

Last commit Nov 4, 2023

 (10 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Replace only specific occurrences of a string. e.g. if the string exists 10 times, you can replace, say, the 3rd and 8th occurrences only, etc. Returns a new string with nth specific matches of a pattern replaced by a replacement. The pattern can be a string or a RegExp, and the replacement can be a string or a function to be called for each match.

Last commit Oct 4, 2014

 (3 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Run multiple regex or string find-and-replace transformations on a string in sequence, reducing the final string to the accumulated result of all transformations.

Last commit Dec 20, 2015

 (5 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Utils for normalizing and formatting repo metadata.

Last commit Jan 30, 2017

 (4 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Pull down a list of GitHub repos for the given user or org, and save to a local JSON file.

Last commit Aug 19, 2018

 (25 stars) (3 forks) (0 indexed issues) (0 open good first issues)

Regular expressions for matching node.js require statements.

Last commit Apr 15, 2018

 (11 stars) (2 forks) (0 indexed issues) (0 open good first issues)

Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.

Last commit May 11, 2014

 (8 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Load the resolved file paths for specified NPM modules into your node project, or into Grunt config data using Lo-Dash templates.

Last commit Dec 10, 2016

 (12 stars) (5 forks) (0 indexed issues) (0 open good first issues)

Resolve a directory that is either local, global or in the user's home directory.

Last commit Aug 5, 2017

 (14 stars) (3 forks) (0 indexed issues) (0 open good first issues)

Resolve an absolute file path from local directories or node modules.

Last commit Jun 5, 2016

 (0 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Resolves local and global npm modules that match specified patterns, and returns a configuration object for each resolved module.

Last commit May 19, 2016

 (7 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Resolve values based on a JSON schema. Supports conditionals and composition. Useful for configuration, preferences, LLM chat completions, etc.

Last commit Apr 13, 2025

 (14 stars) (1 fork) (0 indexed issues) (0 open good first issues)

Resolve paths to globally installed npm modules using glob patterns.

Last commit Jun 2, 2017

 (6 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Deeply resolve promises in a value, including all properties of an object.

Last commit Apr 19, 2021

 (4 stars) (0 forks) (0 indexed issues) (0 open good first issues)

A tool for creating technical documents and web standards

Last commit Jan 18, 2018

 (0 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Re-throw a template rendering-, compiling- or other processing-related error to get reporting.

Last commit Aug 21, 2015

 (2 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Determines the files extension to use on a destination file path based on the `extname` of a source file.

Last commit Mar 23, 2017

 (6 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Right-align the text in a string.

Last commit Jun 9, 2015

 (19 stars) (5 forks) (0 indexed issues) (0 open good first issues)

Right align the keys of an object.

Last commit Aug 15, 2015

 (6 stars) (0 forks) (0 indexed issues) (0 open good first issues)

Right align the values of a given property for each object in an array. Useful for creating text columns or tables.

Last commit Dec 28, 2015

 (4 stars) (0 forks) (0 indexed issues) (0 open good first issues)