2021-02-11 21:31:41 +08:00

71 lines
1.9 KiB
JSON

{
"_from": "vuepress-plugin-container@^2.0.2",
"_id": "vuepress-plugin-container@2.1.5",
"_inBundle": false,
"_integrity": "sha1-N//wVmL+29Y//TpUY7JZLHp/MTM=",
"_location": "/vuepress-plugin-container",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vuepress-plugin-container@^2.0.2",
"name": "vuepress-plugin-container",
"escapedName": "vuepress-plugin-container",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/@vuepress/core",
"/@vuepress/theme-default"
],
"_resolved": "https://registry.npm.taobao.org/vuepress-plugin-container/download/vuepress-plugin-container-2.1.5.tgz",
"_shasum": "37fff05662fedbd63ffd3a5463b2592c7a7f3133",
"_spec": "vuepress-plugin-container@^2.0.2",
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\core",
"author": {
"name": "Shigma",
"email": "1700011071@pku.edu.cn"
},
"bugs": {
"url": "https://github.com/vuepress/vuepress-community/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "meteorlxy",
"email": "meteor.lxy@foxmail.com"
}
],
"dependencies": {
"@vuepress/shared-utils": "^1.2.0",
"markdown-it-container": "^2.0.0"
},
"deprecated": false,
"description": "VuePress plugin for markdown container",
"files": [
"lib"
],
"gitHead": "820ac793e5b5a85a53148eb0fee7c1df15d47d9b",
"homepage": "https://github.com/vuepress",
"keywords": [
"container",
"markdown",
"plugin",
"vuepress"
],
"license": "MIT",
"main": "lib/index.js",
"name": "vuepress-plugin-container",
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-community.git"
},
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json",
"lint": "eslint --ext .ts src test"
},
"types": "lib/index.d.ts",
"version": "2.1.5"
}