1{
2    "name": "parse5-plain-text-conversion-stream",
3    "type": "module",
4    "description": "Stream that converts plain text files into HTML document.",
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        "plain",
16        "text",
17        "plain text"
18    ],
19    "license": "MIT",
20    "main": "dist/index.js",
21    "module": "dist/index.js",
22    "types": "dist/index.d.ts",
23    "exports": "./dist/index.js",
24    "dependencies": {
25        "parse5": "^7.0.0",
26        "parse5-parser-stream": "^7.0.0"
27    },
28    "repository": {
29        "type": "git",
30        "url": "git://github.com/inikulin/parse5.git"
31    },
32    "files": [
33        "dist/**/*.js",
34        "dist/**/*.d.ts"
35    ]
36}
37