Base plugin that adds a getter/setter for the current working directory.
Used to determine exactly which files (including `node_modules`) are necessary for the application runtime.
Create a vinyl file from an actual file
Check if a path is the current working directory
Copy files
Resolve the path of a module like `require.resolve()` but from the current working directory
Check if a path is in the current working directory
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
Get the first path that exists on disk of multiple paths
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
Read a package.json file
Check if a project is using Yarn
Get your PATH prepended with locally installed binaries
Return the current working directory.
Reads changesets and adds information on dependents that need bumping
Import a module like with `require()` but from the current working directory
Resolve the path of a package regardless of it having an entry point
Utilities for finding the closest package.json file
Utils to make a Changesets repo enter and exit pre mode
Import a module like with `require()` but from a given path
pluggable core of node-tap
A set of small and fast Node.js utilities to understand your pathing needs.
Retrieves a name:pathname Map for a given workspaces config
Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour