Fri Mar 26 2021 04:10:50 GMT+0000 (Coordinated Universal Time)
false
parse-semver(latest: 1.1.1) Parse, normalize and validate given semver shorthand (e.g. gulp@v3.8.10) to object.
is-async-function(latest: 2.0.0) Determine if a function is a native async function.
function-arguments(latest: 1.0.9) Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
common-callback-names(latest: 2.0.1) List of common callback names - callback, cb, callback_, next, done.
lazy-arrayify(latest: 1.0.3) We are lazy, also [lazy-cache][]d and [browserify][]-ready - just arrayify, falsey values returns empty array. In bonus with `.isArray` method.