@hoast/process-frontmatter
Version:
Extract frontmatter from text.
41 lines • 928 B
JSON
{
"author": {
"name": "Ron Dekker",
"url": "https://rondekker.com"
},
"name": "@hoast/process-frontmatter",
"version": "3.1.0",
"description": "Extract frontmatter from text.",
"keywords": [
"hoast",
"process",
"frontmatter"
],
"license": "MIT",
"homepage": "https://github.com/hoast/hoast/tree/main/packages/process-frontmatter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hoast/hoast.git"
},
"bugs": {
"url": "https://github.com/hoast/hoast/issues"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"CHANGELOG.md",
"README.md",
"src/"
],
"main": "src/ProcessFrontmatter.js",
"scripts": {
"lint": "eslint --fix --cache src --ext .js",
"upgrade": "npm-check-updates --upgrade --target minor"
},
"devDependencies": {},
"dependencies": {
"@hoast/base-process": "^3.1.0"
}
}