{
  "_args": [
    [
      "simple-markdown@0.7.3",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "simple-markdown@0.7.3",
  "_id": "simple-markdown@0.7.3",
  "_inBundle": false,
  "_integrity": "sha512-uGXIc13NGpqfPeFJIt/7SHHxd6HekEJYtsdoCM06mEBPL9fQH/pSD7LRM6PZ7CKchpSvxKL4tvwMamqAaNDAyg==",
  "_location": "/simple-markdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "simple-markdown@0.7.3",
    "name": "simple-markdown",
    "escapedName": "simple-markdown",
    "rawSpec": "0.7.3",
    "saveSpec": null,
    "fetchSpec": "0.7.3"
  },
  "_requiredBy": [
    "/slack-markdown"
  ],
  "_resolved": "https://registry.npmjs.org/simple-markdown/-/simple-markdown-0.7.3.tgz",
  "_spec": "0.7.3",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Aria Buckles"
  },
  "bugs": {
    "url": "https://github.com/Khan/simple-markdown/issues"
  },
  "dependencies": {
    "@types/react": ">=16.0.0"
  },
  "description": "Javascript markdown parsing, made simple",
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/react-dom": ">=16.0.0",
    "express": "^4.17.1",
    "flow-bin": "^0.111.1",
    "flow-typed": "^2.6.2",
    "mocha": "^6.2.2",
    "nyc": "^15.0.0",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "rollup": "^1.26.3",
    "size-limit": "^0.21.1",
    "typescript": "^3.6.4",
    "uglify-js": "^3.6.7"
  },
  "files": [
    "index.js",
    "simple-markdown.js",
    "simple-markdown.d.ts",
    "simple-markdown.min.js",
    "README.md"
  ],
  "homepage": "https://github.com/Khan/simple-markdown",
  "keywords": [
    "markdown",
    "simple",
    "react",
    "html",
    "ast",
    "markup",
    "text processing",
    "extension",
    "flow",
    "typescript"
  ],
  "license": "MIT",
  "main": "simple-markdown.js",
  "name": "simple-markdown",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Khan/simple-markdown.git"
  },
  "scripts": {
    "build": "make build",
    "heroku": "node babelmark.js",
    "prepublishOnly": "make build",
    "size": "size-limit",
    "test": "make test"
  },
  "size-limit": [
    {
      "path": "simple-markdown.js",
      "limit": "5 KB"
    }
  ],
  "types": "simple-markdown.d.ts",
  "version": "0.7.3"
}
