2018-09-27 16:00:11 +05:30
|
|
|
{
|
2021-02-01 17:46:27 +01:00
|
|
|
"name": "@freecodecamp/challenge-parser",
|
2019-07-19 18:44:12 +05:30
|
|
|
"version": "2.0.0",
|
2018-09-27 16:00:11 +05:30
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2018-10-04 18:25:49 +01:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2018-09-27 16:00:11 +05:30
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2020-11-27 19:02:05 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"unist-util-select": "^3.0.1"
|
|
|
|
},
|
2018-09-27 16:00:11 +05:30
|
|
|
"dependencies": {
|
2018-09-30 20:13:52 +01:00
|
|
|
"hast-util-select": "^2.1.0",
|
2020-11-27 19:02:05 +01:00
|
|
|
"hast-util-to-html": "^7.1.1",
|
|
|
|
"js-yaml": "^3.12.0",
|
2020-10-12 11:10:41 +02:00
|
|
|
"lodash": "^4.17.20",
|
2020-11-27 19:02:05 +01:00
|
|
|
"mdast-builder": "^1.1.1",
|
|
|
|
"mdast-util-to-hast": "^9.1.1",
|
2018-09-27 16:00:11 +05:30
|
|
|
"rehype-raw": "^3.0.0",
|
|
|
|
"rehype-stringify": "^4.0.0",
|
2020-11-27 19:02:05 +01:00
|
|
|
"remark": "^12.0.1",
|
2020-10-12 11:10:41 +02:00
|
|
|
"remark-frontmatter": "^1.3.3",
|
2020-11-27 19:02:05 +01:00
|
|
|
"remark-html": "^12.0.0",
|
|
|
|
"remark-mdx": "^1.6.14",
|
2018-09-27 16:00:11 +05:30
|
|
|
"remark-parse": "^5.0.0",
|
2020-10-12 11:10:41 +02:00
|
|
|
"remark-rehype": "^3.0.2",
|
2019-01-20 15:57:53 +03:00
|
|
|
"remark-stringify": "^6.0.4",
|
2020-10-12 09:56:01 +00:00
|
|
|
"to-vfile": "^6.1.0",
|
2020-10-12 11:10:41 +02:00
|
|
|
"unified": "^7.1.0",
|
2020-11-27 19:02:05 +01:00
|
|
|
"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",
|
|
|
|
"unist-util-remove": "^2.0.0",
|
|
|
|
"unist-util-visit": "^2.0.3",
|
|
|
|
"unist-util-visit-children": "^1.1.4"
|
2018-09-27 16:00:11 +05:30
|
|
|
}
|
|
|
|
}
|