59 lines
1.7 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "markdown-it-container@^2.0.0",
"_id": "markdown-it-container@2.0.0",
"_inBundle": false,
"_integrity": "sha1-ABm0P9Au7+zi8ZYKKJX7qBpARpU=",
"_location": "/markdown-it-container",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "markdown-it-container@^2.0.0",
"name": "markdown-it-container",
"escapedName": "markdown-it-container",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/vuepress-plugin-container"
],
"_resolved": "https://registry.npm.taobao.org/markdown-it-container/download/markdown-it-container-2.0.0.tgz",
"_shasum": "0019b43fd02eefece2f1960a2895fba81a404695",
"_spec": "markdown-it-container@^2.0.0",
"_where": "E:\\GreateCommunity\\node_modules\\vuepress-plugin-container",
"bugs": {
"url": "https://github.com/markdown-it/markdown-it-container/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Plugin to create block-level custom containers for markdown-it markdown parser",
"devDependencies": {
"browserify": "*",
"coveralls": "^2.11.2",
"eslint": "0.13.0",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"markdown-it": "github:markdown-it/markdown-it",
"markdown-it-testgen": "~0.1.0",
"mocha": "*",
"uglify-js": "*"
},
"homepage": "https://github.com/markdown-it/markdown-it-container#readme",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown"
],
"license": "MIT",
"name": "markdown-it-container",
"repository": {
"type": "git",
"url": "git+https://github.com/markdown-it/markdown-it-container.git"
},
"scripts": {
"test": "make test"
},
"version": "2.0.0"
}