mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.9 to 3.3.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.9...v3.3.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
533 B
JSON
24 lines
533 B
JSON
{
|
|
"name": "docsify-server-renderer",
|
|
"version": "4.13.0",
|
|
"description": "docsify server renderer",
|
|
"author": {
|
|
"name": "qingwei-li",
|
|
"email": "cinwell.li@gmail.com",
|
|
"url": "https://github.com/QingWei-Li"
|
|
},
|
|
"homepage": "https://docsify.js.org",
|
|
"license": "MIT",
|
|
"repository": "docsifyjs/docsify",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"test": "echo 'hello'"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"docsify": "^4.13.0",
|
|
"node-fetch": "^3.3.1",
|
|
"resolve-pathname": "^3.0.0"
|
|
}
|
|
}
|