parse-function
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
parse-commit-message
Extensible parser for git commit messages following Conventional Commits Specification
to-file-path
Create a filepath from an object path (dot notation), list of arguments, array, number or Arguments object.
ip-filter
Validates given IPs (IPv4 and IPv6) using [micromatch][] - glob patterns, RegExp, string or array of globs. If match returns the IP, otherwise null.
all-module-paths
Get all possible javascript (npm/yarn/pnpm) global or local, binaries or packages paths, e.g. node_modules and node_modules/.bin. Also works for those using NVM or such