UNPKG

string-squish

Version:

Removes all terminal whitespace and replaces all censecutive whitespace from a String.

26 lines (25 loc) 622 B
{ "name": "string-squish", "version": "1.0.3", "description": "Removes all terminal whitespace and replaces all censecutive whitespace from a String.", "homepage": "https://github.com/chrissrogers/string-squish", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "keywords": [ "string", "squish", "whitespace", "pad" ], "repository": { "type" : "git", "url" : "https://github.com/chrissrogers/string-squish.git" }, "author": "Christopher Rogers <chrissrogers@gmail.com>", "license": "MIT", "devDependencies": { "mocha": "^6.1.4" } }