Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
This is an opinionated Markdown to JSON converter. It was designed to turn `about-me` markdown files into JSON.
about-json
This is an opinionated Markdown to JSON converter. It was designed to turn about-me
markdown files like this one into a JSON structure for more flexible rendering.
It can read files locally or load them from the web.
npx about-json -i https://raw.githubusercontent.com/dkundel/about-me/master/README.md --pretty
# OR
npm i -g about-json
about-json -i https://raw.githubusercontent.com/dkundel/about-me/master/README.md --pretty
Turns a markdown file into a JSON. Opinionated based on the about-me file
format.
Usage: about-json -i <filePathOrUrl>
Options:
--input, -i File path or URL to load markdown [string] [required]
--output, -o File path to write output. Will write to stdout otherwise.
[string]
--html Output inline content (such as links) as HTML rather than
Markdown [boolean] [default: false]
--pretty Prints the resulting JSON in an indented way instead of
condensed [boolean] [default: false]
--fixUrl, -u If the content is fetched from the web, it will update the
relative links to absolute URLs [boolean] [default: true]
--help Show help [boolean]
--version Show version number [boolean]
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Thanks goes to these wonderful people (emoji key):
Dominik Kundel 💻 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT
FAQs
This is an opinionated Markdown to JSON converter. It was designed to turn `about-me` markdown files into JSON.
The npm package about-json receives a total of 3 weekly downloads. As such, about-json popularity was classified as not popular.
We found that about-json demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.