{ "name": "resanitize", "author": { "name": "Dan MacTough", "email": "danmactough@gmail.com" }, "description": "Regular expression-based HTML sanitizer and ad remover, geared toward RSS feed descriptions", "version": "0.3.0", "keywords": [ "sanitize", "html", "regexp", "security" ], "homepage": "http://github.com/danmactough/node-resanitize", "repository": { "type": "git", "url": "git://github.com/danmactough/node-resanitize.git" }, "bugs": { "url": "http://github.com/danmactough/node-resanitize/issues" }, "main": "./resanitize.js", "engines": { "node": ">= 0.6.0" }, "dependencies": { "validator": "~1.5.1" }, "devDependencies": { "mocha": "~1.13.0" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/danmactough/node-resanitize/master/LICENSE" } ], "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "license": "MIT", "readme": "# Resanitize - Regular expression-based HTML sanitizer and ad remover, geared toward RSS feed descriptions\n\nThis node.js module provides functions for removing unsafe parts and ads from\nHTML. I am using it for the <description> element of RSS feeds.\n\n## Installation\n\nnpm install resanitize\n\n## Usage\n\n```javascript\n\n var resanitize = require('resanitize')\n , html = '