• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "parse5-htmlparser2-tree-adapter",
3    "type": "module",
4    "description": "htmlparser2 tree adapter for parse5.",
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        "tree adapter",
14        "htmlparser2"
15    ],
16    "license": "MIT",
17    "main": "dist/cjs/index.js",
18    "module": "dist/index.js",
19    "types": "dist/index.d.ts",
20    "exports": {
21        "import": "./dist/index.js",
22        "require": "./dist/cjs/index.js"
23    },
24    "dependencies": {
25        "domhandler": "^5.0.2",
26        "parse5": "^7.0.0"
27    },
28    "scripts": {
29        "build:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json"
30    },
31    "repository": {
32        "type": "git",
33        "url": "git://github.com/inikulin/parse5.git"
34    },
35    "files": [
36        "dist",
37        "!*.map"
38    ]
39}
40