Repository

Repository di jonschlinkert

864 repository supportati

Extract a snippet of code from a string.

Ultimo commit 17 ago 2015

 (4 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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".

Ultimo commit 19 mar 2018

 (7 star) (5 fork) (0 issue indicizzate) (0 good first issue aperte)

Log things, prefixed with a timestamp

Ultimo commit 14 set 2015

 (0 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

Download files using presets.

Ultimo commit 19 ago 2015

 (3 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 3 feb 2017

 (8 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 19 mag 2017

 (6 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

Get the basename of a filepath excluding extension.

Ultimo commit 20 ott 2015

 (3 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 1 ago 2017

 (3 star) (1 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 23 apr 2016

 (9 star) (1 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 2 feb 2017

 (4 star) (1 fork) (0 issue indicizzate) (0 good first issue aperte)

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.

Ultimo commit 15 lug 2015

 (4 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 2 gen 2016

 (5 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

Filter functions for files.

Ultimo commit 17 nov 2014

 (6 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 14 set 2015

 (2 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 26 gen 2015

 (5 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 21 mag 2024

 (60 star) (16 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 2 mag 2015

 (6 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

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.

Ultimo commit 17 nov 2014

 (9 star) (1 fork) (0 issue indicizzate) (0 good first issue aperte)

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

Ultimo commit 30 mag 2015

 (3 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)

Filter the keys of an object using glob patterns.

Ultimo commit 8 set 2015

 (6 star) (0 fork) (0 issue indicizzate) (0 good first issue aperte)