Get your module's package.json without importing it
Strip UTF-8 byte order mark (BOM) from a string
Load the local package.json from either src or dist folder
Get repository user and project information from package.json file contents.
Get information on local packages.
Get the package name from a folder path
Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`
Resolve the path of a package regardless of it having an entry point
Install package programmatically.
Check if a path exists
Resolve package.json exports & imports maps
shim for require.main.filename() that works in as many environments as possible
Read a package.json file
list things in node_modules that are bundledDependencies, or transitive dependencies thereof
vendored packages for visx
Utility module to print pretty messages on SIGINFO/SIGUSR1
Escape RegExp special characters
Import a module like with `require()` but from a given path
Get the name of a named function
Get the PATH environment variable key cross-platform
parse the closest `package.json` and get package specific configurations
Check the engines and platform fields in package.json
Conditional-get middleware for lws
Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.