From 7a52ddeba2a68388b544f529d2d92104420f77b0 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 31 Oct 2025 20:02:14 +0000 Subject: Changed from static to 11ty! --- node_modules/posthtml/package.json | 65 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 node_modules/posthtml/package.json (limited to 'node_modules/posthtml/package.json') diff --git a/node_modules/posthtml/package.json b/node_modules/posthtml/package.json new file mode 100644 index 0000000..56a0c2a --- /dev/null +++ b/node_modules/posthtml/package.json @@ -0,0 +1,65 @@ +{ + "name": "posthtml", + "version": "0.16.7", + "description": "HTML/XML processor", + "keywords": [ + "html", + "xml", + "postproccessor", + "parser", + "transform", + "transformations", + "manipulation", + "preprocessor", + "processor" + ], + "main": "lib", + "types": "types/posthtml.d.ts", + "files": [ + "types", + "lib" + ], + "engines": { + "node": ">=12.0.0" + }, + "dependencies": { + "posthtml-parser": "^0.11.0", + "posthtml-render": "^3.0.0" + }, + "devDependencies": { + "@commitlint/cli": "^16.2.1", + "@commitlint/config-angular": "^16.2.1", + "c8": "^7.7.3", + "chai": "^4.3.4", + "chai-as-promised": "^7.1.1", + "chai-subset": "^1.6.0", + "conventional-changelog-cli": "^2.1.1", + "husky": "^7.0.1", + "jsdoc-to-markdown": "^7.0.1", + "lint-staged": "^12.3.4", + "mocha": "^9.0.3", + "standard": "^16.0.2" + }, + "scripts": { + "prepare": "husky install", + "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md", + "test": "c8 mocha", + "docs:api": "jsdoc2md lib/api.js > docs/api.md", + "docs:core": "jsdoc2md lib/index.js > docs/core.md" + }, + "author": "Ivan Voischev ", + "contributors": [ + { + "name": "Ivan Voischev", + "email": "voischev.ivan@ya.ru" + }, + { + "name": "Ivan Demidov", + "email": "scrum@list.ru" + } + ], + "homepage": "https://github.com/posthtml/posthtml", + "repository": "https://github.com/posthtml/posthtml.git", + "bugs": "https://github.com/posthtml/posthtml/issues", + "license": "MIT" +} -- cgit v1.2.3