mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 14:01:06 +07:00
2095e6ffe3
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
127 lines
2.7 KiB
JSON
127 lines
2.7 KiB
JSON
{
|
|
"_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",
|
|
"/"
|
|
],
|
|
"_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"
|
|
},
|
|
"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",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"grunt-contrib-uglify": "^3.1.0",
|
|
"grunt-conventional-changelog": "^6.1.0",
|
|
"grunt-conventional-github-releaser": "^1.0.0",
|
|
"grunt-endline": "^0.6.1",
|
|
"grunt-eslint": "^22.0.0",
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
"jsdom": "^13.0.0",
|
|
"load-grunt-tasks": "^3.2.0",
|
|
"performance-now": "^2.0.0",
|
|
"quiet-grunt": "^0.2.3",
|
|
"semver": "^5.4.1",
|
|
"semver-sort": "0.0.4",
|
|
"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"
|
|
}
|