リポジトリ

jonschlinkert のリポジトリ

864 件の対応リポジトリ

Extract a snippet of code from a string.

最終コミット 2015/08/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/03/19

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

Log things, prefixed with a timestamp

最終コミット 2015/09/14

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

Download files using presets.

最終コミット 2015/08/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/02/03

 (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/05/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/08/01

 (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/04/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/02/02

 (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/07/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/01/02

 (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/09/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/01/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/05/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/05/02

 (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/05/30

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

Filter the keys of an object using glob patterns.

最終コミット 2015/09/08

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