リポジトリ

jonschlinkert のリポジトリ

864 件の対応リポジトリ

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.

最終コミット 2023/11/04

 (10 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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.

最終コミット 2014/10/04

 (3 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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.

最終コミット 2015/12/20

 (5 stars) (1 fork) (0 件の索引済み issue) (0 件のオープンな good first issue)

Utils for normalizing and formatting repo metadata.

最終コミット 2017/01/30

 (4 stars) (2 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2018/08/19

 (25 stars) (3 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

Regular expressions for matching node.js require statements.

最終コミット 2018/04/15

 (11 stars) (2 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2014/05/11

 (8 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2016/12/10

 (12 stars) (5 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2017/08/05

 (14 stars) (3 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2016/06/05

 (0 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2016/05/19

 (7 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2025/04/13

 (14 stars) (1 fork) (0 件の索引済み issue) (0 件のオープンな good first issue)

Resolve paths to globally installed npm modules using glob patterns.

最終コミット 2017/06/02

 (6 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2021/04/19

 (4 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

A tool for creating technical documents and web standards

最終コミット 2018/01/18

 (0 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2015/08/21

 (2 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2017/03/23

 (6 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

Right-align the text in a string.

最終コミット 2015/06/09

 (19 stars) (5 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

Right align the keys of an object.

最終コミット 2015/08/15

 (6 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)

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

最終コミット 2015/12/28

 (4 stars) (0 forks) (0 件の索引済み issue) (0 件のオープンな good first issue)