We hate "hackers" and chucklefucks _this_ much.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

38 lines
924 B

{
"name": "dtp-cleantext",
"version": "1.0.0",
"description": "Text filtering and safety to make garbage people very sad when they can't hack your node.",
"type": "module",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "./types/dtp-cleantext.d.ts",
"keywords": [
"xss",
"sanitize",
"filter",
"clean"
],
"author": {
"name": "Rob Colbert",
"email": "[email protected]",
"url": "https://digitaltelepresence.com/"
},
"license": "ISC",
"packageManager": "[email protected]",
"dependencies": {
"diacritics": "^1.3.0",
"shoetest": "^1.2.2",
"stats-lite": "^2.2.0",
"striptags": "^3.2.0"
},
"devDependencies": {
"@types/diacritics": "^1.3.3",
"@types/node": "^22.13.10",
"@types/stats-lite": "^2.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}