replace-ext(latest: 2.0.0) Replaces a file extension with another one.
findup-sync(latest: 5.0.0) Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
assign-symbols(latest: 2.0.2) Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
convert-source-map(latest: 2.0.0) Converts a source-map from/to different formats and allows adding/changing properties.
extend-shallow(latest: 3.0.2) Extend an object with the properties of additional objects. node.js/javascript util.
interpret(latest: 3.1.1) A dictionary of file extensions and associated module loaders.
rechoir(latest: 0.8.0) Prepare a node environment to require files with different extensions.
for-own(latest: 1.0.0) Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
object.pick(latest: 1.3.0) Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
gulp-util(latest: 3.0.8) Utility functions for gulp plugins
is-glob(latest: 4.0.3) Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
resolve-dir(latest: 1.0.1) Resolve a directory that is either local, global or in the user's home directory.
vinyl-fs(latest: 4.0.0) Vinyl adapter for the file system.
glob-parent(latest: 6.0.2) Extract the non-magic parent path from a glob string.
normalize-path(latest: 3.0.0) Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
fancy-log(latest: 2.0.0) Log things, prefixed with a timestamp.
gulplog(latest: 2.2.0) Logger for gulp and gulp plugins
has-gulplog(latest: 1.0.0) Check if gulplog is available before attempting to use it
is-valid-glob(latest: 1.0.0) Return true if a value is a valid glob pattern or patterns.
liftoff(latest: 5.0.0) Launch your command line tool with ease.
v8flags(latest: 4.0.1) Get available v8 and Node.js flags.
parse-filepath(latest: 1.0.2) Pollyfill for node.js `path.parse`, parses a filepath into an object.
parse-node-version(latest: 2.0.0) Turn node's process.version into something useful.
sparkles(latest: 2.1.0) Namespaced global event emitter
object.reduce(latest: 1.0.1) Reduces an object to a value that is the accumulated result of running each property in the object through a callback.
expand-tilde(latest: 2.0.2) Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.
strip-bom-buffer(latest: 1.0.1) Strip a byte order mark (BOM) from a buffer.
flagged-respawn(latest: 2.0.0) A tool for respawning node binaries when special flags are present.
fined(latest: 2.0.0) Find a file given a declaration of locations.
object.map(latest: 1.0.1) Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
glob-stream(latest: 8.0.2) Readable streamx interface over anymatch.
glob-watcher(latest: 6.0.0) Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.
gulp-cli(latest: 3.0.0) Command line interface for gulp
undertaker(latest: 2.0.0) Task registry that allows composition through series/parallel methods.
plugin-error(latest: 2.0.1) Error handling for Vinyl plugins.
file-normalize(latest: 1.1.2) File system utils for normalizing things like eol, encoding and BOM.
is-negated-glob(latest: 1.0.0) Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.
to-absolute-glob(latest: 3.0.0) Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
matchdep(latest: 2.0.0) Use micromatch to filter npm module dependencies by name.
object.defaults(latest: 1.1.0) Like `extend` but only copies missing properties/values to the target object.
bach(latest: 2.0.1) Compose your async functions with elegance.
array-last(latest: 1.3.0) Get the last or last n elements in an array.
async-settle(latest: 2.0.0) Settle an async function.
async-done(latest: 2.0.0) Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
async-time(latest: 0.0.1) Time async functions using async-done for execution and completion.
now-and-later(latest: 3.0.0) Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
array-initial(latest: 1.1.0) Get all but the last element or last n elements of an array.
gulp-sourcemaps(latest: 3.0.0) Sourcemap support for gulpjs.