sindresorhus / is-wslLinks
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
☆190Updated last year
Alternatives and similar repositories for is-wsl
Users that are interested in is-wsl are comparing it to the libraries listed below
Sorting:
- Find the root directory of a Node.js project or npm package☆246Updated 3 months ago
- Read a package.json file☆171Updated last year
- Get the latest version of an npm package☆176Updated last year
- Like which(1) unix command. Find the first instance of an executable in the PATH.☆342Updated 2 months ago
- Get metadata of a package from the npm registry☆244Updated last year
- Find the closest package.json file☆165Updated 3 months ago
- Block the main thread for a given amount of time☆124Updated 2 years ago
- Convert RGB color to HEX☆119Updated 2 years ago
- node module to check if a command-line command exists☆147Updated 2 years ago
- Wait for localhost to be ready☆275Updated last year
- Make a callback- or promise-based function support both promises and callbacks.☆111Updated last year
- The thing npm uses to read package.json files with semantics and defaults and validation and stuff☆224Updated last year
- A simple, optimized JS library & node.js module for matching short, human-quality input to a list of possibilities.☆178Updated 4 years ago
- Read the closest package.json file☆267Updated last year
- Move a file - Even works across devices☆202Updated last year
- ☆162Updated last week
- Wordwrap a string with ANSI escape codes☆128Updated last week
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated 6 months ago
- Object.prototype.hasOwnProperty☆58Updated last year
- Check whether a package or organization name is available on npm☆171Updated last year
- Finds the common standard cache directory☆158Updated 5 months ago
- A proxy to `path`, replacing `\` with `/` for all results & methods to add, change, default, trim file extensions.☆154Updated 2 years ago
- Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has …☆241Updated 7 months ago
- Write a package.json file☆88Updated this week
- Let a globally installed package use a locally installed version of itself if available☆154Updated last year
- making fetch happen for npm☆200Updated 3 weeks ago
- Get the real path of the system temp directory☆81Updated 2 years ago
- Import a module while bypassing the cache☆285Updated 7 months ago
- Check if your package was installed globally☆70Updated last year
- Detects if a file is binary in Node.js. Similar to Perl's -B