jonschlinkert / word-wrapLinks
Wrap words to a specified length.
☆207Updated last year
Alternatives and similar repositories for word-wrap
Users that are interested in word-wrap are comparing it to the libraries listed below
Sorting:
- Parse milliseconds into an object☆121Updated last year
- Detect the indentation of code☆197Updated last month
- Get the latest version of an npm package☆175Updated last year
- Detects if a file is binary in Node.js. Similar to Perl's -B☆167Updated last week
- Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has …☆242Updated 9 months ago
- Wordwrap a string with ANSI escape codes☆129Updated last month
- Regular expression for matching ANSI escape codes☆197Updated last month
- Check if a string or buffer is SVG☆142Updated 3 months ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 3 years ago
- Convert RGB color to HEX☆121Updated 2 years ago
- Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab☆226Updated this week
- Find the root directory of a Node.js project or npm package☆246Updated 4 months ago
- A JSON with CSS color names☆123Updated last month
- Find the closest package.json file☆165Updated 4 months ago
- Strip leading whitespace from each line in a string☆142Updated 2 weeks ago
- Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow☆241Updated 2 months ago
- Pluralize a word☆249Updated 3 years ago
- A better decodeURIComponent☆151Updated last year
- Get metadata of a package from the npm registry☆244Updated last year
- Write files in an atomic fashion w/configurable ownership☆241Updated this week
- Like which(1) unix command. Find the first instance of an executable in the PATH.☆343Updated this week
- Check if a string is HTML☆95Updated last month
- Brace expansion, as known from sh/bash, in JavaScript☆198Updated 4 months ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆142Updated last month
- Parse JSON with more helpful errors