Repository

Repository di jonschlinkert

864 repository supportati

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.

Ultimo commit 4 nov 2023

 (10 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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.

Ultimo commit 4 ott 2014

 (3 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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.

Ultimo commit 20 dic 2015

 (5 star) (1 fork) (0 issue indicizzate) (0 good first issue aperte)

Utils for normalizing and formatting repo metadata.

Ultimo commit 30 gen 2017

 (4 star) (2 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 19 ago 2018

 (25 star) (3 fork) (0 issue indicizzate) (0 good first issue aperte)

Regular expressions for matching node.js require statements.

Ultimo commit 15 apr 2018

 (11 star) (2 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 11 mag 2014

 (8 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 10 dic 2016

 (12 star) (5 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 5 ago 2017

 (14 star) (3 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 5 giu 2016

 (0 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 19 mag 2016

 (7 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 13 apr 2025

 (14 star) (1 fork) (0 issue indicizzate) (0 good first issue aperte)

Resolve paths to globally installed npm modules using glob patterns.

Ultimo commit 2 giu 2017

 (6 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 19 apr 2021

 (4 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

A tool for creating technical documents and web standards

Ultimo commit 18 gen 2018

 (0 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 21 ago 2015

 (2 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 23 mar 2017

 (6 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

Right-align the text in a string.

Ultimo commit 9 giu 2015

 (19 star) (5 fork) (0 issue indicizzate) (0 good first issue aperte)

Right align the keys of an object.

Ultimo commit 15 ago 2015

 (6 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 28 dic 2015

 (4 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)