jonschlinkert / global-modulesLinks
Returns the directory used by NPM for globally installed NPM packages.
☆35Updated 7 years ago
Alternatives and similar repositories for global-modules
Users that are interested in global-modules are comparing it to the libraries listed below
Sorting:
- Import a globally installed module☆58Updated last year
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Add `module.exports` for Babel and TypeScript compiled code☆36Updated last year
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Check if your package was installed globally☆70Updated 2 years ago
- Check if your code is running as an npm or yarn script☆65Updated 3 months ago
- Get the auth token set for an npm registry☆34Updated last month
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Get the path of the caller module☆67Updated 4 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 3 months ago
- Check if something is a promise☆46Updated 4 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Updated last year
- Check if a path is a file, directory, or symlink☆80Updated last year
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Node.js releases data☆38Updated 3 weeks ago
- Import a module like with `require()` but from the current working directory☆54Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- Get the set npm registry URL☆57Updated 8 months ago
- Get your PATH prepended with locally installed binaries☆106Updated last year
- A list of directories you should ignore by default☆23Updated 3 years ago
- Tests whether one path is inside another path☆43Updated 5 years ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Lowercase the keys of an object☆41Updated 2 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 3 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆62Updated 3 months ago
- Create an array without duplicates☆74Updated 4 years ago
- Object.keys shim☆45Updated last week