npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "similar" 的结果(共 11 个)
trim-right

Similar to `String#trim()` but removes only whitespace on the right

MIT
object.map

Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.

MIT
object.pick

Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.

MIT
default-compare

Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.

MIT
generic-names

Helper for building generic names, similar to webpack

MIT
jison-gho

A parser generator with a Bison/YACC-similar API (derived off zaach/jison repo)

MIT
@ngtools/json-schema

Schema validating and reading for configurations, similar to Angular CLI config.

MIT
watch_r

- recursively watch files - **watch new dirs/files that have been added to any watched directory** - ability to ignore files with `.ignorewatch` including list of files to ignore (similar to `.gitignore`). Use `*` to ignore all files in `.ignorewatch` di

string-similarity

Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.

ISC
grunt-sync

Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.

MIT