1{ 2 "name": "parse5-html-rewriting-stream", 3 "description": "Streaming HTML rewriter.", 4 "version": "6.0.1", 5 "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", 6 "contributors": "https://github.com/inikulin/parse5/graphs/contributors", 7 "homepage": "https://github.com/inikulin/parse5", 8 "keywords": [ 9 "parse5", 10 "parser", 11 "stream", 12 "streaming", 13 "rewritter", 14 "rewrite", 15 "HTML" 16 ], 17 "license": "MIT", 18 "main": "./lib/index.js", 19 "dependencies": { 20 "parse5": "^6.0.1", 21 "parse5-sax-parser": "^6.0.1" 22 }, 23 "repository": { 24 "type": "git", 25 "url": "git://github.com/inikulin/parse5.git" 26 }, 27 "files": [ 28 "lib" 29 ] 30} 31