{
  "_args": [
    [
      "vue-showdown@2.4.1",
      "D:\\jenkins\\workspace\\xq-web-bpm"
    ]
  ],
  "_from": "vue-showdown@2.4.1",
  "_id": "vue-showdown@2.4.1",
  "_inBundle": false,
  "_integrity": "sha1-fNlFl9wfmuEob4qKqwSr+mm1Iqo=",
  "_location": "/vue-showdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-showdown@2.4.1",
    "name": "vue-showdown",
    "escapedName": "vue-showdown",
    "rawSpec": "2.4.1",
    "saveSpec": null,
    "fetchSpec": "2.4.1"
  },
  "_requiredBy": [
    "/bpm_el_ui"
  ],
  "_resolved": "https://registry.nlark.com/vue-showdown/download/vue-showdown-2.4.1.tgz",
  "_spec": "2.4.1",
  "_where": "D:\\jenkins\\workspace\\xq-web-bpm",
  "author": {
    "name": "meteorlxy",
    "email": "meteor.lxy@foxmail.com",
    "url": "https://www.meteorlxy.cn"
  },
  "browser": "dist/vue-showdown.min.js",
  "bugs": {
    "url": "https://github.com/meteorlxy/vue-showdown/issues"
  },
  "dependencies": {
    "showdown": "^1.9.0"
  },
  "description": "Use showdown as a vue component",
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@types/showdown": "^1.9.0",
    "@vuepress/plugin-back-to-top": "^1.0.0-alpha.30",
    "@vuepress/plugin-pwa": "^1.0.0-alpha.30",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.2",
    "conventional-changelog-cli": "^2.0.21",
    "eslint": "^5.5.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.2.1",
    "lint-staged": "^7.2.0",
    "portfinder": "^1.0.13",
    "rimraf": "^2.6.2",
    "rollup": "^0.65.2",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.1.6",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-uglify": "^5.0.2",
    "vuepress": "^1.0.0-alpha.30",
    "webpack": "^4.17.2",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.8"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "homepage": "https://vue-showdown.js.org",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "vue",
    "showdown"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,vue}": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/vue-showdown.common.js",
  "module": "dist/vue-showdown.esm.js",
  "name": "vue-showdown",
  "peerDependencies": {
    "vue": "2.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meteorlxy/vue-showdown.git"
  },
  "scripts": {
    "build": "rimraf dist && rollup --config scripts/rollup.config.js",
    "dev": "webpack-dev-server --inline --hide-modules --config scripts/webpack.config.js",
    "docs:build": "vuepress build docs --dest docs-dist",
    "docs:dev": "vuepress dev docs",
    "lint": "eslint --ext .js,.vue src scripts docs/.vuepress",
    "version": "yarn build && conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add dist CHANGELOG.md"
  },
  "types": "types/index.d.ts",
  "unpkg": "dist/vue-showdown.min.js",
  "version": "2.4.1"
}
