Returns Node global paths.
Load node modules according to tsconfig paths, in run-time or via API.
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)
Node default behavior import resolution plugin for eslint-plugin-import.
Require and resolve global modules like a boss
Determine (XDG-compatible) paths for storing application files (cache, config, data, etc)
Determine common OS/platform paths (home, temp, ...)
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Determine an app's root path from anywhere inside the app
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
Node is running but you don't know why? why-is-node-running is here to help you.
No description provided.
tar for node
Fixes stack traces for files with source maps
Fixes stack traces for files with source maps
Get paths for storing things like data, config, cache, etc
Access to __filename and __dirname within ECMAScript modules
Get the first path that exists on disk of multiple paths
An ini encoder/decoder for node
Compiles your TS app and restarts when files are modified.
Reliably determines if the code is running in Node.js
Cross platform child_process#spawn and child_process#spawnSync
Get an array of recursive directory contents
Additional ESLint's rules for Node.js