freeCodeCamp/tools/challenge-parser/package.json

56 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "@freecodecamp/challenge-parser",
2021-02-03 09:42:14 +00:00
"version": "0.0.1",
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": ">= 14.0.0",
"npm": "^6.14.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
},
"bugs": {
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
},
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "index.js",
2021-02-03 09:42:14 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 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
},
"devDependencies": {
"unist-util-select": "^3.0.1"
}
}