@11ty/gray-matter
Advanced tools
+2
-2
| { | ||
| "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.1.0", | ||
| "version": "3.0.0", | ||
| "homepage": "https://github.com/11ty/gray-matter", | ||
@@ -38,3 +38,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
| "dependencies": { | ||
| "js-yaml": "^4.2.0", | ||
| "js-yaml": "^5.2.2", | ||
| "section-matter": "^1.0.0" | ||
@@ -41,0 +41,0 @@ }, |
+ Added
- Removed
Updated