UNPKG

fast-word-wrap

Version:

a fast and simple node.js package for getting a paragraph wrapped at a fixed line length

38 lines (37 loc) 759 B
{ "name": "fast-word-wrap", "version": "1.1.0", "description": "", "main": "index.js", "scripts": { "test": "ava --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/alepinio/fast-word-wrap.git" }, "keywords": [ "word", "line", "paragraph", "text", "split", "wrap", "benchmark" ], "author": "alepinio", "license": "MIT", "bugs": { "url": "https://github.com/alepinio/fast-word-wrap/issues" }, "homepage": "https://github.com/alepinio/fast-word-wrap#readme", "devDependencies": { "ava": "^5.2.0", "tsd": "^0.28.1", "typescript": "^5.0.3", "word-wrap": "^1.2.3", "wordwrap": "^1.0.0", "wrap-text": "^1.0.9" }, "types": "index.d.ts" }