{ "_from": "vue-showdown@2.4.1", "_id": "vue-showdown@2.4.1", "_inBundle": false, "_integrity": "sha512-bjIadKGnP6XrX41gWL/lKl+7D3t22XXAIPZji/wt0sK32hEK/ejALfN1BSRWcs7oEe+EFOsJG9KRoC+B5HDmnQ==", "_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.npmmirror.com/vue-showdown/-/vue-showdown-2.4.1.tgz", "_shasum": "7cd94597dc1f9ae1286f8a8aab04abfa69b522aa", "_spec": "vue-showdown@2.4.1", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\bpm_el_ui", "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" }, "bundleDependencies": false, "dependencies": { "showdown": "^1.9.0" }, "deprecated": false, "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" }