仓库

jonschlinkert 的仓库

864 个支持的仓库

Extract a snippet of code from a string.

最近提交 2015年8月17日

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

Like other checkers, returns true if `value` is falsey. Strings, arrays and `arguments` objects with a length of `0`, and objects with no own enumerable properties are considered falsey. Will also check against user-defined "special cases".

最近提交 2018年3月19日

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

Log things, prefixed with a timestamp

最近提交 2015年9月14日

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

Download files using presets.

最近提交 2015年8月19日

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

Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.

最近提交 2017年2月3日

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

Returns true if a file is binary. Checks the actual contents, since extensions are not reliable. Basic wrapper for isbinaryfile to support vinyl files.

最近提交 2017年5月19日

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

Get the basename of a filepath excluding extension.

最近提交 2015年10月20日

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

File system utils for normalizing things like eol, encoding and BOM.

最近提交 2017年8月1日

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

Read a glob of files, dynamically choosing the reader or requiring the files based on the file extension.

最近提交 2016年4月23日

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

Set the `stat` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.

最近提交 2017年2月2日

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

Resolves the realpath for symlinks, and exposes the `stat` property on a `file` object. Abstraction from vinyl-fs to support non-stream or stream usage.

最近提交 2015年7月15日

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

WIP NOT READY FOR USE! Git-backed file storage and versioning, with i18n support

最近提交 2016年1月2日

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

Filter functions for files.

最近提交 2014年11月17日

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

DEPRECATED: use https://github.com/jonschlinkert/normalize-config instead

最近提交 2015年9月14日

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

Fill an array to the given length by repeating its elements. This is a very fast implementation.

最近提交 2015年1月26日

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

Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.

最近提交 2024年5月21日

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

Iterates over the elements in an array, returning an array with only the elements for which the callback returns truthy.

最近提交 2015年5月2日

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

Recursively read directories and return a list of files, filtered to have only the files for which the (optional) filter function returns `true`. Sync and async.

最近提交 2014年11月17日

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

Filter an array to have only function values, or an object to have only properties with function values.

最近提交 2015年5月30日

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

Filter the keys of an object using glob patterns.

最近提交 2015年9月8日

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