UNPKG

1.5 kBJSONView Raw
1{
2 "name": "posthtml-parser",
3 "version": "0.5.1",
4 "description": "Parse HTML/XML to PostHTMLTree",
5 "keywords": [
6 "html",
7 "xml",
8 "parser",
9 "posthtml",
10 "posthtmltree"
11 ],
12 "main": "index.js",
13 "types": "index.d.ts",
14 "engines": {
15 "node": ">=10.0.0"
16 },
17 "scripts": {
18 "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
19 "test": "xo && c8 mocha"
20 },
21 "repository": "posthtml/posthtml-parser",
22 "author": "Ivan Voischev <voischev.ivan@ya.ru>",
23 "contributors": [
24 {
25 "name": "Ivan Voischev",
26 "email": "voischev.ivan@ya.ru"
27 },
28 {
29 "name": "Ivan Demidov",
30 "email": "scrum@list.ru"
31 }
32 ],
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/posthtml/posthtml-parser/issues"
36 },
37 "homepage": "https://github.com/posthtml/posthtml-parser#readme",
38 "dependencies": {
39 "htmlparser2": "^5.0.1"
40 },
41 "devDependencies": {
42 "@commitlint/cli": "^11.0.0",
43 "@commitlint/config-angular": "^11.0.0",
44 "c8": "^7.3.5",
45 "chai": "^4.2.0",
46 "conventional-changelog-cli": "^2.0.34",
47 "husky": "^4.3.0",
48 "lint-staged": "^10.5.0",
49 "mocha": "^8.2.0",
50 "rewire": "^5.0.0",
51 "rimraf": "^3.0.0",
52 "sinon": "^9.2.0",
53 "sinon-chai": "^3.5.0",
54 "xo": "^0.34.1"
55 },
56 "funding": {
57 "type": "patreon",
58 "url": "https://opencollective.com/posthtml"
59 },
60 "collective": {
61 "type": "opencollective",
62 "url": "https://opencollective.com/posthtml"
63 }
64}