diff options
Diffstat (limited to 'node_modules/posthtml-match-helper/package.json')
| -rw-r--r-- | node_modules/posthtml-match-helper/package.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/node_modules/posthtml-match-helper/package.json b/node_modules/posthtml-match-helper/package.json new file mode 100644 index 0000000..4193f97 --- /dev/null +++ b/node_modules/posthtml-match-helper/package.json @@ -0,0 +1,41 @@ +{ + "name": "posthtml-match-helper", + "description": "A helper to expand CSS selectors into PostHTML matcher objects", + "version": "2.0.3", + "license": "MIT", + "author": "Rasmus Fløe (https://github.com/phloe)", + "repository": { + "type": "git", + "url": "https://github.com/posthtml/posthtml-match-helper.git" + }, + "bugs": "https://github.com/posthtml/posthtml-match-helper/issues", + "type": "module", + "exports": "./lib/index.js", + "types": "./lib/index.d.ts", + "engines": { + "node": ">=18" + }, + "scripts": { + "dev": "vitest", + "test": "vitest run --coverage", + "lint": "biome lint ./lib", + "pretest": "npm run lint", + "release": "npx np" + }, + "files": [ + "lib" + ], + "keywords": [ + "posthtml", + "posthtml-helper", + "posthtml-matcher" + ], + "peerDependencies": { + "posthtml": "^0.16.6" + }, + "devDependencies": { + "@biomejs/biome": "1.9.4", + "@vitest/coverage-v8": "^2.0.0", + "vitest": "^2.0.0" + } +} |
