meta-sanitizer
Version:
This lib contain useful functions to sanitize strings.
28 lines (26 loc) • 651 B
JSON
{
"name": "meta-sanitizer",
"version": "2.1.7",
"description": "This lib contain useful functions to sanitize strings.",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JimyRFP/Sanitizer.git"
},
"keywords": [
"Sanitizer",
"strings",
"clear"
],
"author": "Rafael Floriani Pinto <rafaelflorianipinto@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JimyRFP/Sanitizer/issues"
},
"homepage": "https://github.com/JimyRFP/Sanitizer#readme",
"dependencies": {
}
}