Detects if a file exists and returns the resolved filepath.
Check if a path is in the current working directory
Returns true if a filepath is a windows UNC file path.
List of text file extensions
Get the list of files installed in a package in node_modules, including bundled dependencies
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.
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
Get the callsite of the caller function
The thing npm uses to read package.json files with semantics and defaults and validation
Detects if a file is binary in Node.js. Similar to Perl's -B.
Encode FormData content into the multipart/form-data format
return the github url from a package.json file
Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.
Regular expression for getting the root of a posix or windows filepath.
Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.
A registry of TypeScript declaration file packages published within the @types scope.
A jest reporter that generates junit xml files
Blob & File implementation in Node.js, originally from node-fetch.
Write minimal node index.js files that require and export siblings by file basename
A loader for webpack which transforms files into base64 URIs
Get an array of all files in a directory and subdirectories.
Replace strings in files while bundling
General purpose glob-based configuration matching.
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
All of the Google API's protocol buffer files
TypeScript definitions for extract-files
file streams that roll over when size limits, or dates are reached
vfile utility to convert between positional (line and column-based) and offset (range-based) locations
Parse and manipulate CSF and Storybook config files
Check if a module ID is resolvable with require()
EditorConfig File Locator and Interpreter for Node.js
Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.
Convert a string to a valid safe filename
A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.
The ESLint custom parser for `.vue` files.
Synchronous validation of a path existing either as a file or as a directory.
A super-fast, promise-based cache that reads and writes to the file-system.
Native file system for Javascript
Takes human readable filesystem size strings and gives you an int representing that many bytes.