Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.
DIRECT
1
fs-exists-sync • 0.1.0Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.
INDIRECT
0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
INDIRECT
1
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.
INDIRECT
1
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"
INDIRECT
0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag