summaryrefslogtreecommitdiff
path: root/node_modules/posthtml-parser/package.json
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-10-31 20:02:14 +0000
commit7a52ddeba2a68388b544f529d2d92104420f77b0 (patch)
tree15ddd47457a2cb4a96060747437d36474e4f6b4e /node_modules/posthtml-parser/package.json
parent53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff)
Changed from static to 11ty!
Diffstat (limited to 'node_modules/posthtml-parser/package.json')
-rw-r--r--node_modules/posthtml-parser/package.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/node_modules/posthtml-parser/package.json b/node_modules/posthtml-parser/package.json
new file mode 100644
index 0000000..326a77c
--- /dev/null
+++ b/node_modules/posthtml-parser/package.json
@@ -0,0 +1,69 @@
+{
+ "name": "posthtml-parser",
+ "version": "0.11.0",
+ "description": "Parse HTML/XML to PostHTMLTree",
+ "license": "MIT",
+ "repository": "posthtml/posthtml-parser",
+ "homepage": "https://github.com/posthtml/posthtml-parser#readme",
+ "bugs": {
+ "url": "https://github.com/posthtml/posthtml-parser/issues"
+ },
+ "author": "Ivan Voischev <voischev@posthtml.org>",
+ "contributors": [
+ {
+ "name": "Ivan Voischev",
+ "email": "voischev@posthtml.org"
+ },
+ {
+ "name": "Ivan Demidov",
+ "email": "scrum@posthtml.org"
+ }
+ ],
+ "main": "dist",
+ "engines": {
+ "node": ">=12"
+ },
+ "scripts": {
+ "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
+ "build": "rm -rf dist && tsup src/*.ts --dts --minify",
+ "dev": "npm run build -- --watch",
+ "test": "xo && c8 ava",
+ "pretest": "clinton",
+ "prepare": "npm run build"
+ },
+ "files": [
+ "dist"
+ ],
+ "keywords": [
+ "html",
+ "xml",
+ "parser",
+ "posthtml",
+ "posthtmltree"
+ ],
+ "dependencies": {
+ "htmlparser2": "^7.1.1"
+ },
+ "devDependencies": {
+ "@antfu/eslint-config-ts": "^0.4.3",
+ "@commitlint/cli": "^11.0.0",
+ "@commitlint/config-angular": "^11.0.0",
+ "@types/node": "^14.14.25",
+ "ava": "^3.13.0",
+ "c8": "^7.5.0",
+ "clinton": "^0.14.0",
+ "conventional-changelog-cli": "^2.0.34",
+ "esbuild-register": "^2.0.0",
+ "eslint": "^7.19.0",
+ "esm": "^3.2.25",
+ "husky": "^4.3.8",
+ "lint-staged": "^10.5.3",
+ "rewire": "^5.0.0",
+ "rimraf": "^3.0.0",
+ "ts-node": "^9.0.0",
+ "tsup": "^3.7.1",
+ "typescript": "^4.0.5",
+ "xo": "^0.37.1"
+ },
+ "types": "dist/index.d.ts"
+}