Replaces a file extension with another one.
Detects if a file is binary in Node.js. Similar to Perl's -B.
Detects if a file exists and returns the resolved filepath.
Native file system for Javascript
Regular expression for getting the root of a posix or windows filepath.
Returns `true` if the path appears to be relative.
Check if a file path is a text file
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`.
List of text file extensions
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.
Get the callsite of the caller function
Returns true if a filepath is a windows UNC file path.
Returns true if a filepath exists on the file system and it's directory.
A set of utils for faster development of GraphQL tools
The thing npm uses to read package.json files with semantics and defaults and validation
A registry of TypeScript declaration file packages published within the @types scope.
Get an array of all files in a directory and subdirectories.
Write minimal node index.js files that require and export siblings by file basename
A jest reporter that generates junit xml files
vfile utility to convert between positional (line and column-based) and offset (range-based) locations
file streams that roll over when size limits, or dates are reached
Takes human readable filesystem size strings and gives you an int representing that many bytes.
EditorConfig File Locator and Interpreter for Node.js
Check if a path is in the current working directory
TypeScript definitions for extract-files
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.
Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.
Synchronous validation of a path existing either as a file or as a directory.
Convert a string to a valid safe filename
A loader for webpack which transforms files into base64 URIs
The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
Spec-compliant FormData implementation for Node.js