Deep-search objects for keys in JavaScript objects. Keys can be searched by providing an array of keys, or using a dot-notiation.
created at Jan. 22, 2015, 3:04 p.m.
Find the Greatest Common Divisor using Euclidean Algorithm
created at Oct. 3, 2020, 3:12 p.m.
Get the number of days in a given month
created at June 28, 2016, 7:14 a.m.
Split array/TypedArray to chunks of given size
created at Jan. 6, 2016, 4:29 a.m.
Strip whitespace - or other characters - from the end of a string
created at June 16, 2016, 3:54 p.m.
Swaps the index / position of an array
created at April 20, 2016, 6:22 a.m.
Resolves a promise after a specified delay.
created at Aug. 22, 2015, 7:45 p.m.
Get a time reference using Akamai's time reference service
created at Sept. 15, 2015, 4:57 p.m.
Parse next JSON value from string allowing extraneous characters after value
created at Feb. 11, 2018, 8:16 p.m.
Easily handle --help and --version arguments in your CLI application
created at May 23, 2015, 1:05 p.m.
NPM module for creating a keymirror object from an array of strings
created at Sept. 5, 2017, 11:47 p.m.
Find minimum in an array of version that satisfies a semver range.
created at Jan. 21, 2016, 10:05 p.m.
A streams2 Readable stream generator, useful for testing.
created at July 4, 2013, 12:33 a.m.
Find maximum (or minimum) version according to semver
created at July 20, 2015, 5:16 p.m.
A through2 wrapper to create an Array.prototype.filter analog for streams
created at Aug. 6, 2013, 4:45 a.m.
Object -> [[key0, value0], [key1, value1]...]
created at Dec. 12, 2014, 11:37 p.m.