node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

26
server/node_modules/markdown-it-footnote/package.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "markdown-it-footnote",
"version": "3.0.3",
"description": "Footnotes for markdown-it markdown parser.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"footnotes"
],
"repository": "markdown-it/markdown-it-footnote",
"license": "MIT",
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "^16.2.3",
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"istanbul": "^0.4.5",
"markdown-it": "markdown-it/markdown-it",
"markdown-it-testgen": "~0.1.0",
"mocha": "^5.2.0",
"terser": "^3.17.0"
}
}