| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "_from": "showdown@^1.8.6",
- "_id": "showdown@1.9.1",
- "_inBundle": false,
- "_integrity": "sha512-9cGuS382HcvExtf5AHk7Cb4pAeQQ+h0eTr33V1mu+crYWV4KvWAw6el92bDrqGEk5d46Ai/fhbEUwqJ/mTCNEA==",
- "_location": "/showdown",
- "_phantomChildren": {
- "color-convert": "1.9.2",
- "decamelize": "1.2.0",
- "locate-path": "3.0.0",
- "require-directory": "2.1.1",
- "set-blocking": "2.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "showdown@^1.8.6",
- "name": "showdown",
- "escapedName": "showdown",
- "rawSpec": "^1.8.6",
- "saveSpec": null,
- "fetchSpec": "^1.8.6"
- },
- "_requiredBy": [
- "/devextreme"
- ],
- "_resolved": "https://registry.npmjs.org/showdown/-/showdown-1.9.1.tgz",
- "_shasum": "134e148e75cd4623e09c21b0511977d79b5ad0ef",
- "_spec": "showdown@^1.8.6",
- "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\devextreme",
- "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"
- }
|