parse-filepath
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Updated by @phated
randomatic
Generate randomized strings of a specified length using simple character sequences. The original generate-password.
Updated by @doowb
object.omit
Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
Updated by @doowb
array-slice
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Updated by @doowb
filename-regex
Regular expression for matching file names, with or without extension.
Updated by @doowb
pretty-time
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
Updated by @doowb
is-dotfile
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Updated by @doowb
handlebars-helpers
More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any …
Updated by @spacedawwwg
expand-range
Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by micromatch.
Updated by @doowb
for-own
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`. …
Updated by @jonschlinkert
set-getter
Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths
Updated by @jonschlinkert
export-files
node.js utility for exporting a directory of files as modules.
Updated by @jonschlinkert
mixin-deep
Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone. No dependencies.
Updated by @doowb