UNPKG

1.65 kBJSONView Raw
1{
2 "name": "posthtml-parser",
3 "version": "0.8.5",
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": ">=12"
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 "prepare": "npm run build"
33 },
34 "keywords": [
35 "html",
36 "xml",
37 "parser",
38 "posthtml",
39 "posthtmltree"
40 ],
41 "dependencies": {
42 "htmlparser2": "^6.0.0"
43 },
44 "devDependencies": {
45 "@antfu/eslint-config-ts": "^0.4.3",
46 "@commitlint/cli": "^11.0.0",
47 "@commitlint/config-angular": "^11.0.0",
48 "@types/node": "^14.14.25",
49 "ava": "^3.13.0",
50 "c8": "^7.5.0",
51 "clinton": "^0.14.0",
52 "conventional-changelog-cli": "^2.0.34",
53 "esbuild-register": "^2.0.0",
54 "eslint": "^7.19.0",
55 "esm": "^3.2.25",
56 "husky": "^4.3.8",
57 "lint-staged": "^10.5.3",
58 "rewire": "^5.0.0",
59 "rimraf": "^3.0.0",
60 "ts-node": "^9.0.0",
61 "tsup": "^3.7.1",
62 "typescript": "^4.0.5",
63 "xo": "^0.37.1"
64 },
65 "types": "types/index.d.ts"
66}