UNPKG

1.62 kBJSONView Raw
1{
2 "name": "posthtml-parser",
3 "version": "0.7.1",
4 "description": "Parse HTML/XML to PostHTMLTree",
5 "license": "MIT",
6 "repository": "posthtml/posthtml-parser",
7 "homepage": "https://github.com/posthtml/posthtml-parser#readme",
8 "bugs": {
9 "url": "https://github.com/posthtml/posthtml-parser/issues"
10 },
11 "author": "Ivan Voischev <voischev@posthtml.org>",
12 "contributors": [
13 {
14 "name": "Ivan Voischev",
15 "email": "voischev@posthtml.org"
16 },
17 {
18 "name": "Ivan Demidov",
19 "email": "scrum@posthtml.org"
20 }
21 ],
22 "main": "dist",
23 "engines": {
24 "node": ">=10"
25 },
26 "scripts": {
27 "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
28 "build": "rm -rf dist && tsup src/*.ts --minify",
29 "dev": "npm run build -- --watch",
30 "test": "xo && c8 ava",
31 "pretest": "clinton"
32 },
33 "keywords": [
34 "html",
35 "xml",
36 "parser",
37 "posthtml",
38 "posthtmltree"
39 ],
40 "dependencies": {
41 "htmlparser2": "^6.0.0"
42 },
43 "devDependencies": {
44 "@antfu/eslint-config-ts": "^0.4.3",
45 "@commitlint/cli": "^11.0.0",
46 "@commitlint/config-angular": "^11.0.0",
47 "@types/node": "^14.14.25",
48 "ava": "^3.13.0",
49 "c8": "^7.5.0",
50 "clinton": "^0.14.0",
51 "conventional-changelog-cli": "^2.0.34",
52 "esbuild-register": "^2.0.0",
53 "eslint": "^7.19.0",
54 "esm": "^3.2.25",
55 "husky": "^4.3.8",
56 "lint-staged": "^10.5.3",
57 "rewire": "^5.0.0",
58 "rimraf": "^3.0.0",
59 "ts-node": "^9.0.0",
60 "tsup": "^3.7.1",
61 "typescript": "^4.0.5",
62 "xo": "^0.37.1"
63 },
64 "types": "types/index.d.ts"
65}