Resolve attachments via glob

This commit is contained in:
Simon R
2021-06-22 19:18:21 +02:00
committed by Dawid Dziurla
parent 44663f34dd
commit b9bedb34a4
96 changed files with 4707 additions and 1779 deletions

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

@ -1,90 +1,43 @@
{
"_from": "showdown",
"_id": "showdown@1.9.1",
"_inBundle": false,
"_integrity": "sha512-9cGuS382HcvExtf5AHk7Cb4pAeQQ+h0eTr33V1mu+crYWV4KvWAw6el92bDrqGEk5d46Ai/fhbEUwqJ/mTCNEA==",
"_location": "/showdown",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "showdown",
"name": "showdown",
"escapedName": "showdown",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
"name": "showdown",
"version": "1.9.1",
"description": "A Markdown to HTML converter written in Javascript",
"author": "Estevão Santos",
"homepage": "http://showdownjs.com/",
"keywords": [
"markdown",
"converter"
],
"_resolved": "https://registry.npmjs.org/showdown/-/showdown-1.9.1.tgz",
"_shasum": "134e148e75cd4623e09c21b0511977d79b5ad0ef",
"_spec": "showdown",
"_where": "/Users/dougpa/action-send-mail",
"author": {
"name": "Estevão Santos"
"contributors": [
"John Gruber",
"John Fraser",
"Corey Innis",
"Remy Sharp",
"Konstantin Käfer",
"Roger Braun",
"Dominic Tarr",
"Cat Chen",
"Titus Stone",
"Rob Sutherland",
"Pavel Lang",
"Ben Combee",
"Adam Backstrom",
"Pascal Deschênes",
"Estevão Santos"
],
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown.git",
"web": "https://github.com/showdownjs/showdown"
},
"license": "BSD-3-Clause",
"main": "./dist/showdown.js",
"scripts": {
"test": "grunt test"
},
"bin": {
"showdown": "bin/showdown.js"
},
"bugs": {
"url": "https://github.com/showdownjs/showdown/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John Gruber"
},
{
"name": "John Fraser"
},
{
"name": "Corey Innis"
},
{
"name": "Remy Sharp"
},
{
"name": "Konstantin Käfer"
},
{
"name": "Roger Braun"
},
{
"name": "Dominic Tarr"
},
{
"name": "Cat Chen"
},
{
"name": "Titus Stone"
},
{
"name": "Rob Sutherland"
},
{
"name": "Pavel Lang"
},
{
"name": "Ben Combee"
},
{
"name": "Adam Backstrom"
},
{
"name": "Pascal Deschênes"
},
{
"name": "Estevão Santos"
}
],
"dependencies": {
"yargs": "^14.2"
},
"deprecated": false,
"description": "A Markdown to HTML converter written in Javascript",
"devDependencies": {
"chai": "^4.0.2",
"grunt": "^1.0.3",
@ -106,21 +59,7 @@
"sinon": "^4.0.0",
"source-map-support": "^0.5.0"
},
"homepage": "http://showdownjs.com/",
"keywords": [
"markdown",
"converter"
],
"license": "BSD-3-Clause",
"main": "./dist/showdown.js",
"name": "showdown",
"repository": {
"type": "git",
"url": "git+https://github.com/showdownjs/showdown.git",
"web": "https://github.com/showdownjs/showdown"
},
"scripts": {
"test": "grunt test"
},
"version": "1.9.1"
"dependencies": {
"yargs": "^14.2"
}
}