Load the package.json for a module currently installed in node_modules, or at the given cwd.
Load the local package.json from either src or dist folder
shim for require.main.filename() that works in as many environments as possible
Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`
Standard dynamic imports with a few extra features
Word-wrapping for javascript.
Read and parse a JSON file
Resolve the path of a package regardless of it having an entry point
Get information on local packages.
Install package programmatically.
Loads package.json, by finding the first directory with a package.json, recursing up, starting with the given directory.
Resolve package.json exports & imports maps
Strip UTF-8 byte order mark (BOM) from a string
Read a package.json file
vendored packages for visx
Utility module to print pretty messages on SIGINFO/SIGUSR1
Get the package name from a folder path
Import a module like with `require()` but from a given path
Build tool and bindings loader for node-gyp that supports prebuilds
Check the engines and platform fields in package.json
Get repository user and project information from package.json file contents.
Polyfill for the URLPattern API
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.
Utility to dynamically load ESM modules in TypeScript CommonJS projects