Registry / serialization / vuepress-validate-frontmatter

vuepress-validate-frontmatter

JSON →
library3.0.0jsnpmunverified

This package is deprecated as of version 3.0.0. It previously provided frontmatter validation for VuePress projects. Users should migrate to vuepress-frontmatter-lint for continued support. The package is no longer maintained.

npm install vuepress-validate-frontmatter
INSTALL
IMPORT
SIG · VUEPRESS-VALIDATE-
V
vuepress-validate-frontmatter
serializationjavascriptv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import validateFrontmatter from 'vuepress-validate-frontmatter'
const validateFrontmatter = require('vuepress-validate-frontmatter')
Package is ESM-only. CommonJS require will fail. Use vuepress-frontmatter-lint instead.

Shows migration to vuepress-frontmatter-lint since the original package is deprecated.

// This package is deprecated. Use vuepress-frontmatter-lint instead. import lint from 'vuepress-frontmatter-lint'; const result = lint({ frontmatter: { title: 'Hello' }, rules: { 'title-case': ['error', 'capitalize'] } }); console.log(result);
Debug
Known issues
deprecatedPackage is deprecated since version 3.0.0. Use vuepress-frontmatter-lint instead.
fix
npm install vuepress-frontmatter-lint and update imports.
affects: >=3.0.0
Errors
Common errors & fixes
Cannot find module 'vuepress-validate-frontmatter'
Package has been deprecated and removed from npm or version mismatch.
fix
Use vuepress-frontmatter-lint package instead.
require() of ES Module not supported
Package is ESM-only and CommonJS require is used.
fix
Use import statement or switch to vuepress-frontmatter-lint.
Upgrade
Version history
3.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
vuepress-validate-frontmatter — npm install vuepress-validate-frontmatter · libregistry