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

111 lines
2.5 KiB
JSON

{
"_from": "markdown-it-chain@^1.3.0",
"_id": "markdown-it-chain@1.3.0",
"_inBundle": false,
"_integrity": "sha1-zPb+hsECZrr7TlRzgN/X8nfMF7w=",
"_location": "/markdown-it-chain",
"_phantomChildren": {
"deepmerge": "1.5.2",
"javascript-stringify": "1.6.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "markdown-it-chain@^1.3.0",
"name": "markdown-it-chain",
"escapedName": "markdown-it-chain",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/@vuepress/markdown"
],
"_resolved": "https://registry.npm.taobao.org/markdown-it-chain/download/markdown-it-chain-1.3.0.tgz",
"_shasum": "ccf6fe86c10266bafb4e547380dfd7f277cc17bc",
"_spec": "markdown-it-chain@^1.3.0",
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\markdown",
"author": {
"name": "ULIVZ",
"email": "chl814@foxmail.com"
},
"babel": {
"env": {
"test": {
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
},
"bugs": {
"url": "https://github.com/ULIVZ/markdown-it-chain/issues"
},
"bundleDependencies": false,
"dependencies": {
"webpack-chain": "^4.9.0"
},
"deprecated": false,
"description": "A chaining API like webpack-chain but for markdown-it.",
"devDependencies": {
"conventional-changelog-cli": "^2.0.1",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-vue-libs": "^3.0.0",
"jest-cli": "^22.1.4",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-table-of-contents": "^0.4.3",
"release-it": "v7.4.8",
"xo": "^0.22.0"
},
"engines": {
"node": ">=6.9"
},
"files": [
"src"
],
"homepage": "https://github.com/ULIVZ/markdown-it-chain#readme",
"jest": {
"testEnvironment": "node"
},
"keywords": [
"markdown-it",
"chain"
],
"license": "MIT",
"main": "src/index.js",
"name": "markdown-it-chain",
"peerDependencies": {
"markdown-it": ">=5.0.0"
},
"repository": {
"url": "git+https://github.com/ULIVZ/markdown-it-chain.git",
"type": "git"
},
"scripts": {
"lint": "xo src",
"release": "release-it",
"test": "npm run lint && jest"
},
"version": "1.3.0",
"xo": {
"extends": [
"plugin:vue-libs/recommended",
"plugin:jest/recommended"
],
"rules": {
"unicorn/filename-case": false
},
"envs": [
"jest"
]
}
}