vesln / package
Easy package.json exports.
☆27Updated last year
Alternatives and similar repositories for package:
Users that are interested in package are comparing it to the libraries listed below
- Object.keys shim☆45Updated 2 years ago
- Regular expression for matching a shebang line☆46Updated 3 years ago
- Command line tool for creating or updating a .npmignore file based on .gitignore.☆29Updated 11 months ago
- Transfer git url to web url☆24Updated last year
- fs read and write streams based on minipass☆20Updated 6 months ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Check if a value is a regular expression☆24Updated 3 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Check if a string has ANSI escape codes☆45Updated 7 months ago
- Check if a path is inside another path☆37Updated 2 years ago
- Get the name of a Windows version from the release number: 5.1.2600 → XP☆43Updated 8 months ago
- Slice a string with ANSI escape codes☆47Updated 8 months ago
- .bin/ script linker☆25Updated 4 months ago
- Check if something is a generator function☆22Updated 2 years ago
- Check if the process is running with elevated privileges☆40Updated 3 years ago
- List of archive file extensions☆14Updated 9 months ago
- Check if a path is a file, directory, or symlink☆78Updated 6 months ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Minimal module to check if a file is executable.☆48Updated 5 months ago
- Callback wrapping utility☆55Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- The score badge service for https://npms.io☆35Updated 6 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆36Updated 2 years ago
- Check if a path is the current working directory☆19Updated 3 years ago
- Get available v8 and Node.js flags.☆56Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 3 months ago
- ☆19Updated 6 years ago
- Get the PATH environment variable key cross-platform☆44Updated 9 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…