vinyl
Virtual file format.
Virtual file format.
A node.js module for parsing form data, especially file uploads.
Webpack loader that resolves relative paths in url() statements based on the original source file
Returns `true` if the path appears to be relative.
vfile utility to convert between positional (line and column-based) and offset (range-based) locations
Returns true if a filepath is a windows UNC file path.
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
Parse a glob pattern into an object of tokens.
Hashing made simple. Get the hash of a buffer/string/stream/file.
Regular expression for matching file names, with or without extension.
Returns a `stream.Readable` from a URI string
Regular expression for getting the root of a posix or windows filepath.
asynchronous file and directory operations for Node.js
Generates an asynchronous resolver function from a PAC file
Stringify and write JSON to a file atomically
Pollyfill for node.js `path.parse`, parses a filepath into an object.
Lazy-evaluating list of files, based on globs or regex patterns
Additional ESLint's rules for Node.js