freeCodeCamp/tools/challenge-md-parser/package.json
dependabot[bot] b1fb9150e8 chore(deps): bump to-vfile from 5.0.1 to 6.1.0
Bumps [to-vfile](https://github.com/vfile/to-vfile) from 5.0.1 to 6.1.0.
- [Release notes](https://github.com/vfile/to-vfile/releases)
- [Commits](https://github.com/vfile/to-vfile/compare/5.0.1...6.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 11:56:53 +00:00

27 lines
623 B
JSON

{
"name": "@freecodecamp/challenge-md-parser",
"version": "2.0.0",
"description": "",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"author": "",
"license": "ISC",
"dependencies": {
"hast-util-select": "^2.1.0",
"hast-util-to-html": "^4.0.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"rehype-raw": "^3.0.0",
"rehype-stringify": "^4.0.0",
"remark-frontmatter": "^1.3.3",
"remark-parse": "^5.0.0",
"remark-rehype": "^3.0.2",
"remark-stringify": "^6.0.4",
"to-vfile": "^6.1.0",
"unified": "^7.1.0",
"unist-util-visit": "^1.4.1"
}
}