@11ty/gray-matter
Advanced tools
+3
-3
| { | ||
| "name": "@11ty/gray-matter", | ||
| "description": "Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other projects.", | ||
| "version": "2.0.2", | ||
| "version": "2.1.0", | ||
| "homepage": "https://github.com/11ty/gray-matter", | ||
@@ -38,3 +38,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
| "dependencies": { | ||
| "js-yaml": "^4.1.1", | ||
| "js-yaml": "^4.2.0", | ||
| "section-matter": "^1.0.0" | ||
@@ -50,3 +50,3 @@ }, | ||
| "minimist": "^1.2.8", | ||
| "mocha": "^10.8.2", | ||
| "mocha": "^11.7.6", | ||
| "toml": "^2.3.6", | ||
@@ -53,0 +53,0 @@ "vinyl": "^2.2.1", |
Updated