N°7355 - Update showdown to 2.1.0

This commit is contained in:
Molkobain
2024-03-22 16:27:46 +01:00
parent 5b8a3459f5
commit a3d5712087
184 changed files with 5495 additions and 15136 deletions

13
node_modules/showdown/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "showdown",
"version": "2.0.0",
"version": "2.1.0",
"description": "A Markdown to HTML converter written in Javascript",
"author": "Estevão Santos",
"homepage": "http://showdownjs.com/",
@@ -30,6 +30,10 @@
"url": "https://github.com/showdownjs/showdown.git",
"web": "https://github.com/showdownjs/showdown"
},
"funding": {
"type" : "individual",
"url" : "https://www.paypal.me/tiviesantos"
},
"license": "MIT",
"main": "./dist/showdown.js",
"scripts": {
@@ -43,7 +47,8 @@
"dist"
],
"devDependencies": {
"chai": "^4.3.4",
"chai": "*",
"chai-match": "*",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
@@ -60,10 +65,10 @@
"quiet-grunt": "^0.2.0",
"semver": "^7.3.0",
"semver-sort": "^0.0.4",
"sinon": "^12.0.1",
"sinon": "*",
"source-map-support": "^0.5.20"
},
"dependencies": {
"yargs": "^17.2.1"
"commander": "^9.0.0"
}
}