仓库

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月4日

 (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月4日

 (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年1月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年8月19日

 (25 stars) (3 forks) (0 个已索引 issue) (0 个开放 good first issue)

Regular expressions for matching node.js require statements.

最近提交 2018年4月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年5月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年8月5日

 (14 stars) (3 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2016年6月5日

 (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年5月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年4月13日

 (14 stars) (1 fork) (0 个已索引 issue) (0 个开放 good first issue)

Resolve paths to globally installed npm modules using glob patterns.

最近提交 2017年6月2日

 (6 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

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

最近提交 2021年4月19日

 (4 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

A tool for creating technical documents and web standards

最近提交 2018年1月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年8月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年3月23日

 (6 stars) (0 forks) (0 个已索引 issue) (0 个开放 good first issue)

Right-align the text in a string.

最近提交 2015年6月9日

 (19 stars) (5 forks) (0 个已索引 issue) (0 个开放 good first issue)

Right align the keys of an object.

最近提交 2015年8月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)