This commit is contained in:
2025-04-23 10:45:21 +02:00
parent 8030ffb888
commit d17fb46943
716 changed files with 163468 additions and 0 deletions

33
bower_components/marked/.bower.json vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "marked",
"homepage": "https://github.com/markedjs/marked",
"authors": [
"Christopher Jeffrey <chjjeffrey@gmail.com>"
],
"description": "A markdown parser built for speed",
"keywords": [
"markdown",
"markup",
"html"
],
"main": "lib/marked.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"version": "0.8.0",
"_release": "0.8.0",
"_resolution": {
"type": "version",
"tag": "v0.8.0",
"commit": "416003b50daea11c698b4f12ca3b92ce7e67c5cb"
},
"_source": "https://github.com/chjj/marked.git",
"_target": "~0.8.0",
"_originalSource": "marked"
}