{
  "_args": [
    [
      "slack-markdown@0.0.6",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "slack-markdown@0.0.6",
  "_id": "slack-markdown@0.0.6",
  "_inBundle": false,
  "_integrity": "sha512-9WJAabk/eeRF7yvccsb6QpvT1cRjwnhQLN7CrNWl0mYOHU44E/apN/tXnLDJPrPsU3ZGwgLH3teRlShCpECJvg==",
  "_location": "/slack-markdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "slack-markdown@0.0.6",
    "name": "slack-markdown",
    "escapedName": "slack-markdown",
    "rawSpec": "0.0.6",
    "saveSpec": null,
    "fetchSpec": "0.0.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/slack-markdown/-/slack-markdown-0.0.6.tgz",
  "_spec": "0.0.6",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Sorunome"
  },
  "bugs": {
    "url": "https://github.com/Sorunome/slack-markdown/issues"
  },
  "constributors": [],
  "dependencies": {
    "escape-html": "^1.0.3",
    "node-emoji": "^1.10.0",
    "simple-markdown": "^0.7.3"
  },
  "description": "A markdown parser for Slack messages",
  "devDependencies": {
    "eslint": "^6.8.0",
    "jest": "^25.3.0"
  },
  "homepage": "https://github.com/Sorunome/slack-markdown#readme",
  "keywords": [
    "slack",
    "markdown",
    "parser",
    "md"
  ],
  "license": "Apache 2",
  "main": "index.js",
  "name": "slack-markdown",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sorunome/slack-markdown.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "jest --verbose"
  },
  "version": "0.0.6"
}
