string-minify
Version:
Simple string (file-content) minifier. This helper removes all extra whitespaces, tabs, newlines and trims the string.
46 lines (45 loc) • 945 B
JSON
{
"name": "string-minify",
"version": "1.0.1",
"description": "Simple string (file-content) minifier. This helper removes all extra whitespaces, tabs, newlines and trims the string.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/soul-wish/string-minify.git"
},
"keywords": [
"node",
"text",
"string",
"minify",
"uglify",
"whitespace",
"space",
"minifier",
"uglifier",
"strings",
"clean"
],
"author": {
"name": "Sergey Lysenko",
"email": "soulwish.ls@gmail.com",
"url": "https://soulwish.info"
},
"engines": {
"node": ">=8"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/soul-wish/string-minify/issues"
},
"homepage": "https://github.com/soul-wish/string-minify#readme",
"devDependencies": {
"jest": "^24.9.0"
}
}