freeCodeCamp/tools/challenge-parser/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

{
2021-02-03 09:42:14 +00:00
"name": "challenge-parser",
"version": "0.0.1",
2021-02-03 10:41:07 +00:00
"description": "converts challenge files to objects",
"main": "index.js",
2021-02-03 09:42:14 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"unist-util-select": "^3.0.1"
},
"dependencies": {
"hast-util-to-html": "^7.1.1",
"js-yaml": "^3.12.0",
2021-02-03 09:42:14 +00:00
"lodash": "^4.17.19",
"mdast-builder": "^1.1.1",
2021-02-03 09:42:14 +00:00
"mdast-util-gfm": "^0.1.0",
"mdast-util-to-hast": "^9.1.1",
2021-02-03 09:42:14 +00:00
"micromark-extension-gfm-strikethrough": "^0.6.1",
"micromark-extension-gfm-table": "^0.4.1",
"remark": "^13.0.0",
"remark-directive": "^1.0.1",
"remark-frontmatter": "^3.0.0",
"remark-html": "^12.0.0",
2021-02-03 09:42:14 +00:00
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.1",
2021-02-03 09:42:14 +00:00
"to-vfile": "^5.0.1",
"unified": "^7.0.0",
"unist-util-find": "^1.0.1",
"unist-util-find-after": "^3.0.0",
"unist-util-find-all-after": "^3.0.1",
"unist-util-find-all-between": "^2.0.0",
"unist-util-is": "^4.0.2",
"unist-util-modify-children": "^2.0.0",
2021-02-03 09:42:14 +00:00
"unist-util-position": "^3.1.0",
"unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.3",
"unist-util-visit-children": "^1.1.4"
2021-03-10 17:59:58 +00:00
},
"engines": {
"node": ">= 14.0.0"
}
}