1{ 2 "name": "parse5-parser-stream", 3 "type": "module", 4 "description": "Streaming HTML parser with scripting support.", 5 "version": "7.0.0", 6 "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", 7 "contributors": "https://github.com/inikulin/parse5/graphs/contributors", 8 "homepage": "https://github.com/inikulin/parse5", 9 "funding": "https://github.com/inikulin/parse5?sponsor=1", 10 "keywords": [ 11 "parse5", 12 "parser", 13 "stream", 14 "streaming" 15 ], 16 "license": "MIT", 17 "main": "dist/index.js", 18 "module": "dist/index.js", 19 "types": "dist/index.d.ts", 20 "exports": "./dist/index.js", 21 "dependencies": { 22 "parse5": "^7.0.0" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "git://github.com/inikulin/parse5.git" 27 }, 28 "files": [ 29 "dist", 30 "!*.map" 31 ] 32} 33