UNPKG

posthtml-attrs-parser

Version:

PostHTML helper that provides a better API to work with tag attributes.

53 lines (52 loc) 1.25 kB
{ "name": "posthtml-attrs-parser", "version": "1.1.2", "description": "PostHTML helper that provides a better API to work with tag attributes.", "type": "module", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "dist/index.cjs", "module": "./dist/index.mjs", "files": [ "dist" ], "author": "Kirill Maltsev <maltsevkirill@gmail.com>", "license": "MIT", "scripts": { "dev": "vitest", "release": "npx np", "build": "unbuild", "prepack": "unbuild", "lint": "biome lint ./lib", "pretest": "npm run lint", "test": "vitest run --coverage" }, "keywords": [ "posthtml", "posthtml-plugin", "html", "post-processor", "parser", "attributes" ], "devDependencies": { "@biomejs/biome": "1.9.4", "@vitest/coverage-v8": "^2.0.1", "posthtml": "^0.16.6", "unbuild": "^2.0.0", "vitest": "^2.0.1" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/posthtml/posthtml-attrs-parser.git" }, "bugs": "https://github.com/posthtml/posthtml-attrs-parser/issues", "homepage": "https://github.com/posthtml/posthtml-attrs-parser" }