silverwind / cidr-regexLinks
Regular expression for matching IP addresses in CIDR notation
☆32Updated last week
Alternatives and similar repositories for cidr-regex
Users that are interested in cidr-regex are comparing it to the libraries listed below
Sorting:
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 7 years ago
- Resolves the full path to the bin file of a given package by inspecting the \"bin\" field in its package.json.☆30Updated 3 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Get the auth token set for an npm registry☆34Updated 2 months ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 7 months ago
- List of node.js builtin modules☆37Updated last year
- Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.☆38Updated last week
- ES spec-compliant shim for String.prototype.padStart☆23Updated 7 months ago
- Get the set npm registry URL☆56Updated 6 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated last year
- Parse HTTP X-Forwarded-For header☆58Updated last month
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Create a Vinyl file from an actual file☆42Updated 2 years ago
- Parse a gitignore file into an array of patterns. Comments and empty lines are stripped.☆64Updated 2 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 2 years ago
- Indent each line in a string☆113Updated 3 years ago
- An asynchronous middleware pattern☆27Updated last year
- Run promise-returning & async functions repeatedly until you end it☆47Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 8 months ago
- Report if your package.json is out of sync with your package-lock.json