forgeplus-react/node_modules/showdown/package.json

136 lines
2.9 KiB
JSON

{
"_args": [
[
"showdown@1.9.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "showdown@1.9.1",
"_id": "showdown@1.9.1",
"_inBundle": false,
"_integrity": "sha512-9cGuS382HcvExtf5AHk7Cb4pAeQQ+h0eTr33V1mu+crYWV4KvWAw6el92bDrqGEk5d46Ai/fhbEUwqJ/mTCNEA==",
"_location": "/showdown",
"_phantomChildren": {
"ansi-styles": "3.2.1",
"decamelize": "1.2.0",
"is-fullwidth-code-point": "2.0.0",
"path-exists": "3.0.0",
"require-directory": "2.1.1",
"set-blocking": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "showdown@1.9.1",
"name": "showdown",
"escapedName": "showdown",
"rawSpec": "1.9.1",
"saveSpec": null,
"fetchSpec": "1.9.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/showdown/-/showdown-1.9.1.tgz",
"_spec": "1.9.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Estevão Santos"
},
"bin": {
"showdown": "bin/showdown.js"
},
"bugs": {
"url": "https://github.com/showdownjs/showdown/issues"
},
"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"
},
"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"
}