Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
41
node_modules/posthtml-match-helper/package.json
generated
vendored
Normal file
41
node_modules/posthtml-match-helper/package.json
generated
vendored
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user