aboutsummaryrefslogtreecommitdiff
path: root/node_modules/parse5-htmlparser2-tree-adapter/package.json
blob: c63d8d9c4247ee08a1f15324b6e59eeb13d1f72f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "name": "parse5-htmlparser2-tree-adapter",
    "description": "htmlparser2 tree adapter for parse5.",
    "version": "6.0.1",
    "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
    "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
    "homepage": "https://github.com/inikulin/parse5",
    "keywords": [
        "parse5",
        "parser",
        "tree adapter",
        "htmlparser2"
    ],
    "license": "MIT",
    "main": "./lib/index.js",
    "dependencies": {
        "parse5": "^6.0.1"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/inikulin/parse5.git"
    },
    "files": [
        "lib"
    ],
    "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
}